Skip to content

Commit f9ad89a

Browse files
Update dependency rollup to v2.79.2 [SECURITY]
1 parent 994c83f commit f9ad89a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"magic-string": "0.25.7",
4343
"mocha": "8.0.1",
4444
"opener": "1.5.1",
45-
"rollup": "2.15.0",
45+
"rollup": "2.79.2",
4646
"rollup-plugin-commonjs": "10.1.0",
4747
"rollup-plugin-node-resolve": "5.2.0",
4848
"rollup-plugin-typescript": "1.0.1",

Diff for: yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,11 @@ fsevents@~2.1.2:
13001300
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
13011301
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==
13021302

1303+
fsevents@~2.3.2:
1304+
version "2.3.3"
1305+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1306+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1307+
13031308
function-bind@^1.1.1:
13041309
version "1.1.1"
13051310
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2602,12 +2607,12 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.8.1:
26022607
dependencies:
26032608
estree-walker "^0.6.1"
26042609

2605-
rollup@2.15.0:
2606-
version "2.15.0"
2607-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.15.0.tgz#1324633188c7f82138bd3bdc99416009ee541f48"
2608-
integrity sha512-HAk4kyXiV5sdNDnbKWk5zBPnkX/DAgx09Kbp8rRIRDVsTUVN3vnSowR7ZHkV6/lAiE6c2TQ8HtYb72aCPGW4Jw==
2610+
rollup@2.79.2:
2611+
version "2.79.2"
2612+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
2613+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
26092614
optionalDependencies:
2610-
fsevents "~2.1.2"
2615+
fsevents "~2.3.2"
26112616

26122617
run-parallel@^1.1.9:
26132618
version "1.1.9"

0 commit comments

Comments
 (0)