chore(deps-dev): bump url from 0.11.2 to 0.11.3 (#493)

Bumps [url](https://github.com/defunctzombie/node-url) from 0.11.2 to 0.11.3.
- [Commits](https://github.com/defunctzombie/node-url/compare/v0.11.2...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-15 17:36:59 -05:00 committed by GitHub
parent 370f9b5b51
commit a619c9e81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",
"stylelint": "^15.10.3", "stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5", "stylelint-config-prettier": "^9.0.5",
"url": "^0.11.2", "url": "^0.11.3",
"webpack": "^5.88.2", "webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1" "webpack-dev-server": "^4.15.1"
} }

View File

@ -9663,10 +9663,10 @@ url-parse@^1.4.3, url-parse@^1.5.3:
querystringify "^2.1.1" querystringify "^2.1.1"
requires-port "^1.0.0" requires-port "^1.0.0"
url@^0.11.2: url@^0.11.3:
version "0.11.2" version "0.11.3"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.2.tgz#02f250a6e0d992b781828cd456d44f49bf2e19dd" resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad"
integrity sha512-7yIgNnrST44S7PJ5+jXbdIupfU1nWUdQJBFBeJRclPXiWgCvrSq5Frw8lr/i//n5sqDfzoKmBymMS81l4U/7cg== integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==
dependencies: dependencies:
punycode "^1.4.1" punycode "^1.4.1"
qs "^6.11.2" qs "^6.11.2"