chore(deps-dev): bump url from 0.11.1 to 0.11.3 (#9572)

Bumps [url](https://github.com/defunctzombie/node-url) from 0.11.1 to 0.11.3.
- [Commits](https://github.com/defunctzombie/node-url/compare/v0.11.1...v0.11.3)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-17 10:10:51 +01:00
committed by GitHub
parent cb04cb9e6e
commit 4683e1beaf
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -123,7 +123,7 @@
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.0",
"tsd": "^0.29.0",
"url": "^0.11.1"
"url": "^0.11.3"
},
"engines": {
"node": "^18.16.0",
@@ -27153,13 +27153,13 @@
}
},
"node_modules/url": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.1.tgz",
"integrity": "sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==",
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
"integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
"dev": true,
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.0"
"qs": "^6.11.2"
}
},
"node_modules/url-loader": {

View File

@@ -210,7 +210,7 @@
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.0",
"tsd": "^0.29.0",
"url": "^0.11.1"
"url": "^0.11.3"
},
"engines": {
"node": "^18.16.0",