Skip to content

Commit c60dbb6

Browse files
committed
build(deps): bump all javascript dependencies
1 parent 292c424 commit c60dbb6

File tree

8 files changed

+65
-84
lines changed

8 files changed

+65
-84
lines changed

.github/workflows/scripts/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "lib/index.js",
1212
"dependencies": {
1313
"firebase-admin": "^10.0.2",
14-
"firebase-functions": "^3.17.2"
14+
"firebase-functions": "^3.18.0"
1515
},
1616
"devDependencies": {
1717
"firebase-functions-test": "^0.3.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"codecov": "^3.8.3",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"cross-env": "^7.0.3",
66-
"eslint": "^8.8.0",
66+
"eslint": "^8.9.0",
6767
"eslint-config-prettier": "^8.3.0",
6868
"eslint-plugin-mocha": "^10.0.3",
6969
"eslint-plugin-prettier": "^4.0.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-native": "*"
5757
},
5858
"dependencies": {
59-
"@expo/config-plugins": "^4.0.17",
59+
"@expo/config-plugins": "^4.0.18",
6060
"opencollective-postinstall": "^2.0.1",
6161
"superstruct": "^0.6.2"
6262
},

packages/crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "14.3.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.17",
35+
"@expo/config-plugins": "^4.0.18",
3636
"stacktrace-js": "^2.0.0"
3737
},
3838
"publishConfig": {

packages/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "14.3.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.17"
35+
"@expo/config-plugins": "^4.0.18"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@react-native-firebase/private-tests-helpers": "0.0.13",
3535
"a2a": "^0.2.0",
3636
"babel-plugin-istanbul": "^6.0.0",
37-
"detox": "^19.4.4",
37+
"detox": "^19.4.5",
3838
"firebase": "^9.6.6",
39-
"firebase-tools": "^10.1.5",
39+
"firebase-tools": "^10.2.0",
4040
"jest-circus": "^27.5.1",
4141
"jest-environment-node": "^27.5.1",
4242
"jet": "^0.8.0",
4343
"jsonwebtoken": "^8.5.1",
44-
"metro-react-native-babel-preset": "0.67.0",
44+
"metro-react-native-babel-preset": "0.68.0",
4545
"mocha": "^9.2.0",
4646
"nyc": "^15.0.1",
4747
"patch-package": "^6.4.7",
File renamed without changes.

yarn.lock

Lines changed: 57 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
436436
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
437437

438-
"@babel/plugin-proposal-async-generator-functions@^7.16.8":
438+
"@babel/plugin-proposal-async-generator-functions@^7.0.0", "@babel/plugin-proposal-async-generator-functions@^7.16.8":
439439
version "7.16.8"
440440
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
441441
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
@@ -1289,27 +1289,27 @@
12891289
enabled "2.0.x"
12901290
kuler "^2.0.0"
12911291

1292-
"@eslint/eslintrc@^1.0.5":
1293-
version "1.0.5"
1294-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318"
1295-
integrity sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==
1292+
"@eslint/eslintrc@^1.1.0":
1293+
version "1.1.0"
1294+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.1.0.tgz#583d12dbec5d4f22f333f9669f7d0b7c7815b4d3"
1295+
integrity sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==
12961296
dependencies:
12971297
ajv "^6.12.4"
12981298
debug "^4.3.2"
1299-
espree "^9.2.0"
1299+
espree "^9.3.1"
13001300
globals "^13.9.0"
13011301
ignore "^4.0.6"
13021302
import-fresh "^3.2.1"
13031303
js-yaml "^4.1.0"
13041304
minimatch "^3.0.4"
13051305
strip-json-comments "^3.1.1"
13061306

1307-
"@expo/config-plugins@^4.0.17":
1308-
version "4.0.17"
1309-
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-4.0.17.tgz#d5a7790ec65bc84301c13d335cb1d7a35e4bcbca"
1310-
integrity sha512-29CMwT2C+1fxsV6QttAdZICCpmT+4KqDIQ+4FftMlljwWEMZzb9aCHl2EYKyXbR5yUmTtXCzEejuyncam4W/Mw==
1307+
"@expo/config-plugins@^4.0.18":
1308+
version "4.0.18"
1309+
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-4.0.18.tgz#80cf6a3aed83e78f714ad097d80e5a7cca48591a"
1310+
integrity sha512-tW4bnrnKhn+PPHF8wf1KAoubICAVUHW8CcagvyFqaRIzeh6yavMIOsQShxOVTbgx7LzSyymZ1nEs45yCGAiMfA==
13111311
dependencies:
1312-
"@expo/config-types" "^43.0.1"
1312+
"@expo/config-types" "^44.0.0"
13131313
"@expo/json-file" "8.2.34"
13141314
"@expo/plist" "0.0.17"
13151315
"@expo/sdk-runtime-versions" "^1.0.0"
@@ -1326,10 +1326,10 @@
13261326
xcode "^3.0.1"
13271327
xml2js "0.4.23"
13281328

1329-
"@expo/config-types@^43.0.1":
1330-
version "43.0.1"
1331-
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-43.0.1.tgz#3e047dccb371741a540980eaff26fb0c95039c30"
1332-
integrity sha512-EtllpCGDdB/UdwAIs5YXJwBLpbFQNdlLLrxIvoILA9cXrpQMWkeDCT9lQPJzFRMFcLUaMuGvkzX2tR4tx5EQFQ==
1329+
"@expo/config-types@^44.0.0":
1330+
version "44.0.0"
1331+
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-44.0.0.tgz#d3480fe2c99f9e895dae4ebba58b74ed72d03e26"
1332+
integrity sha512-d+gpdKOAhqaD5RmcMzGgKzNtvE1w+GCqpFQNSXLliYlXjj+Tv0eL8EPeAdPtvke0vowpPFwd5McXLA90dgY6Jg==
13331333

13341334
13351335
version "8.2.34"
@@ -4421,12 +4421,12 @@ builtins@^1.0.3:
44214421
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
44224422
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
44234423

4424-
bunyan-debug-stream@^1.1.0:
4425-
version "1.1.1"
4426-
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-1.1.1.tgz#4740a00b7d5c2d9d1b714925ab0802516040813e"
4427-
integrity sha512-jJbQ1gXUL6vMmZVdbaTFK1v1sGa7axLrSQQwkB6HU9HCPTzsw2HsKcPHm1vgXZlEck/4IvEuRwg/9+083YelCg==
4424+
bunyan-debug-stream@^2.0.1:
4425+
version "2.0.1"
4426+
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-2.0.1.tgz#9bd7c7e30c7b2cf711317e9d37529b0464c3b164"
4427+
integrity sha512-MCEoqggU7NMt7f2O+PU8VkqfSkoQoa4lmN/OWhaRfqFRBF1Se2TOXQyLF6NxC+EtfrdthnquQe8jOe83fpEoGA==
44284428
dependencies:
4429-
colors "^1.0.3"
4429+
colors "1.4.0"
44304430
exception-formatter "^1.0.4"
44314431

44324432
bunyan@^1.8.12:
@@ -4943,7 +4943,7 @@ [email protected]:
49434943
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
49444944
integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
49454945

4946-
colors@^1.0.3, colors@^1.1.2, colors@^1.2.1:
4946+
colors@1.4.0, colors@^1.0.3, colors@^1.1.2, colors@^1.2.1:
49474947
version "1.4.0"
49484948
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
49494949
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -5721,20 +5721,19 @@ detect-newline@^3.0.0:
57215721
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
57225722
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
57235723

5724-
detox@^19.4.4:
5725-
version "19.4.4"
5726-
resolved "https://registry.yarnpkg.com/detox/-/detox-19.4.4.tgz#33a3f43ff24f337d742e09aa3fc6fac55e17b291"
5727-
integrity sha512-D7wPMOOr34jVdCJAczhDsk6sF/8IUG6bcXL48ZaFDf8O0TrjedxHSa15JIEKI9If+2bH3wKypz+50mNUBxz9rQ==
5724+
detox@^19.4.5:
5725+
version "19.4.5"
5726+
resolved "https://registry.yarnpkg.com/detox/-/detox-19.4.5.tgz#81b1cadaec5c0f7dc53798d65242ff19f4da8412"
5727+
integrity sha512-kMHxNn3I9uTxOzIX4CTymI9qHRLn90xzuM/QhqHNeUH3AEDFtUmlJpcL86GmPO/VLWafcJScia9jqUiKveNAqg==
57285728
dependencies:
57295729
ajv "^8.6.3"
57305730
bunyan "^1.8.12"
5731-
bunyan-debug-stream "^1.1.0"
5731+
bunyan-debug-stream "^2.0.1"
57325732
chalk "^2.4.2"
57335733
child-process-promise "^2.2.0"
57345734
find-up "^4.1.0"
57355735
fs-extra "^4.0.2"
57365736
funpermaproxy "^1.0.1"
5737-
get-port "^2.1.0"
57385737
ini "^1.3.4"
57395738
lodash "^4.17.5"
57405739
minimist "^1.2.0"
@@ -6131,10 +6130,10 @@ eslint-scope@^5.1.1:
61316130
esrecurse "^4.3.0"
61326131
estraverse "^4.1.1"
61336132

6134-
eslint-scope@^7.1.0:
6135-
version "7.1.0"
6136-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.0.tgz#c1f6ea30ac583031f203d65c73e723b01298f153"
6137-
integrity sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==
6133+
eslint-scope@^7.1.1:
6134+
version "7.1.1"
6135+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
6136+
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
61386137
dependencies:
61396138
esrecurse "^4.3.0"
61406139
estraverse "^5.2.0"
@@ -6151,33 +6150,33 @@ eslint-visitor-keys@^2.0.0:
61516150
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
61526151
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
61536152

6154-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0:
6153+
eslint-visitor-keys@^3.0.0:
61556154
version "3.1.0"
61566155
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
61576156
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
61586157

6159-
eslint-visitor-keys@^3.2.0:
6160-
version "3.2.0"
6161-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
6162-
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
6158+
eslint-visitor-keys@^3.3.0:
6159+
version "3.3.0"
6160+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
6161+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
61636162

6164-
eslint@^8.8.0:
6165-
version "8.8.0"
6166-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
6167-
integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==
6163+
eslint@^8.9.0:
6164+
version "8.9.0"
6165+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"
6166+
integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==
61686167
dependencies:
6169-
"@eslint/eslintrc" "^1.0.5"
6168+
"@eslint/eslintrc" "^1.1.0"
61706169
"@humanwhocodes/config-array" "^0.9.2"
61716170
ajv "^6.10.0"
61726171
chalk "^4.0.0"
61736172
cross-spawn "^7.0.2"
61746173
debug "^4.3.2"
61756174
doctrine "^3.0.0"
61766175
escape-string-regexp "^4.0.0"
6177-
eslint-scope "^7.1.0"
6176+
eslint-scope "^7.1.1"
61786177
eslint-utils "^3.0.0"
6179-
eslint-visitor-keys "^3.2.0"
6180-
espree "^9.3.0"
6178+
eslint-visitor-keys "^3.3.0"
6179+
espree "^9.3.1"
61816180
esquery "^1.4.0"
61826181
esutils "^2.0.2"
61836182
fast-deep-equal "^3.1.3"
@@ -6202,14 +6201,14 @@ eslint@^8.8.0:
62026201
text-table "^0.2.0"
62036202
v8-compile-cache "^2.0.3"
62046203

6205-
espree@^9.2.0, espree@^9.3.0:
6206-
version "9.3.0"
6207-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.0.tgz#c1240d79183b72aaee6ccfa5a90bc9111df085a8"
6208-
integrity sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==
6204+
espree@^9.3.1:
6205+
version "9.3.1"
6206+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
6207+
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
62096208
dependencies:
62106209
acorn "^8.7.0"
62116210
acorn-jsx "^5.3.1"
6212-
eslint-visitor-keys "^3.1.0"
6211+
eslint-visitor-keys "^3.3.0"
62136212

62146213
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
62156214
version "4.0.1"
@@ -6682,10 +6681,10 @@ find-yarn-workspace-root@^2.0.0:
66826681
dependencies:
66836682
micromatch "^4.0.2"
66846683

6685-
firebase-tools@^10.1.5:
6686-
version "10.1.5"
6687-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.1.5.tgz#c8fd9ce81034c4e00214e0cea66e6737c8614d40"
6688-
integrity sha512-hc58TKi9NkMj3jGOamICs1Lj2tSasJfDmYEYeWLMAtu2jGZcJoqsASDQdwDWb1IDiRKxc1TmaiLGgq6st8gMxw==
6684+
firebase-tools@^10.2.0:
6685+
version "10.2.0"
6686+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.2.0.tgz#36d5af21a87159eeccd84a836d9684f54bc6caba"
6687+
integrity sha512-gp/pmL3fSGcX3eIK056s63DqKuz4mt0ppkCQLuF3mLHerIXWpz/lPiwmFo4nn8ndstV48iMCV08EcEsUhQW2NQ==
66896688
dependencies:
66906689
"@google-cloud/pubsub" "^2.18.4"
66916690
abort-controller "^3.0.0"
@@ -7121,13 +7120,6 @@ get-pkg-repo@^4.0.0:
71217120
through2 "^2.0.0"
71227121
yargs "^16.2.0"
71237122

7124-
get-port@^2.1.0:
7125-
version "2.1.0"
7126-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-2.1.0.tgz#8783f9dcebd1eea495a334e1a6a251e78887ab1a"
7127-
integrity sha1-h4P53OvR7qSVozThpqJR54iHqxo=
7128-
dependencies:
7129-
pinkie-promise "^2.0.0"
7130-
71317123
get-port@^5.1.1:
71327124
version "5.1.1"
71337125
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
@@ -10006,12 +9998,13 @@ [email protected]:
100069998
"@babel/template" "^7.0.0"
100079999
react-refresh "^0.4.0"
1000810000

10009-
metro-react-native-babel-preset@0.67.0:
10010-
version "0.67.0"
10011-
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz#53aec093f53a09b56236a9bb534d76658efcbec7"
10012-
integrity sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==
10001+
metro-react-native-babel-preset@0.68.0:
10002+
version "0.68.0"
10003+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.68.0.tgz#5a896aeeabb4f0dc796724ed75efb3e05d81b02f"
10004+
integrity sha512-y0fi1DYi2AyYxqIjjJHN0OloX9qi8qC8/+UhJaAZr3QNEt1dXUE0yhydcKoARn6rzgqWHqbiL6nqJOqfvbHr1w==
1001310005
dependencies:
1001410006
"@babel/core" "^7.14.0"
10007+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
1001510008
"@babel/plugin-proposal-class-properties" "^7.0.0"
1001610009
"@babel/plugin-proposal-export-default-from" "^7.0.0"
1001710010
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
@@ -11542,18 +11535,6 @@ pify@^5.0.0:
1154211535
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
1154311536
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
1154411537

11545-
pinkie-promise@^2.0.0:
11546-
version "2.0.1"
11547-
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
11548-
integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
11549-
dependencies:
11550-
pinkie "^2.0.0"
11551-
11552-
pinkie@^2.0.0:
11553-
version "2.0.4"
11554-
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
11555-
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
11556-
1155711538
pirates@^4.0.0, pirates@^4.0.4:
1155811539
version "4.0.4"
1155911540
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"

0 commit comments

Comments
 (0)