Skip to content

Commit bc02d44

Browse files
chore(deps): update dependency @rollup/plugin-alias to v4 (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e16d40c commit bc02d44

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"license": "MIT",
3535
"devDependencies": {
3636
"@microsoft/api-extractor": "7.32.0",
37-
"@rollup/plugin-alias": "^3.1.9",
37+
"@rollup/plugin-alias": "^4.0.1",
3838
"@rollup/plugin-commonjs": "^21.1.0",
3939
"@rollup/plugin-node-resolve": "^14.1.0",
4040
"@rollup/plugin-replace": "^4.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@
568568
"@nodelib/fs.scandir" "2.1.5"
569569
fastq "^1.6.0"
570570

571-
"@rollup/plugin-alias@^3.1.9":
572-
version "3.1.9"
573-
resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz#a5d267548fe48441f34be8323fb64d1d4a1b3fdf"
574-
integrity sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==
571+
"@rollup/plugin-alias@^4.0.1":
572+
version "4.0.1"
573+
resolved "https://registry.yarnpkg.com/@rollup/plugin-alias/-/plugin-alias-4.0.1.tgz#d19e61eeedc1c7c4b0aec2642e8fc3cb189b6758"
574+
integrity sha512-7ABLIZxFV9U0W6syEigH8MbmqikZuxQsfL3w23rtBkpwzZD6UcT0sgrqUkphkZnEIHANxMs4sbg/VbGpq3TP9Q==
575575
dependencies:
576-
slash "^3.0.0"
576+
slash "^4.0.0"
577577

578578
"@rollup/plugin-commonjs@^21.1.0":
579579
version "21.1.0"
@@ -5630,6 +5630,11 @@ slash@^3.0.0:
56305630
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
56315631
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
56325632

5633+
slash@^4.0.0:
5634+
version "4.0.0"
5635+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
5636+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
5637+
56335638
slice-ansi@^3.0.0:
56345639
version "3.0.0"
56355640
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"

0 commit comments

Comments
 (0)