Skip to content

Commit 0fe67e3

Browse files
Update dependency @rollup/plugin-alias to v5
1 parent 12ad9f1 commit 0fe67e3

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@firebase/app": "0.9.22",
113113
"@firebase/app-compat": "0.2.22",
114114
"@firebase/auth": "1.3.2",
115-
"@rollup/plugin-alias": "3.1.9",
115+
"@rollup/plugin-alias": "5.0.1",
116116
"@rollup/plugin-json": "4.1.0",
117117
"@types/eslint": "7.29.0",
118118
"@types/json-stable-stringify": "1.0.34",

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@firebase/app": "0.9.22",
5959
"@firebase/auth": "1.3.2",
6060
"rollup": "2.79.1",
61-
"@rollup/plugin-alias": "3.1.9",
61+
"@rollup/plugin-alias": "5.0.1",
6262
"@rollup/plugin-json": "4.1.0",
6363
"rollup-plugin-typescript2": "0.31.2",
6464
"typescript": "4.7.4"

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -2951,12 +2951,12 @@
29512951
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
29522952
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
29532953

2954-
"@rollup/plugin-alias@3.1.9":
2955-
version "3.1.9"
2956-
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz#a5d267548fe48441f34be8323fb64d1d4a1b3fdf"
2957-
integrity sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==
2954+
"@rollup/plugin-alias@5.0.1":
2955+
version "5.0.1"
2956+
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.0.1.tgz#c84a43e021f5e0ebf1cc3c5af518c8371251bb77"
2957+
integrity sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==
29582958
dependencies:
2959-
slash "^3.0.0"
2959+
slash "^4.0.0"
29602960

29612961
29622962
version "21.1.0"
@@ -15397,6 +15397,11 @@ slash@^3.0.0:
1539715397
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1539815398
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1539915399

15400+
slash@^4.0.0:
15401+
version "4.0.0"
15402+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
15403+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
15404+
1540015405
1540115406
version "0.0.4"
1540215407
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"

0 commit comments

Comments
 (0)