Skip to content

Commit 0f7f67c

Browse files
committed
chore(deps): update dependency @rollup/plugin-node-resolve to v15.2.4
1 parent faea1fe commit 0f7f67c

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
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@babel/preset-env": "7.25.4",
5252
"@rollup/plugin-babel": "6.0.4",
53-
"@rollup/plugin-node-resolve": "15.2.3",
53+
"@rollup/plugin-node-resolve": "15.2.4",
5454
"@types/jest": "29.5.13",
5555
"@types/ramda": "0.30.2",
5656
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,15 +1896,14 @@
18961896
"@babel/helper-module-imports" "^7.18.6"
18971897
"@rollup/pluginutils" "^5.0.1"
18981898

1899-
"@rollup/[email protected].3":
1900-
version "15.2.3"
1901-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz#e5e0b059bd85ca57489492f295ce88c2d4b0daf9"
1902-
integrity sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==
1899+
"@rollup/[email protected].4":
1900+
version "15.2.4"
1901+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.4.tgz#d4535e8786cd77e4d43243d4737e4bc7df55803d"
1902+
integrity sha512-wnKAGisav1m2vgVK2/2mNowK5DCqff7kpz76cY1pECVE0qRQTCAIcWP5xmdGDi8X8K9SYeeC98i6cD3fk6qkDg==
19031903
dependencies:
19041904
"@rollup/pluginutils" "^5.0.1"
19051905
"@types/resolve" "1.20.2"
19061906
deepmerge "^4.2.2"
1907-
is-builtin-module "^3.2.1"
19081907
is-module "^1.0.0"
19091908
resolve "^1.22.1"
19101909

@@ -2571,11 +2570,6 @@ buffer-from@^1.0.0:
25712570
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
25722571
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
25732572

2574-
builtin-modules@^3.3.0:
2575-
version "3.3.0"
2576-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
2577-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
2578-
25792573
callsites@^3.0.0:
25802574
version "3.1.0"
25812575
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -3471,13 +3465,6 @@ is-arrayish@^0.2.1:
34713465
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
34723466
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
34733467

3474-
is-builtin-module@^3.2.1:
3475-
version "3.2.1"
3476-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3477-
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
3478-
dependencies:
3479-
builtin-modules "^3.3.0"
3480-
34813468
is-core-module@^2.11.0:
34823469
version "2.12.1"
34833470
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"

0 commit comments

Comments
 (0)