mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency @sentry/esbuild-plugin to ^2.10.1
This commit is contained in:
parent
c54c306b7e
commit
926b47f10b
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^4.20231025.0",
|
"@cloudflare/workers-types": "^4.20231025.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.10.0",
|
"@sentry/esbuild-plugin": "^2.10.1",
|
||||||
"@sentry/integrations": "^7.80.1",
|
"@sentry/integrations": "^7.80.1",
|
||||||
"@types/jest": "^29.5.8",
|
"@types/jest": "^29.5.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||||
|
@ -2063,12 +2063,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/bundler-plugin-core": {
|
"node_modules/@sentry/bundler-plugin-core": {
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.10.1.tgz",
|
||||||
"integrity": "sha512-bjcYvMrCQgqTiRRkWGNpeZ7EJOu0JQFYj+rrcQpwaVO+ll1eWNGW1nNveU+8vpnXrlaIAvieBxCrcCj5V9y1+Q==",
|
"integrity": "sha512-cT8cs90NnoTC3gJ6syaUOdogn7jjI27HyIiE5G750956sw5bUKy4Yw5S2S6RFBW7460yPQ1oR6f/WVhyDYrTYA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/cli": "^2.21.2",
|
"@sentry/cli": "^2.21.4",
|
||||||
"@sentry/node": "^7.60.0",
|
"@sentry/node": "^7.60.0",
|
||||||
"@sentry/utils": "^7.60.0",
|
"@sentry/utils": "^7.60.0",
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
|
@ -2082,9 +2082,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/cli": {
|
"node_modules/@sentry/cli": {
|
||||||
"version": "2.21.3",
|
"version": "2.21.5",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.3.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.5.tgz",
|
||||||
"integrity": "sha512-gv8SNaMVNggiE/+6fPxEj8+y5uj9PqAQ8QS277aZ/HSXFgoidnNecE4QGHh4n+AkT0qCSQ/byxZsojVXkwkC7g==",
|
"integrity": "sha512-RqKBqE10pb7zh0G/YiYVdX/MqenDYIgLGcaCqbszTAfW2SSLyp9EczsnmHtRgO1fO1OQq76+gaK7UdC1TEIGqQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2115,12 +2115,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@sentry/esbuild-plugin": {
|
"node_modules/@sentry/esbuild-plugin": {
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.10.1.tgz",
|
||||||
"integrity": "sha512-C55dDzqsnqvIO+kBj9yvTSfRGrRwwDjoRspvdtBZGILbtqcXjYOouCJU+/QPz9k1KRQ8DENwC+LOJqZv2kMkZQ==",
|
"integrity": "sha512-5hSrZOoZvTsiYdjne2tz/p/okQ0GhWzn1YKV7qF1oUbEa1qGpLYjuMcK/hsPNaz1GVvYPX/Vn4v1/hHR7hADRQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/bundler-plugin-core": "2.10.0",
|
"@sentry/bundler-plugin-core": "2.10.1",
|
||||||
"unplugin": "1.0.1",
|
"unplugin": "1.0.1",
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^9.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^4.20231025.0",
|
"@cloudflare/workers-types": "^4.20231025.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
"@sentry/esbuild-plugin": "^2.10.0",
|
"@sentry/esbuild-plugin": "^2.10.1",
|
||||||
"@sentry/integrations": "^7.80.1",
|
"@sentry/integrations": "^7.80.1",
|
||||||
"@types/jest": "^29.5.8",
|
"@types/jest": "^29.5.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue