diff --git a/package-lock.json b/package-lock.json index c37166a3..e821b320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@egjs/react-flicking": "^4.15.0", "@sentry/react": "^10.35.0", "@sentry/tracing": "^7.120.3", - "@sentry/vite-plugin": "^4.6.1", + "@sentry/vite-plugin": "^4.7.0", "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "@types/react": "^19.0.0", @@ -4039,9 +4039,9 @@ } }, "node_modules/@sentry/babel-plugin-component-annotate": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.6.1.tgz", - "integrity": "sha512-aSIk0vgBqv7PhX6/Eov+vlI4puCE0bRXzUG5HdCsHBpAfeMkI8Hva6kSOusnzKqs8bf04hU7s3Sf0XxGTj/1AA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.7.0.tgz", + "integrity": "sha512-MkyajDiO17/GaHHFgOmh05ZtOwF5hmm9KRjVgn9PXHIdpz+TFM5mkp1dABmR6Y75TyNU98Z1aOwPOgyaR5etJw==", "license": "MIT", "engines": { "node": ">= 14" @@ -4064,13 +4064,13 @@ } }, "node_modules/@sentry/bundler-plugin-core": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.6.1.tgz", - "integrity": "sha512-WPeRbnMXm927m4Kr69NTArPfI+p5/34FHftdCRI3LFPMyhZDzz6J3wLy4hzaVUgmMf10eLzmq2HGEMvpQmdynA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.7.0.tgz", + "integrity": "sha512-gFdEtiup/7qYhN3vp1v2f0WL9AG9OorWLtIpfSBYbWjtzklVNg1sizvNyZ8nEiwtnb25LzvvCUbOP1SyP6IodQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.18.5", - "@sentry/babel-plugin-component-annotate": "4.6.1", + "@sentry/babel-plugin-component-annotate": "4.7.0", "@sentry/cli": "^2.57.0", "dotenv": "^16.3.1", "find-up": "^5.0.0", @@ -4436,12 +4436,12 @@ } }, "node_modules/@sentry/vite-plugin": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@sentry/vite-plugin/-/vite-plugin-4.6.1.tgz", - "integrity": "sha512-Qvys1y3o8/bfL3ikrHnJS9zxdjt0z3POshdBl3967UcflrTqBmnGNkcVk53SlmtJWIfh85fgmrLvGYwZ2YiqNg==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@sentry/vite-plugin/-/vite-plugin-4.7.0.tgz", + "integrity": "sha512-eQXDghOQLsYwnHutJo8TCzhG4gp0KLNq3h96iqFMhsbjnNnfYeCX1lIw1pJEh/az3cDwSyPI/KGkvf8hr0dZmQ==", "license": "MIT", "dependencies": { - "@sentry/bundler-plugin-core": "4.6.1", + "@sentry/bundler-plugin-core": "4.7.0", "unplugin": "1.0.1" }, "engines": { diff --git a/package.json b/package.json index 9a916968..0a0630de 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@egjs/react-flicking": "^4.15.0", "@sentry/react": "^10.35.0", "@sentry/tracing": "^7.120.3", - "@sentry/vite-plugin": "^4.6.1", + "@sentry/vite-plugin": "^4.7.0", "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "@types/react": "^19.0.0",