Skip to content

Commit cef61e6

Browse files
Update dependency rollup to v3 [SECURITY]
1 parent 7ec95e0 commit cef61e6

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "npm-run-all build"
3333
},
3434
"peerDependencies": {
35-
"rollup": ">=1.27"
35+
"rollup": ">=3.29.5"
3636
},
3737
"dependencies": {
3838
"@ampproject/remapping": "0.2.0",
@@ -58,7 +58,7 @@
5858
"npm-run-all": "4.1.5",
5959
"prettier": "2.0.5",
6060
"rimraf": "3.0.2",
61-
"rollup": "2.15.0",
61+
"rollup": "3.29.5",
6262
"rollup-plugin-copy": "3.3.0",
6363
"sirv-cli": "1.0.0",
6464
"typescript": "3.9.5"

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,11 @@ fsevents@~2.1.2:
16891689
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
16901690
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
16911691

1692+
fsevents@~2.3.2:
1693+
version "2.3.3"
1694+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1695+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1696+
16921697
function-bind@^1.1.1:
16931698
version "1.1.1"
16941699
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3727,12 +3732,12 @@ [email protected]:
37273732
globby "10.0.1"
37283733
is-plain-object "^3.0.0"
37293734

3730-
rollup@2.15.0:
3731-
version "2.15.0"
3732-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.15.0.tgz#1324633188c7f82138bd3bdc99416009ee541f48"
3733-
integrity sha512-HAk4kyXiV5sdNDnbKWk5zBPnkX/DAgx09Kbp8rRIRDVsTUVN3vnSowR7ZHkV6/lAiE6c2TQ8HtYb72aCPGW4Jw==
3735+
rollup@3.29.5:
3736+
version "3.29.5"
3737+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
3738+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
37343739
optionalDependencies:
3735-
fsevents "~2.1.2"
3740+
fsevents "~2.3.2"
37363741

37373742
run-async@^2.2.0:
37383743
version "2.3.0"

0 commit comments

Comments
 (0)