Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-04 05:08:20 +0300
committerGitHub <noreply@github.com>2022-03-04 05:08:20 +0300
commitd53a73df36607e01ae0bce88b10b248c8d1c9f74 (patch)
treec2ab55c2178c7be164a0773042208cc14a476cb7
parent7a2eb3e4edb8e7b98969398a66538fe9645c3cfc (diff)
Bump url-parse from 1.5.7 to 1.5.9dependabot/npm_and_yarn/url-parse-1.5.9
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.9. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.9) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index a238efc..5b608b3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"search-query-parser": "^1.6.0",
"ua-parser-js": "^1.0.2",
"url-loader": "^4.1.1",
- "url-parse": "^1.5.3",
+ "url-parse": "^1.5.9",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
@@ -3658,9 +3658,9 @@
}
},
"node_modules/url-parse": {
- "version": "1.5.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
- "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
+ "version": "1.5.9",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.9.tgz",
+ "integrity": "sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ==",
"dev": true,
"dependencies": {
"querystringify": "^2.1.1",
@@ -6640,9 +6640,9 @@
}
},
"url-parse": {
- "version": "1.5.7",
- "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
- "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
+ "version": "1.5.9",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.9.tgz",
+ "integrity": "sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ==",
"dev": true,
"requires": {
"querystringify": "^2.1.1",
diff --git a/package.json b/package.json
index 7a1bd63..73901a4 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"search-query-parser": "^1.6.0",
"ua-parser-js": "^1.0.2",
"url-loader": "^4.1.1",
- "url-parse": "^1.5.3",
+ "url-parse": "^1.5.9",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",