Skip to content

Commit 6196f7d

Browse files
Update dependency @rollup/plugin-alias to v5
1 parent 00235ba commit 6196f7d

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
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.23",
113113
"@firebase/app-compat": "0.2.23",
114114
"@firebase/auth": "1.4.0",
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.23",
5959
"@firebase/auth": "1.4.0",
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

+17-12
Original file line numberDiff line numberDiff line change
@@ -2964,12 +2964,12 @@
29642964
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
29652965
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
29662966

2967-
"@rollup/plugin-alias@3.1.9":
2968-
version "3.1.9"
2969-
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-3.1.9.tgz"
2970-
integrity sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==
2967+
"@rollup/plugin-alias@5.0.1":
2968+
version "5.0.1"
2969+
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.0.1.tgz#c84a43e021f5e0ebf1cc3c5af518c8371251bb77"
2970+
integrity sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==
29712971
dependencies:
2972-
slash "^3.0.0"
2972+
slash "^4.0.0"
29732973

29742974
29752975
version "21.1.0"
@@ -3497,6 +3497,13 @@
34973497
resolved "https://registry.npmjs.org/@types/node/-/node-10.17.13.tgz"
34983498
integrity sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==
34993499

3500+
3501+
version "20.8.10"
3502+
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
3503+
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
3504+
dependencies:
3505+
undici-types "~5.26.4"
3506+
35003507
"@types/node@>=12.12.47":
35013508
version "16.9.6"
35023509
resolved "https://registry.npmjs.org/@types/node/-/node-16.9.6.tgz"
@@ -3509,13 +3516,6 @@
35093516
dependencies:
35103517
undici-types "~5.26.4"
35113518

3512-
3513-
version "20.8.10"
3514-
resolved "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
3515-
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
3516-
dependencies:
3517-
undici-types "~5.26.4"
3518-
35193519
"@types/normalize-package-data@^2.4.0":
35203520
version "2.4.1"
35213521
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
@@ -15332,6 +15332,11 @@ slash@^3.0.0:
1533215332
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
1533315333
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1533415334

15335+
slash@^4.0.0:
15336+
version "4.0.0"
15337+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
15338+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
15339+
1533515340
1533615341
version "0.0.4"
1533715342
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"

0 commit comments

Comments
 (0)