mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency @hono/sentry to ^1.0.1
This commit is contained in:
parent
cd4026327b
commit
a1e21e9c2c
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"wrangler": "^3.28.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/sentry": "^1.0.0",
|
||||
"@hono/sentry": "^1.0.1",
|
||||
"hono": "^3.12.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue