Skip to content

Commit 7ab4f20

Browse files
chore(deps): update dependency @rollup/plugin-strip to v3
1 parent 82373b3 commit 7ab4f20

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"devDependencies": {
134134
"@firebase/app": "0.10.18",
135135
"@rollup/plugin-json": "6.1.0",
136-
"@rollup/plugin-strip": "2.1.0",
136+
"@rollup/plugin-strip": "3.0.4",
137137
"@types/express": "4.17.21",
138138
"chromedriver": "119.0.1",
139139
"rollup": "2.79.1",

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,11 @@
18981898
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
18991899
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
19001900

1901+
"@jridgewell/sourcemap-codec@^1.5.0":
1902+
version "1.5.0"
1903+
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1904+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1905+
19011906
"@jridgewell/[email protected]":
19021907
version "0.3.9"
19031908
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz"
@@ -2993,14 +2998,14 @@
29932998
is-module "^1.0.0"
29942999
resolve "^1.19.0"
29953000

2996-
"@rollup/plugin-strip@2.1.0":
2997-
version "2.1.0"
2998-
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-2.1.0.tgz"
2999-
integrity sha512-OKlIlXMFlH4nVxq0beNSIKVw0LkpNUpVjjvfzH5OAOAR5dhLZgLZBzwYX4ifIAs18YDrreMcZH4xnKmW9fI2AQ==
3001+
"@rollup/plugin-strip@3.0.4":
3002+
version "3.0.4"
3003+
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-3.0.4.tgz#ad623cc18cf305b484f8bf38fde4ae855c1229e4"
3004+
integrity sha512-LDRV49ZaavxUo2YoKKMQjCxzCxugu1rCPQa0lDYBOWLj6vtzBMr8DcoJjsmg+s450RbKbe3qI9ZLaSO+O1oNbg==
30003005
dependencies:
3001-
"@rollup/pluginutils" "^3.1.0"
3002-
estree-walker "^2.0.1"
3003-
magic-string "^0.25.7"
3006+
"@rollup/pluginutils" "^5.0.1"
3007+
estree-walker "^2.0.2"
3008+
magic-string "^0.30.3"
30043009

30053010
30063011
version "0.4.4"
@@ -3033,7 +3038,7 @@
30333038
estree-walker "^2.0.1"
30343039
picomatch "^2.2.2"
30353040

3036-
"@rollup/pluginutils@^5.1.0":
3041+
"@rollup/pluginutils@^5.0.1", "@rollup/pluginutils@^5.1.0":
30373042
version "5.1.4"
30383043
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz#bb94f1f9eaaac944da237767cdfee6c5b2262d4a"
30393044
integrity sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==
@@ -12717,6 +12722,13 @@ magic-string@^0.30.2:
1271712722
dependencies:
1271812723
"@jridgewell/sourcemap-codec" "^1.4.15"
1271912724

12725+
magic-string@^0.30.3:
12726+
version "0.30.17"
12727+
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453"
12728+
integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
12729+
dependencies:
12730+
"@jridgewell/sourcemap-codec" "^1.5.0"
12731+
1272012732
magic-string@~0.26.2:
1272112733
version "0.26.7"
1272212734
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz"

0 commit comments

Comments
 (0)