Skip to content

Commit 741cf8d

Browse files
chore(dev-deps): update dependency @rollup/plugin-node-resolve to v15.3.1
1 parent efad43d commit 741cf8d

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@google/semantic-release-replace-plugin": "1.2.7",
4848
"@rollup/plugin-buble": "1.0.3",
4949
"@rollup/plugin-commonjs": "25.0.8",
50-
"@rollup/plugin-node-resolve": "15.2.3",
50+
"@rollup/plugin-node-resolve": "15.3.1",
5151
"@rollup/plugin-replace": "5.0.7",
5252
"@rollup/plugin-typescript": "11.1.6",
5353
"@semantic-release/changelog": "6.0.3",

yarn.lock

+4-17
Original file line numberDiff line numberDiff line change
@@ -600,15 +600,14 @@
600600
is-reference "1.2.1"
601601
magic-string "^0.30.3"
602602

603-
"@rollup/plugin-node-resolve@15.2.3":
604-
version "15.2.3"
605-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz#e5e0b059bd85ca57489492f295ce88c2d4b0daf9"
606-
integrity sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==
603+
"@rollup/plugin-node-resolve@15.3.1":
604+
version "15.3.1"
605+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz#66008953c2524be786aa319d49e32f2128296a78"
606+
integrity sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==
607607
dependencies:
608608
"@rollup/pluginutils" "^5.0.1"
609609
"@types/resolve" "1.20.2"
610610
deepmerge "^4.2.2"
611-
is-builtin-module "^3.2.1"
612611
is-module "^1.0.0"
613612
resolve "^1.22.1"
614613

@@ -1568,11 +1567,6 @@ buffer-crc32@~0.2.3:
15681567
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
15691568
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
15701569

1571-
builtin-modules@^3.3.0:
1572-
version "3.3.0"
1573-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1574-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1575-
15761570
cac@^6.7.14:
15771571
version "6.7.14"
15781572
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.14.tgz#804e1e6f506ee363cb0e3ccbb09cad5dd9870959"
@@ -3228,13 +3222,6 @@ is-buffer@~1.1.6:
32283222
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
32293223
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
32303224

3231-
is-builtin-module@^3.2.1:
3232-
version "3.2.1"
3233-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3234-
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
3235-
dependencies:
3236-
builtin-modules "^3.3.0"
3237-
32383225
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
32393226
version "1.2.7"
32403227
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"

0 commit comments

Comments
 (0)