Browse Source

Update to url-parse ~1.5.1 (#10219)

Jeremy Tuloup 4 years ago
parent
commit
aab2c085ba
2 changed files with 7 additions and 7 deletions
  1. 2 2
      packages/coreutils/package.json
  2. 5 5
      yarn.lock

+ 2 - 2
packages/coreutils/package.json

@@ -46,14 +46,14 @@
     "minimist": "~1.2.0",
     "moment": "^2.24.0",
     "path-browserify": "^1.0.0",
-    "url-parse": "~1.4.7"
+    "url-parse": "~1.5.1"
   },
   "devDependencies": {
     "@jupyterlab/testutils": "^3.1.0-alpha.6",
     "@types/jest": "^26.0.10",
     "@types/minimist": "^1.2.0",
     "@types/node": "^14.6.1",
-    "@types/url-parse": "^1.1.0",
+    "@types/url-parse": "^1.4.3",
     "jest": "^26.4.2",
     "rimraf": "~3.0.0",
     "ts-jest": "^26.3.0",

+ 5 - 5
yarn.lock

@@ -3393,7 +3393,7 @@
   dependencies:
     source-map "^0.6.1"
 
-"@types/url-parse@^1.1.0":
+"@types/url-parse@^1.4.3":
   version "1.4.3"
   resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.3.tgz#fba49d90f834951cb000a674efee3d6f20968329"
   integrity sha512-4kHAkbV/OfW2kb5BLVUuUMoumB3CP8rHqlw48aHvFy5tf9ER0AfOonBlX29l/DD68G70DmyhRlSYfQPSYpC5Vw==
@@ -15568,10 +15568,10 @@ url-parse-lax@^3.0.0:
   dependencies:
     prepend-http "^2.0.0"
 
-url-parse@~1.4.7:
-  version "1.4.7"
-  resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
-  integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
+url-parse@~1.5.1:
+  version "1.5.1"
+  resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
+  integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
   dependencies:
     querystringify "^2.1.1"
     requires-port "^1.0.0"