fix: upgrade frisbee from 3.1.2 to 3.1.4

Snyk has created this PR to upgrade frisbee from 3.1.2 to 3.1.4.

See this package in npm:
https://www.npmjs.com/package/frisbee

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-08-03 05:51:33 +00:00 committed by Overtorment
parent fbd50e0f97
commit be97de5b08
2 changed files with 14 additions and 22 deletions

34
package-lock.json generated
View File

@ -4834,9 +4834,9 @@
}
},
"abortcontroller-polyfill": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.4.0.tgz",
"integrity": "sha512-3ZFfCRfDzx3GFjO6RAkYx81lPGpUS20ISxux9gLxuKnqafNcFQo59+IoZqpO2WvQlyc287B62HDnDdNYRmlvWA=="
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.5.0.tgz",
"integrity": "sha512-O6Xk757Jb4o0LMzMOMdWvxpHWrQzruYBaUruFaIOfAQRnWFxfdXYobw12jrVHGtoXk6WiiyYzc0QWN9aL62HQA=="
},
"absolute-path": {
"version": "0.0.0",
@ -6981,12 +6981,11 @@
}
},
"cross-fetch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
"integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.5.tgz",
"integrity": "sha512-FFLcLtraisj5eteosnX1gf01qYDCOc4fDy0+euOt8Kn9YBY2NtXL/pCoYPavw24NIQkQqm5ZOLsGD5Zzj0gyew==",
"requires": {
"node-fetch": "2.6.0",
"whatwg-fetch": "3.0.0"
"node-fetch": "2.6.0"
}
},
"cross-spawn": {
@ -9008,27 +9007,20 @@
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
},
"frisbee": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/frisbee/-/frisbee-3.1.2.tgz",
"integrity": "sha512-qkhtfxUsTFS2BfWJcSKXWAMYPq9RhJkcrikOGPxvzhklI+RAM8tWd1V7n3t6V1uwPNjfPegNG5q1r5Yp3zXOFw==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/frisbee/-/frisbee-3.1.4.tgz",
"integrity": "sha512-LoGzXyYWuGSwUUDKdlbYbokGf08UT37wzdDtVPtOeMWHgzeKiAceIPRrAn7Vn9aYaS+uMJkq7aze6pbfj9hnBA==",
"requires": {
"@babel/runtime": "^7.7.4",
"@babel/runtime": "^7.10.2",
"abortcontroller-polyfill": "^1.4.0",
"boolean": "^3.0.0",
"boolean": "^3.0.1",
"caseless": "^0.12.0",
"common-tags": "^1.8.0",
"cross-fetch": "^3.0.4",
"debug": "^4.1.1",
"qs": "6.9.1",
"qs": "6.9.4",
"url-join": "^4.0.1",
"url-parse": "^1.4.7"
},
"dependencies": {
"qs": {
"version": "6.9.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="
}
}
},
"fs-extra": {

View File

@ -97,7 +97,7 @@
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-standard": "4.0.1",
"events": "1.1.1",
"frisbee": "3.1.2",
"frisbee": "3.1.4",
"lottie-ios": "3.1.8",
"lottie-react-native": "3.4.0",
"metro-react-native-babel-preset": "0.59.0",