Skip to content

Commit af33d27

Browse files
chore(deps): update dependency @rollup/plugin-alias to v5
1 parent 9fa0e9f commit af33d27

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.27",
113113
"@firebase/app-compat": "0.2.27",
114114
"@firebase/auth": "1.6.0",
115-
"@rollup/plugin-alias": "3.1.9",
115+
"@rollup/plugin-alias": "5.1.0",
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.27",
5959
"@firebase/auth": "1.6.0",
6060
"rollup": "2.79.1",
61-
"@rollup/plugin-alias": "3.1.9",
61+
"@rollup/plugin-alias": "5.1.0",
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
@@ -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.1.0":
2968+
version "5.1.0"
2969+
resolved "https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz#99a94accc4ff9a3483be5baeedd5d7da3b597e93"
2970+
integrity sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==
29712971
dependencies:
2972-
slash "^3.0.0"
2972+
slash "^4.0.0"
29732973

29742974
29752975
version "21.1.0"
@@ -15337,6 +15337,11 @@ slash@^3.0.0:
1533715337
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
1533815338
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1533915339

15340+
slash@^4.0.0:
15341+
version "4.0.0"
15342+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
15343+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
15344+
1534015345
1534115346
version "0.0.4"
1534215347
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"

0 commit comments

Comments
 (0)