Skip to content

Commit 12dc8d3

Browse files
chore: bump @rollup/plugin-json from 4.1.0 to 6.0.0 in /web3.js (#29452)
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) from 4.1.0 to 6.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/json) --- updated-dependencies: - dependency-name: "@rollup/plugin-json" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5021ffa commit 12dc8d3

File tree

3 files changed

+87
-18
lines changed

3 files changed

+87
-18
lines changed

package-lock.json

Lines changed: 65 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@rollup/plugin-alias": "^3.1.9",
8585
"@rollup/plugin-babel": "^5.2.3",
8686
"@rollup/plugin-commonjs": "^22.0.0",
87-
"@rollup/plugin-json": "^4.1.0",
87+
"@rollup/plugin-json": "^6.0.0",
8888
"@rollup/plugin-multi-entry": "^4.0.0",
8989
"@rollup/plugin-node-resolve": "^13.0.0",
9090
"@rollup/plugin-replace": "^4.0.0",

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,12 +1498,12 @@
14981498
magic-string "^0.25.7"
14991499
resolve "^1.17.0"
15001500

1501-
"@rollup/plugin-json@^4.1.0":
1502-
version "4.1.0"
1503-
resolved "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz"
1504-
integrity sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==
1501+
"@rollup/plugin-json@^6.0.0":
1502+
version "6.0.0"
1503+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a"
1504+
integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==
15051505
dependencies:
1506-
"@rollup/pluginutils" "^3.0.8"
1506+
"@rollup/pluginutils" "^5.0.1"
15071507

15081508
"@rollup/plugin-multi-entry@^4.0.0":
15091509
version "4.1.0"
@@ -1538,7 +1538,7 @@
15381538
resolved "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-2.1.0.tgz"
15391539
integrity sha512-CPPAtlKT53HFqC8jFHb/V5WErpU8Hrq2TyCR0A7kPQMlF2wNUf0o1xuAc+Qxj8NCZM0Z3Yvl+FbUXfJjVWqDwA==
15401540

1541-
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
1541+
"@rollup/pluginutils@^3.1.0":
15421542
version "3.1.0"
15431543
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz"
15441544
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -1547,6 +1547,15 @@
15471547
estree-walker "^1.0.1"
15481548
picomatch "^2.2.2"
15491549

1550+
"@rollup/pluginutils@^5.0.1":
1551+
version "5.0.2"
1552+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
1553+
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
1554+
dependencies:
1555+
"@types/estree" "^1.0.0"
1556+
estree-walker "^2.0.2"
1557+
picomatch "^2.3.1"
1558+
15501559
"@semantic-release/commit-analyzer@^9.0.2":
15511560
version "9.0.2"
15521561
resolved "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz"
@@ -1806,6 +1815,11 @@
18061815
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz"
18071816
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
18081817

1818+
"@types/estree@^1.0.0":
1819+
version "1.0.0"
1820+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
1821+
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
1822+
18091823
"@types/express-serve-static-core@^4.17.21", "@types/express-serve-static-core@^4.17.9":
18101824
version "4.17.28"
18111825
resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz"
@@ -3614,7 +3628,7 @@ estree-walker@^1.0.1:
36143628
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz"
36153629
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
36163630

3617-
estree-walker@^2.0.1:
3631+
estree-walker@^2.0.1, estree-walker@^2.0.2:
36183632
version "2.0.2"
36193633
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz"
36203634
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==

0 commit comments

Comments
 (0)