mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Update dependency @sentry/esbuild-plugin to ^2.16.0
This commit is contained in:
parent
9d8325f9ea
commit
18748d0999
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20240314.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.15.0",
|
||||
"@sentry/esbuild-plugin": "^2.16.0",
|
||||
"@sentry/integrations": "^7.107.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
||||
|
@ -2357,22 +2357,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/babel-plugin-component-annotate": {
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.15.0.tgz",
|
||||
"integrity": "sha512-4AaRN2E1iqOPlceDE5ae4thnq717reEQkqOslSWpJf7FmJ+oDrp2bWQhO82xcW8ZBBMbtkOGw2wmrScq5TnMxw==",
|
||||
"version": "2.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.16.0.tgz",
|
||||
"integrity": "sha512-+uy1qPkA5MSNgJ0L9ur/vNTydfdHwHnBX2RQ+0thsvkqf90fU788YjkkXwUiBBNuqNyI69JiOW6frixAWy7oUg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.15.0.tgz",
|
||||
"integrity": "sha512-K6tEmo6ilUdR5uEQZ4P1uaXCvRoAeq5JsJAg7lRv0JSG5XG67jhoHu+mrpiDMB93FxbTgCQkPCT87Z0Bmqpmew==",
|
||||
"version": "2.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.16.0.tgz",
|
||||
"integrity": "sha512-dhgIZsIR3L9KnE2OO5JJm6hPtStAjEPYKQsZzxRr69uVhd9xAvfXeXr0afKVNVEcIDksas6yMgHqwQ2wOXFIAg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@sentry/babel-plugin-component-annotate": "2.15.0",
|
||||
"@sentry/babel-plugin-component-annotate": "2.16.0",
|
||||
"@sentry/cli": "^2.22.3",
|
||||
"dotenv": "^16.3.1",
|
||||
"find-up": "^5.0.0",
|
||||
|
@ -2542,12 +2542,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/esbuild-plugin": {
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.15.0.tgz",
|
||||
"integrity": "sha512-gzVJMzLJgs2N407MyDliy6V+LyId7jsCVV+7aiRVw7xGZEZMc1/RRBX7d3OUkfZwOZQQ9JTnhok185ynW6Yhxg==",
|
||||
"version": "2.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/esbuild-plugin/-/esbuild-plugin-2.16.0.tgz",
|
||||
"integrity": "sha512-bpKLDh4FFFo2Py2KFYevBt2zl80vkDnNs5/WPRJQAqFLYa9dE4YeG8JG6hTVT9TWWp/cXt7PP0LirrRivOuUAQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.15.0",
|
||||
"@sentry/bundler-plugin-core": "2.16.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20240314.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/esbuild-plugin": "^2.15.0",
|
||||
"@sentry/esbuild-plugin": "^2.16.0",
|
||||
"@sentry/integrations": "^7.107.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue