Update dependency @hono/sentry to ^1.0.1

This commit is contained in:
renovate[bot] 2024-02-14 09:10:57 +00:00
parent cd4026327b
commit a1e21e9c2c
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.0.0",
"@hono/sentry": "^1.0.1",
"hono": "^3.12.12"
},
"devDependencies": {
@ -1155,14 +1155,14 @@
}
},
"node_modules/@hono/sentry": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@hono/sentry/-/sentry-1.0.0.tgz",
"integrity": "sha512-GbPxgpGuasM2zRCSaA77MPWu4KDcuk/EMf7JJykjCvnOTbjmtr7FovNxsvg7xlXCIjZDgLmqBaoJMi3AxbeIAA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@hono/sentry/-/sentry-1.0.1.tgz",
"integrity": "sha512-4JgwdyasCQIoH3lhl4yLNxrP4/SElfK01ZV3JUaMvexVJnyAOPuXDhtJasl9Gssg7qDNt8ZIDDjqmVrOwS+AIw==",
"dependencies": {
"toucan-js": "^3.2.2"
},
"peerDependencies": {
"hono": "3.*"
"hono": ">=3.*"
}
},
"node_modules/@humanwhocodes/config-array": {

View file

@ -38,7 +38,7 @@
"wrangler": "^3.28.2"
},
"dependencies": {
"@hono/sentry": "^1.0.0",
"@hono/sentry": "^1.0.1",
"hono": "^3.12.12"
}
}