Skip to content

Commit 12beb65

Browse files
chore(deps): update dependency @rollup/plugin-strip to v3
1 parent cc605e7 commit 12beb65

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
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.14.1",
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
"cookie-store": "4.0.0-next.4",

yarn.lock

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,14 +2641,14 @@
26412641
"@rollup/pluginutils" "^5.0.1"
26422642
magic-string "^0.30.3"
26432643

2644-
"@rollup/plugin-strip@2.1.0":
2645-
version "2.1.0"
2646-
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-2.1.0.tgz#04c2d2ccfb2c6b192bb70447fbf26e336379a333"
2647-
integrity sha512-OKlIlXMFlH4nVxq0beNSIKVw0LkpNUpVjjvfzH5OAOAR5dhLZgLZBzwYX4ifIAs18YDrreMcZH4xnKmW9fI2AQ==
2644+
"@rollup/plugin-strip@3.0.4":
2645+
version "3.0.4"
2646+
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-3.0.4.tgz#ad623cc18cf305b484f8bf38fde4ae855c1229e4"
2647+
integrity sha512-LDRV49ZaavxUo2YoKKMQjCxzCxugu1rCPQa0lDYBOWLj6vtzBMr8DcoJjsmg+s450RbKbe3qI9ZLaSO+O1oNbg==
26482648
dependencies:
2649-
"@rollup/pluginutils" "^3.1.0"
2650-
estree-walker "^2.0.1"
2651-
magic-string "^0.25.7"
2649+
"@rollup/pluginutils" "^5.0.1"
2650+
estree-walker "^2.0.2"
2651+
magic-string "^0.30.3"
26522652

26532653
26542654
version "0.4.4"
@@ -15139,7 +15139,7 @@ string-argv@~0.3.1:
1513915139
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1514015140
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1514115141

15142-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15142+
"string-width-cjs@npm:string-width@^4.2.0":
1514315143
version "4.2.3"
1514415144
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1514515145
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -15157,6 +15157,15 @@ string-width@^1.0.1, string-width@^1.0.2:
1515715157
is-fullwidth-code-point "^1.0.0"
1515815158
strip-ansi "^3.0.0"
1515915159

15160+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15161+
version "4.2.3"
15162+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15163+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15164+
dependencies:
15165+
emoji-regex "^8.0.0"
15166+
is-fullwidth-code-point "^3.0.0"
15167+
strip-ansi "^6.0.1"
15168+
1516015169
string-width@^2.1.1:
1516115170
version "2.1.1"
1516215171
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -15220,7 +15229,7 @@ string_decoder@~1.1.1:
1522015229
dependencies:
1522115230
safe-buffer "~5.1.0"
1522215231

15223-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15232+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1522415233
version "6.0.1"
1522515234
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1522615235
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15241,6 +15250,13 @@ strip-ansi@^4.0.0:
1524115250
dependencies:
1524215251
ansi-regex "^3.0.0"
1524315252

15253+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15254+
version "6.0.1"
15255+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
15256+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
15257+
dependencies:
15258+
ansi-regex "^5.0.1"
15259+
1524415260
strip-ansi@^7.0.1:
1524515261
version "7.1.0"
1524615262
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -16913,7 +16929,7 @@ [email protected]:
1691316929
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
1691416930
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
1691516931

16916-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16932+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1691716933
version "7.0.0"
1691816934
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1691916935
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -16947,6 +16963,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1694716963
string-width "^4.1.0"
1694816964
strip-ansi "^6.0.0"
1694916965

16966+
wrap-ansi@^7.0.0:
16967+
version "7.0.0"
16968+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
16969+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
16970+
dependencies:
16971+
ansi-styles "^4.0.0"
16972+
string-width "^4.1.0"
16973+
strip-ansi "^6.0.0"
16974+
1695016975
wrap-ansi@^8.1.0:
1695116976
version "8.1.0"
1695216977
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)