Skip to content

Commit f9d4b79

Browse files
authored
chore: pin @rollup/plugin-json to 4.0.1 (#11235)
1 parent 0616f06 commit f9d4b79

2 files changed

Lines changed: 7 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/preset-flow": "^7.8.3",
2929
"@babel/register": "^7.8.6",
3030
"@babel/runtime": "^7.8.7",
31-
"@rollup/plugin-json": "^4.0.2",
31+
"@rollup/plugin-json": "4.0.1",
3232
"babel-eslint": "^11.0.0-beta.2",
3333
"babel-jest": "^24.9.0",
3434
"babel-plugin-transform-charcodes": "^0.2.0",

yarn.lock

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,19 +1821,12 @@
18211821
dependencies:
18221822
"@types/node" ">= 8"
18231823

1824-
"@rollup/plugin-json@^4.0.2":
1825-
version "4.0.2"
1826-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.2.tgz#482185ee36ac7dd21c346e2dbcc22ffed0c6f2d6"
1827-
integrity sha512-t4zJMc98BdH42mBuzjhQA7dKh0t4vMJlUka6Fz0c+iO5IVnWaEMiYBy1uBj9ruHZzXBW23IPDGL9oCzBkQ9Udg==
1828-
dependencies:
1829-
"@rollup/pluginutils" "^3.0.4"
1830-
1831-
"@rollup/pluginutils@^3.0.4":
1832-
version "3.0.8"
1833-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.0.8.tgz#4e94d128d94b90699e517ef045422960d18c8fde"
1834-
integrity sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==
1824+
1825+
version "4.0.1"
1826+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.1.tgz#223898c6c37993886da06989b0e93ceef52aa3ce"
1827+
integrity sha512-soxllkhOGgchswBAAaTe7X9G80U2tjjHvXv0sBrriLJcC/89PkP59iTrKPOfbz3SjX088mKDmMhAscuyLz8ZSg==
18351828
dependencies:
1836-
estree-walker "^1.0.1"
1829+
rollup-pluginutils "^2.5.0"
18371830

18381831
"@samverschueren/stream-to-observable@^0.3.0":
18391832
version "0.3.0"
@@ -4356,11 +4349,6 @@ estree-walker@^0.6.1:
43564349
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
43574350
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
43584351

4359-
estree-walker@^1.0.1:
4360-
version "1.0.1"
4361-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
4362-
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
4363-
43644352
esutils@^2.0.2:
43654353
version "2.0.3"
43664354
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -9165,7 +9153,7 @@ rollup-plugin-terser@^5.3.0:
91659153
serialize-javascript "^2.1.2"
91669154
terser "^4.6.2"
91679155

9168-
rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
9156+
rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
91699157
version "2.8.2"
91709158
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
91719159
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==

0 commit comments

Comments
 (0)