fix(deps): update dependency @hono/sentry to ^1.2.0

This commit is contained in:
renovate[bot] 2024-07-08 14:24:06 +00:00
parent f0e55532d5
commit 3cc5e3a3d5
2 changed files with 30 additions and 43 deletions

71
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.1.0", "@hono/sentry": "^1.2.0",
"hono": "^4.4.12", "hono": "^4.4.12",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
@ -1303,12 +1303,12 @@
} }
}, },
"node_modules/@hono/sentry": { "node_modules/@hono/sentry": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/@hono/sentry/-/sentry-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@hono/sentry/-/sentry-1.2.0.tgz",
"integrity": "sha512-sg0hyn3VhQi2IQtHQgHxdyUWgvy+LMdjne0iVkFf0gW2KM3/uZyvMxdTZBlzOPeMq50q6CIEZrxtZJ8TZt8Vcw==", "integrity": "sha512-9mS8GrkGtR4YxM1CViL4Ft8LFQ9YhCoXeqKnUA1AUmrvA5PhUU/V+xoo8Autw0nVriin3liX5/lPrwWz3muwiw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"toucan-js": "^3.4.0" "toucan-js": "^4.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"hono": ">=3.*" "hono": ">=3.*"
@ -5460,6 +5460,7 @@
"version": "3.0.6", "version": "3.0.6",
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
"dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/import-fresh": { "node_modules/import-fresh": {
@ -7685,6 +7686,7 @@
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
"integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
"dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"immediate": "~3.0.5" "immediate": "~3.0.5"
@ -7712,6 +7714,7 @@
"version": "1.10.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz",
"integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
"dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"lie": "3.1.1" "lie": "3.1.1"
@ -9512,64 +9515,48 @@
} }
}, },
"node_modules/toucan-js": { "node_modules/toucan-js": {
"version": "3.4.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/toucan-js/-/toucan-js-3.4.0.tgz", "resolved": "https://registry.npmjs.org/toucan-js/-/toucan-js-4.0.0.tgz",
"integrity": "sha512-ifqPB5QIBC07gDGhWyMpSFp6Z6cjRLsjxhQ3wZmE6YGDntJZNCage77AIyrVihQLQM6/6T8TQumEJDuWlBw56w==", "integrity": "sha512-FkF7uBztiyjs2WxVt54akH3pFWDcu61RwHsdH2oB0KGailstKEB/xmgMHiE6mft4YCnZi88uM2RPWZVZrA5r1w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/core": "7.112.2", "@sentry/core": "8.9.2",
"@sentry/integrations": "7.112.2", "@sentry/types": "8.9.2",
"@sentry/types": "7.112.2", "@sentry/utils": "8.9.2"
"@sentry/utils": "7.112.2"
} }
}, },
"node_modules/toucan-js/node_modules/@sentry/core": { "node_modules/toucan-js/node_modules/@sentry/core": {
"version": "7.112.2", "version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.112.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/core/-/core-8.9.2.tgz",
"integrity": "sha512-gHPCcJobbMkk0VR18J65WYQTt3ED4qC6X9lHKp27Ddt63E+MDGkG6lvYBU1LS8cV7CdyBGC1XXDCfor61GvLsA==", "integrity": "sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/types": "7.112.2", "@sentry/types": "8.9.2",
"@sentry/utils": "7.112.2" "@sentry/utils": "8.9.2"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=14.18"
}
},
"node_modules/toucan-js/node_modules/@sentry/integrations": {
"version": "7.112.2",
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.112.2.tgz",
"integrity": "sha512-ioC2yyU6DqtLkdmWnm87oNvdn2+9oKctJeA4t+jkS6JaJ10DcezjCwiLscX4rhB9aWJV3IWF7Op0O6K3w0t2Hg==",
"license": "MIT",
"dependencies": {
"@sentry/core": "7.112.2",
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2",
"localforage": "^1.8.1"
},
"engines": {
"node": ">=8"
} }
}, },
"node_modules/toucan-js/node_modules/@sentry/types": { "node_modules/toucan-js/node_modules/@sentry/types": {
"version": "7.112.2", "version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.112.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/types/-/types-8.9.2.tgz",
"integrity": "sha512-kCMLt7yhY5OkWE9MeowlTNmox9pqDxcpvqguMo4BDNZM5+v9SEb1AauAdR78E1a1V8TyCzjBD7JDfXWhvpYBcQ==", "integrity": "sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=8" "node": ">=14.18"
} }
}, },
"node_modules/toucan-js/node_modules/@sentry/utils": { "node_modules/toucan-js/node_modules/@sentry/utils": {
"version": "7.112.2", "version": "8.9.2",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.112.2.tgz", "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-8.9.2.tgz",
"integrity": "sha512-OjLh0hx0t1EcL4ZIjf+4svlmmP+tHUDGcr5qpFWH78tjmkPW4+cqPuZCZfHSuWcDdeiaXi8TnYoVRqDcJKK/eQ==", "integrity": "sha512-A4srR9mEBFdVXwSEKjQ94msUbVkMr8JeFiEj9ouOFORw/Y/ux/WV2bWVD/ZI9wq0TcTNK8L1wBgU8UMS5lIq3A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sentry/types": "7.112.2" "@sentry/types": "8.9.2"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=14.18"
} }
}, },
"node_modules/tr46": { "node_modules/tr46": {

View file

@ -38,7 +38,7 @@
"wrangler": "^3.63.1" "wrangler": "^3.63.1"
}, },
"dependencies": { "dependencies": {
"@hono/sentry": "^1.1.0", "@hono/sentry": "^1.2.0",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.4.12" "hono": "^4.4.12"