Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 465105d

Browse files
Bump @rollup/plugin-node-resolve from 13.1.3 to 13.3.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.1.3 to 13.3.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.3.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 760b36d commit 465105d

3 files changed

Lines changed: 37 additions & 21 deletions

File tree

package-lock.json

Lines changed: 20 additions & 11 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
@@ -38,7 +38,7 @@
3838
"@openzeppelin/contracts": "^4.5.0",
3939
"@rollup/plugin-babel": "^5.3.0",
4040
"@rollup/plugin-commonjs": "^21.0.1",
41-
"@rollup/plugin-node-resolve": "^13.1.3",
41+
"@rollup/plugin-node-resolve": "^13.3.0",
4242
"@typechain/ethers-v5": "^9.0.0",
4343
"commander": "^9.0.0",
4444
"coveralls": "^3.1.1",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -940,15 +940,15 @@
940940
magic-string "^0.25.7"
941941
resolve "^1.17.0"
942942

943-
"@rollup/plugin-node-resolve@^13.1.3":
944-
version "13.1.3"
945-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.3.tgz#2ed277fb3ad98745424c1d2ba152484508a92d79"
946-
integrity sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==
943+
"@rollup/plugin-node-resolve@^13.3.0":
944+
version "13.3.0"
945+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c"
946+
integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
947947
dependencies:
948948
"@rollup/pluginutils" "^3.1.0"
949949
"@types/resolve" "1.17.1"
950-
builtin-modules "^3.1.0"
951950
deepmerge "^4.2.2"
951+
is-builtin-module "^3.1.0"
952952
is-module "^1.0.0"
953953
resolve "^1.19.0"
954954

@@ -2615,10 +2615,10 @@ bufferutil@^4.0.1:
26152615
dependencies:
26162616
node-gyp-build "^4.3.0"
26172617

2618-
builtin-modules@^3.1.0:
2619-
version "3.2.0"
2620-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
2621-
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
2618+
builtin-modules@^3.3.0:
2619+
version "3.3.0"
2620+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
2621+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
26222622

26232623
bytes@3.1.2:
26242624
version "3.1.2"
@@ -5167,6 +5167,13 @@ is-buffer@^2.0.5, is-buffer@~2.0.3:
51675167
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
51685168
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
51695169

5170+
is-builtin-module@^3.1.0:
5171+
version "3.2.0"
5172+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
5173+
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
5174+
dependencies:
5175+
builtin-modules "^3.3.0"
5176+
51705177
is-callable@^1.1.4, is-callable@^1.2.4:
51715178
version "1.2.4"
51725179
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"

0 commit comments

Comments
 (0)