Skip to content

Commit

Permalink
Bump url-parse (#18535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Gagnon authored Feb 23, 2022
1 parent e2b4dd5 commit 9b3d65b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion extensions/notebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"@microsoft/vscodetestcover": "^1.2.0"
},
"resolutions": {
"url-parse": "^1.5.6"
"url-parse": "^1.5.8"
},
"enableProposedApi": true
}
8 changes: 4 additions & 4 deletions extensions/notebook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1798,10 +1798,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

url-parse@^1.5.6, url-parse@~1.4.3:
version "1.5.6"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2"
integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==
url-parse@1.5.8, url-parse@~1.4.3:
version "1.5.8"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.8.tgz#3f8090e4d6f80053eb861ec496049849f700337e"
integrity sha512-9JZ5zDrn9wJoOy/t+rH00HHejbU8dq9VsOYVu272TYDrCiyVAgHKUSpPh3ruZIpv8PMVR+NXLZvfRPJv8xAcQw==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"
Expand Down
1 change: 0 additions & 1 deletion samples/sqlservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
"gulp-typescript": "^3.2.4",
"tslint": "^3.14.0",
"typescript": "^4.1.0-dev.20200824",
"url-parse": "^1.5.6",
"vsce": "^1.57.1",
"@types/uuid": "^8.3.0"
},
Expand Down
18 changes: 0 additions & 18 deletions samples/sqlservices/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2589,11 +2589,6 @@ pumpify@^1.3.5:
inherits "^2.0.3"
pump "^2.0.0"

querystringify@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==

randomatic@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"
Expand Down Expand Up @@ -2761,11 +2756,6 @@ require-main-filename@^1.0.1:
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=

requires-port@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=

resolve-dir@^1.0.0, resolve-dir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
Expand Down Expand Up @@ -3298,14 +3288,6 @@ url-join@^1.1.0:
resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78"
integrity sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=

url-parse@^1.5.6:
version "1.5.6"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2"
integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"

use@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
Expand Down

0 comments on commit 9b3d65b

Please sign in to comment.