Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit ce4bb85

Browse files
Update dependency @rollup/plugin-node-resolve to v16
1 parent a846f18 commit ce4bb85

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"types": "types",
4343
"devDependencies": {
4444
"@js-lib/cli": "^1.6.0",
45-
"@rollup/plugin-node-resolve": "^15.0.2",
45+
"@rollup/plugin-node-resolve": "^16.0.0",
4646
"@rollup/plugin-typescript": "^11.1.1",
4747
"@typescript-eslint/eslint-plugin": "^5.50.0",
4848
"@typescript-eslint/parser": "^5.50.0",

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,14 @@
506506
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
507507
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
508508

509-
"@rollup/plugin-node-resolve@^15.0.2":
510-
version "15.0.2"
511-
resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.2.tgz#8183a80c2cbf7b471f5ac86b16747997f3b5d185"
512-
integrity sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==
509+
"@rollup/plugin-node-resolve@^16.0.0":
510+
version "16.0.2"
511+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.2.tgz#2e64485c12a01a81c619858aa393c3a61c1a0798"
512+
integrity sha512-tCtHJ2BlhSoK4cCs25NMXfV7EALKr0jyasmqVCq3y9cBrKdmJhtsy1iTz36Xhk/O+pDJbzawxF4K6ZblqCnITQ==
513513
dependencies:
514514
"@rollup/pluginutils" "^5.0.1"
515515
"@types/resolve" "1.20.2"
516516
deepmerge "^4.2.2"
517-
is-builtin-module "^3.2.1"
518517
is-module "^1.0.0"
519518
resolve "^1.22.1"
520519

@@ -913,11 +912,6 @@ buffer-from@^1.0.0:
913912
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
914913
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
915914

916-
builtin-modules@^3.3.0:
917-
version "3.3.0"
918-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
919-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
920-
921915
builtins@^1.0.3:
922916
version "1.0.3"
923917
resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
@@ -1854,13 +1848,6 @@ is-binary-path@~2.1.0:
18541848
dependencies:
18551849
binary-extensions "^2.0.0"
18561850

1857-
is-builtin-module@^3.2.1:
1858-
version "3.2.1"
1859-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
1860-
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
1861-
dependencies:
1862-
builtin-modules "^3.3.0"
1863-
18641851
is-core-module@^2.11.0:
18651852
version "2.12.1"
18661853
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"

0 commit comments

Comments
 (0)