1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot] 2020-01-02 20:12:18 +00:00 committed by GitHub
parent b719ecbe1f
commit 957cc42627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
package-lock.json generated
View File

@ -13405,11 +13405,11 @@
} }
}, },
"tr46": { "tr46": {
"version": "1.0.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.0.0.tgz",
"integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", "integrity": "sha512-LrErSqfhdUw73AC/eXV2fEmNkvgSYxfm5lvxnLvuVgoVDknvD28Pa5FeDGc8RuVouDxUD3GnHHFv7xnBp7As5w==",
"requires": { "requires": {
"punycode": "^2.1.0" "punycode": "^2.1.1"
} }
}, },
"trim-right": { "trim-right": {
@ -14394,9 +14394,9 @@
} }
}, },
"webidl-conversions": { "webidl-conversions": {
"version": "4.0.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
"integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
}, },
"webpack": { "webpack": {
"version": "4.41.2", "version": "4.41.2",
@ -14759,13 +14759,13 @@
"dev": true "dev": true
}, },
"whatwg-url": { "whatwg-url": {
"version": "7.1.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.0.0.tgz",
"integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", "integrity": "sha512-41ou2Dugpij8/LPO5Pq64K5q++MnRCBpEHvQr26/mArEKTkCV5aoXIqyhuYtE0pkqScXwhf2JP57rkRTYM29lQ==",
"requires": { "requires": {
"lodash.sortby": "^4.7.0", "lodash.sortby": "^4.7.0",
"tr46": "^1.0.1", "tr46": "^2.0.0",
"webidl-conversions": "^4.0.2" "webidl-conversions": "^5.0.0"
} }
}, },
"which": { "which": {