Skip to content

Commit 5831210

Browse files
chore(deps): update dependency rollup to v2 [security]
1 parent d05e264 commit 5831210

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"jest": "24.9.0",
2020
"rimraf": "2.7.1",
21-
"rollup": "0.68.2",
21+
"rollup": "2.79.2",
2222
"rollup-plugin-commonjs": "9.3.4",
2323
"@rollup/plugin-node-resolve": "6.1.0"
2424
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,11 @@ fsevents@^1.2.7:
10951095
nan "^2.9.2"
10961096
node-pre-gyp "^0.10.0"
10971097

1098+
fsevents@~2.3.2:
1099+
version "2.3.3"
1100+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1101+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1102+
10981103
function-bind@^1.0.2, function-bind@^1.1.1:
10991104
version "1.1.1"
11001105
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2673,12 +2678,12 @@ rollup-pluginutils@^2.6.0:
26732678
estree-walker "^0.6.0"
26742679
micromatch "^3.1.10"
26752680

2676-
rollup@0.68.2:
2677-
version "0.68.2"
2678-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.68.2.tgz#c26afb5d981ca7a1a32f76087dbde9dad4fcc653"
2679-
dependencies:
2680-
"@types/estree" "0.0.39"
2681-
"@types/node" "*"
2681+
rollup@2.79.2:
2682+
version "2.79.2"
2683+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
2684+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
2685+
optionalDependencies:
2686+
fsevents "~2.3.2"
26822687

26832688
rsvp@^4.8.4:
26842689
version "4.8.4"

0 commit comments

Comments
 (0)