Skip to content

Commit 8231a5f

Browse files
committed
Update dependency firebase-tools to v3.19.3
1 parent ee605bf commit 8231a5f

2 files changed

Lines changed: 19 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/jest": "23.1.1",
3939
"browser-sync": "2.24.5",
40-
"firebase-tools": "3.19.0",
40+
"firebase-tools": "3.19.3",
4141
"jest": "23.1.0"
4242
},
4343
"repository": "git+https://github.com/valuag/valuag-ico.git",

yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,9 +2401,9 @@ find-up@^2.1.0:
24012401
dependencies:
24022402
locate-path "^2.0.0"
24032403

2404-
firebase-tools@3.19.0:
2405-
version "3.19.0"
2406-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-3.19.0.tgz#2b6bff2eb31bda520119d0aad1e66279369a7765"
2404+
firebase-tools@3.19.3:
2405+
version "3.19.3"
2406+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-3.19.3.tgz#5833e107a7ddd16a0e38776458752f0a3c4a62ea"
24072407
dependencies:
24082408
JSONStream "^1.2.1"
24092409
archiver "^2.1.1"
@@ -2429,13 +2429,13 @@ firebase-tools@3.19.0:
24292429
jsonwebtoken "^8.2.1"
24302430
lodash "^4.6.1"
24312431
minimatch "^3.0.4"
2432-
open "^0.0.5"
2432+
opn "^5.3.0"
24332433
ora "0.2.3"
24342434
portfinder "^1.0.13"
24352435
progress "^2.0.0"
24362436
request "^2.58.0"
24372437
semver "^5.0.3"
2438-
superstatic "^5.0.1"
2438+
superstatic "^5.0.2"
24392439
tar "^4.3.0"
24402440
tmp "0.0.33"
24412441
universal-analytics "^0.4.16"
@@ -3540,6 +3540,10 @@ is-windows@^1.0.0, is-windows@^1.0.2:
35403540
version "1.0.2"
35413541
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
35423542

3543+
is-wsl@^1.1.0:
3544+
version "1.1.0"
3545+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
3546+
35433547
is@^3.0.1, is@^3.2.0, is@^3.2.1:
35443548
version "3.2.1"
35453549
resolved "https://registry.yarnpkg.com/is/-/is-3.2.1.tgz#d0ac2ad55eb7b0bec926a5266f6c662aaa83dca5"
@@ -5085,10 +5089,6 @@ onetime@^1.0.0:
50855089
version "1.1.0"
50865090
resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789"
50875091

5088-
open@^0.0.5:
5089-
version "0.0.5"
5090-
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
5091-
50925092
openurl@1.1.1:
50935093
version "1.1.1"
50945094
resolved "https://registry.yarnpkg.com/openurl/-/openurl-1.1.1.tgz#3875b4b0ef7a52c156f0db41d4609dbb0f94b387"
@@ -5100,6 +5100,12 @@ opn@4.0.2:
51005100
object-assign "^4.0.1"
51015101
pinkie-promise "^2.0.0"
51025102

5103+
opn@^5.3.0:
5104+
version "5.3.0"
5105+
resolved "https://registry.yarnpkg.com/opn/-/opn-5.3.0.tgz#64871565c863875f052cfdf53d3e3cb5adb53b1c"
5106+
dependencies:
5107+
is-wsl "^1.1.0"
5108+
51035109
optimist@^0.6.1:
51045110
version "0.6.1"
51055111
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
@@ -6630,9 +6636,9 @@ stubs@^3.0.0:
66306636
version "3.0.0"
66316637
resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b"
66326638

6633-
superstatic@^5.0.1:
6634-
version "5.0.1"
6635-
resolved "https://registry.yarnpkg.com/superstatic/-/superstatic-5.0.1.tgz#f0a83942ad8e93c5c53a98341c4a3de229dff94e"
6639+
superstatic@^5.0.2:
6640+
version "5.0.2"
6641+
resolved "https://registry.yarnpkg.com/superstatic/-/superstatic-5.0.2.tgz#d7ce9329ee30daaa762b01d43b548d0b7306ba54"
66366642
dependencies:
66376643
as-array "^2.0.0"
66386644
async "^1.5.2"

0 commit comments

Comments
 (0)