Skip to content

Commit 7a69195

Browse files
chore(deps): update dependency rollup to v3 [security]
1 parent b70c63e commit 7a69195

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"karma-webpack": "^4.0.2",
8383
"mocha": "^8.4.0",
8484
"rimraf": "^3.0.2",
85-
"rollup": "^2.47.0",
85+
"rollup": "^3.0.0",
8686
"rollup-plugin-size-snapshot": "^0.12.0",
8787
"rollup-plugin-typescript": "^1.0.1",
8888
"simulant": "^0.2.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3874,10 +3874,10 @@ fsevents@^1.2.7:
38743874
bindings "^1.5.0"
38753875
nan "^2.12.1"
38763876

3877-
fsevents@~2.3.1:
3878-
version "2.3.2"
3879-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
3880-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
3877+
fsevents@~2.3.1, fsevents@~2.3.2:
3878+
version "2.3.3"
3879+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
3880+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
38813881

38823882
function-bind@^1.1.1:
38833883
version "1.1.1"
@@ -6672,12 +6672,12 @@ rollup-pluginutils@^2.5.0:
66726672
dependencies:
66736673
estree-walker "^0.6.1"
66746674

6675-
rollup@^2.47.0:
6676-
version "2.47.0"
6677-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.47.0.tgz#9d958aeb2c0f6a383cacc0401dff02b6e252664d"
6678-
integrity sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==
6675+
rollup@^3.0.0:
6676+
version "3.29.5"
6677+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
6678+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
66796679
optionalDependencies:
6680-
fsevents "~2.3.1"
6680+
fsevents "~2.3.2"
66816681

66826682
run-async@^2.2.0, run-async@^2.4.0:
66836683
version "2.4.0"

0 commit comments

Comments
 (0)