Skip to content

Commit 589569c

Browse files
build(deps-dev): bump rollup from 1.21.4 to 1.22.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.21.4 to 1.22.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.21.4...v1.22.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8669386 commit 589569c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
esutils "^2.0.2"
7676
js-tokens "^4.0.0"
7777

78-
78+
"@types/estree@*", "@types/estree@0.0.39":
7979
version "0.0.39"
8080
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
8181

@@ -108,7 +108,7 @@
108108
version "3.0.3"
109109
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
110110

111-
"@types/node@*", "@types/node@^12.7.5":
111+
"@types/node@*":
112112
version "12.7.5"
113113
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
114114
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==
@@ -204,10 +204,10 @@ acorn@^5.0.0:
204204
version "5.5.3"
205205
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
206206

207-
acorn@^7.0.0:
208-
version "7.0.0"
209-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
210-
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
207+
acorn@^7.1.0:
208+
version "7.1.0"
209+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
210+
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
211211

212212
213213
version "0.8.2"
@@ -4781,13 +4781,13 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.8.1:
47814781
estree-walker "^0.6.1"
47824782

47834783
rollup@^1.15.5:
4784-
version "1.21.4"
4785-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.21.4.tgz#00a41a30f90095db890301b226cbe2918e4cf54d"
4786-
integrity sha512-Pl512XVCmVzgcBz5h/3Li4oTaoDcmpuFZ+kdhS/wLreALz//WuDAMfomD3QEYl84NkDu6Z6wV9twlcREb4qQsw==
4784+
version "1.22.0"
4785+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.22.0.tgz#a5b2672c0eebe9f2b6454220f785dbc09b64b4bc"
4786+
integrity sha512-x4l4ZrV/Mr/x/jvFTmwROdEAhbZjx16yDRTVSKWh/i4oJDuW2dVEbECT853mybYCz7BAitU8ElGlhx7dNjw3qQ==
47874787
dependencies:
4788-
"@types/estree" "0.0.39"
4789-
"@types/node" "^12.7.5"
4790-
acorn "^7.0.0"
4788+
"@types/estree" "*"
4789+
"@types/node" "*"
4790+
acorn "^7.1.0"
47914791

47924792
run-node@^1.0.0:
47934793
version "1.0.0"

0 commit comments

Comments
 (0)