Browse Source

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/1615/head
dependabot[bot] 5 months ago
committed by GitHub
parent
commit
88b5bdc171
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.13.1",
"qrcode": "^1.5.4" "qrcode": "^1.5.4"
}, },
"devDependencies": { "devDependencies": {
@ -1271,17 +1271,11 @@
} }
}, },
"node_modules/crossws": { "node_modules/crossws": {
"version": "0.2.4", "version": "0.3.1",
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.2.4.tgz", "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz",
"integrity": "sha512-DAxroI2uSOgUKLz00NX6A8U/8EE3SZHmIND+10jkVSaypvyt57J5JEOxAQOL6lQxyzi/wZbTIwssU1uy69h5Vg==", "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==",
"license": "MIT", "dependencies": {
"peerDependencies": { "uncrypto": "^0.1.3"
"uWebSockets.js": "*"
},
"peerDependenciesMeta": {
"uWebSockets.js": {
"optional": true
}
} }
}, },
"node_modules/cssesc": { "node_modules/cssesc": {
@ -2616,12 +2610,12 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/h3": { "node_modules/h3": {
"version": "1.13.0", "version": "1.13.1",
"resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz", "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.1.tgz",
"integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==", "integrity": "sha512-u/z6Z4YY+ANZ05cRRfsFJadTBrNA6e3jxdU+AN5UCbZSZEUwgHiwjvUEe0k1NoQmAvQmETwr+xB5jd7mhCJuIQ==",
"dependencies": { "dependencies": {
"cookie-es": "^1.2.2", "cookie-es": "^1.2.2",
"crossws": ">=0.2.0 <0.4.0", "crossws": "^0.3.1",
"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.13.1",
"qrcode": "^1.5.4" "qrcode": "^1.5.4"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save