chore: add missing url-polyfill dependency

This commit is contained in:
Pooya Parsa 2020-12-10 11:35:56 +01:00
parent 31483310f0
commit 568f9fddd9
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"pify": "^5.0.0",
"semver": "^7.3.4",
"serialize-javascript": "^5.0.1",
"upath": "^2.0.1"
"upath": "^2.0.1",
"url-polyfill": "^1.1.12"
},
"publishConfig": {
"access": "public"

View File

@ -13108,6 +13108,11 @@ url-loader@^4.1.1:
mime-types "^2.1.27"
schema-utils "^3.0.0"
url-polyfill@^1.1.12:
version "1.1.12"
resolved "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
url@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"