Browse Source

build(deps): bump h3 from 1.13.0 to 1.14.0 in /src

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

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/1632/head
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
dd3febd8de
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 26
      src/package-lock.json
  2. 2
      src/package.json

26
src/package-lock.json

@ -14,7 +14,7 @@
"crc-32": "^1.2.2", "crc-32": "^1.2.2",
"debug": "^4.3.7", "debug": "^4.3.7",
"express-session": "^1.18.1", "express-session": "^1.18.1",
"h3": "^1.13.0", "h3": "^1.14.0",
"qrcode": "^1.5.4" "qrcode": "^1.5.4"
}, },
"devDependencies": { "devDependencies": {
@ -1271,17 +1271,12 @@
} }
}, },
"node_modules/crossws": { "node_modules/crossws": {
"version": "0.2.4", "version": "0.3.3",
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz", "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.3.tgz",
"integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==", "integrity": "sha512-/71DJT3xJlqSnBr83uGJesmVHSzZEvgxHt/fIKxBAAngqMHmnBWQNxCphVxxJ2XL3xleu5+hJD6IQ3TglBedcw==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "dependencies": {
"uWebSockets.js": "*" "uncrypto": "^0.1.3"
},
"peerDependenciesMeta": {
"uWebSockets.js": {
"optional": true
}
} }
}, },
"node_modules/cssesc": { "node_modules/cssesc": {
@ -2616,12 +2611,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/h3": { "node_modules/h3": {
"version": "1.13.0", "version": "1.14.0",
"resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", "resolved": "https://registry.npmjs.org/h3/-/h3-1.14.0.tgz",
"integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", "integrity": "sha512-ao22eiONdgelqcnknw0iD645qW0s9NnrJHr5OBz4WOMdBdycfSas1EQf1wXRsm+PcB2Yoj43pjBPwqIpJQTeWg==",
"license": "MIT",
"dependencies": { "dependencies": {
"cookie-es": "^1.2.2", "cookie-es": "^1.2.2",
"crossws": ">=0.2.0 <0.4.0", "crossws": "^0.3.2",
"defu": "^6.1.4", "defu": "^6.1.4",
"destr": "^2.0.3", "destr": "^2.0.3",
"iron-webcrypto": "^1.2.1", "iron-webcrypto": "^1.2.1",

2
src/package.json

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

Loading…
Cancel
Save