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

View file

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