Browse Source

build(deps): bump h3 from 1.12.0 to 1.13.0 in /src (#1454)

Bumps [h3](https://github.com/unjs/h3) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/v1.13.0/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1470/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
6f2811c637
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 28
      src/package-lock.json
  2. 2
      src/package.json

28
src/package-lock.json

@ -14,7 +14,7 @@
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"express-session": "^1.18.0",
"h3": "^1.12.0",
"h3": "^1.13.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
@ -2618,21 +2618,20 @@
"license": "MIT"
},
"node_modules/h3": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/h3/-/h3-1.12.0.tgz",
"integrity": "sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==",
"license": "MIT",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz",
"integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==",
"dependencies": {
"cookie-es": "^1.1.0",
"crossws": "^0.2.4",
"cookie-es": "^1.2.2",
"crossws": ">=0.2.0 <0.4.0",
"defu": "^6.1.4",
"destr": "^2.0.3",
"iron-webcrypto": "^1.1.1",
"ohash": "^1.1.3",
"iron-webcrypto": "^1.2.1",
"ohash": "^1.1.4",
"radix3": "^1.1.2",
"ufo": "^1.5.3",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"unenv": "^1.9.0"
"unenv": "^1.10.0"
}
},
"node_modules/has-bigints": {
@ -3598,10 +3597,9 @@
}
},
"node_modules/ohash": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz",
"integrity": "sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==",
"license": "MIT"
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz",
"integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
},
"node_modules/on-headers": {
"version": "1.0.2",

2
src/package.json

@ -20,7 +20,7 @@
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"express-session": "^1.18.0",
"h3": "^1.12.0",
"h3": "^1.13.0",
"qrcode": "^1.5.4"
},
"devDependencies": {

Loading…
Cancel
Save