build(deps): bump url from 0.11.1 to 0.11.3

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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-11 10:13:28 +00:00 committed by GitHub
parent 2cc8638df3
commit d20f2536ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -16,7 +16,7 @@
"pdfjs-dist": "2.12.313", "pdfjs-dist": "2.12.313",
"pdfjs-dist-viewer-min": "2.12.313", "pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.6.1", "socket.io-client": "4.6.1",
"url": "0.11.1" "url": "0.11.3"
}, },
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
@ -3901,12 +3901,12 @@
} }
}, },
"node_modules/url": { "node_modules/url": {
"version": "0.11.1", "version": "0.11.3",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.1.tgz", "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
"integrity": "sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==", "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
"dependencies": { "dependencies": {
"punycode": "^1.4.1", "punycode": "^1.4.1",
"qs": "^6.11.0" "qs": "^6.11.2"
} }
}, },
"node_modules/util-deprecate": { "node_modules/util-deprecate": {
@ -6992,12 +6992,12 @@
} }
}, },
"url": { "url": {
"version": "0.11.1", "version": "0.11.3",
"resolved": "https://registry.npmjs.org/url/-/url-0.11.1.tgz", "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
"integrity": "sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==", "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
"requires": { "requires": {
"punycode": "^1.4.1", "punycode": "^1.4.1",
"qs": "^6.11.0" "qs": "^6.11.2"
} }
}, },
"util-deprecate": { "util-deprecate": {

View file

@ -20,7 +20,7 @@
"pdfjs-dist": "2.12.313", "pdfjs-dist": "2.12.313",
"pdfjs-dist-viewer-min": "2.12.313", "pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.6.1", "socket.io-client": "4.6.1",
"url": "0.11.1" "url": "0.11.3"
}, },
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",