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

Merge pull request #349 from oceanprotocol/greenkeeper/whatwg-url-8.0.0

Update whatwg-url to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-06 11:04:21 +01:00 committed by GitHub
commit ca67de1254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -13396,11 +13396,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": {
@ -14382,9 +14382,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",
@ -14747,13 +14747,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": {

View File

@ -60,7 +60,7 @@
"save-file": "^2.3.1", "save-file": "^2.3.1",
"uuid": "^3.3.3", "uuid": "^3.3.3",
"web3": "^1.2.4", "web3": "^1.2.4",
"whatwg-url": "^7.1.0" "whatwg-url": "^8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@release-it/bumper": "^1.0.5", "@release-it/bumper": "^1.0.5",