build(deps): bump encodeurl from 1.0.2 to 2.0.0 (#1807)

Bumps [encodeurl](https://github.com/pillarjs/encodeurl) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/pillarjs/encodeurl/releases)
- [Commits](https://github.com/pillarjs/encodeurl/compare/v1.0.2...v2.0.0)

---
updated-dependencies:
- dependency-name: encodeurl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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]
2024-03-29 18:13:23 -07:00
committed by GitHub
parent 185e701a8a
commit 6bd2cb18dd
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1657,9 +1657,9 @@
"dev": true "dev": true
}, },
"encodeurl": { "encodeurl": {
"version": "1.0.2", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
"integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg=="
}, },
"error-ex": { "error-ex": {
"version": "1.3.2", "version": "1.3.2",

View File

@@ -44,7 +44,7 @@
"debug": "^4.3.2", "debug": "^4.3.2",
"delegates": "^1.0.0", "delegates": "^1.0.0",
"destroy": "^1.0.4", "destroy": "^1.0.4",
"encodeurl": "^1.0.2", "encodeurl": "^2.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"fresh": "~0.5.2", "fresh": "~0.5.2",
"http-assert": "^1.3.0", "http-assert": "^1.3.0",