Skip to content

Commit d5b41da

Browse files
chore(deps): update devdependency rollup to v2 [security]
1 parent 34f27b1 commit d5b41da

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"jest-each": "^24.9.0",
7373
"jest-environment-node": "^24.9.0",
7474
"regenerator-runtime": "^0.13.3",
75-
"rollup": "^1.19.4",
75+
"rollup": "^2.0.0",
7676
"rollup-plugin-babel": "^4.3.3",
7777
"rollup-plugin-commonjs": "^10.0.2",
7878
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@
10101010
resolved "https://registry.npmjs.org/@types/node/-/node-10.12.9.tgz#a07bfa74331471e1dc22a47eb72026843f7b95c8"
10111011
integrity sha512-eajkMXG812/w3w4a1OcBlaTwsFPO5F7fJ/amy+tieQxEMWBlbV1JGSjkFM+zkHNf81Cad+dfIRA+IBkvmvdAeA==
10121012

1013-
"@types/node@^12.0.2", "@types/node@^12.6.9":
1013+
"@types/node@^12.0.2":
10141014
version "12.7.2"
10151015
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"
10161016
integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==
@@ -1112,11 +1112,6 @@ acorn@^6.0.1:
11121112
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
11131113
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
11141114

1115-
acorn@^6.2.1:
1116-
version "6.3.0"
1117-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
1118-
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
1119-
11201115
acorn@^7.0.0:
11211116
version "7.0.0"
11221117
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
@@ -2782,6 +2777,11 @@ fsevents@^1.2.7:
27822777
nan "^2.12.1"
27832778
node-pre-gyp "^0.12.0"
27842779

2780+
fsevents@~2.3.2:
2781+
version "2.3.3"
2782+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
2783+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2784+
27852785
function-bind@^1.1.1:
27862786
version "1.1.1"
27872787
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -5320,14 +5320,12 @@ rollup-pluginutils@^2.8.1:
53205320
dependencies:
53215321
estree-walker "^0.6.1"
53225322

5323-
rollup@^1.19.4:
5324-
version "1.19.4"
5325-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.19.4.tgz#0cb4e4d6fa127adab59b11d0be50e8dd1c78123a"
5326-
integrity sha512-G24w409GNj7i/Yam2cQla6qV2k6Nug8bD2DZg9v63QX/cH/dEdbNJg8H4lUm5M1bRpPKRUC465Rm9H51JTKOfQ==
5327-
dependencies:
5328-
"@types/estree" "0.0.39"
5329-
"@types/node" "^12.6.9"
5330-
acorn "^6.2.1"
5323+
rollup@^2.0.0:
5324+
version "2.79.2"
5325+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
5326+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
5327+
optionalDependencies:
5328+
fsevents "~2.3.2"
53315329

53325330
rsvp@^4.8.4:
53335331
version "4.8.5"

0 commit comments

Comments
 (0)