diff --git a/package-lock.json b/package-lock.json index 91b41fb6..75ced226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@egjs/react-flicking": "^4.15.0", "@sentry/react": "^10.38.0", "@sentry/tracing": "^7.120.3", - "@sentry/vite-plugin": "^4.8.0", + "@sentry/vite-plugin": "^4.9.1", "@types/jest": "^30.0.0", "@types/node": "^25.2.1", "@types/react": "^19.0.0", @@ -4049,9 +4049,9 @@ } }, "node_modules/@sentry/babel-plugin-component-annotate": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.8.0.tgz", - "integrity": "sha512-cy/9Eipkv23MsEJ4IuB4dNlVwS9UqOzI3Eu+QPake5BVFgPYCX0uP0Tr3Z43Ime6Rb+BiDnWC51AJK9i9afHYw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.9.1.tgz", + "integrity": "sha512-0gEoi2Lb54MFYPOmdTfxlNKxI7kCOvNV7gP8lxMXJ7nCazF5OqOOZIVshfWjDLrc0QrSV6XdVvwPV9GDn4wBMg==", "license": "MIT", "engines": { "node": ">= 14" @@ -4074,13 +4074,13 @@ } }, "node_modules/@sentry/bundler-plugin-core": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.8.0.tgz", - "integrity": "sha512-QaXd/NzaZ2vmiA2FNu2nBkgQU+17N3fE+zVOTzG0YK54QDSJMd4n3AeJIEyPhSzkOob+GqtO22nbYf6AATFMAw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.9.1.tgz", + "integrity": "sha512-moii+w7N8k8WdvkX7qCDY9iRBlhgHlhTHTUQwF2FNMhBHuqlNpVcSJJqJMjFUQcjYMBDrZgxhfKV18bt5ixwlQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.18.5", - "@sentry/babel-plugin-component-annotate": "4.8.0", + "@sentry/babel-plugin-component-annotate": "4.9.1", "@sentry/cli": "^2.57.0", "dotenv": "^16.3.1", "find-up": "^5.0.0", @@ -4121,6 +4121,7 @@ "version": "10.5.0", "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -4446,12 +4447,12 @@ } }, "node_modules/@sentry/vite-plugin": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@sentry/vite-plugin/-/vite-plugin-4.8.0.tgz", - "integrity": "sha512-/YZJitGsx/o72FFQYy3tucUfs4w3COvSI1d2NYyAhIzay4tjLLRjpM5PdwFnoBT7Uj/7jSbuHkg87PAliLiu2g==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@sentry/vite-plugin/-/vite-plugin-4.9.1.tgz", + "integrity": "sha512-Tlyg2cyFYp/icX58GWvfpvZr9NLdLs2/xyFVyS8pQ0faZWmoXic3FMzoXYHV1gsdMbL1Yy5WQvGJy8j1rS8LGA==", "license": "MIT", "dependencies": { - "@sentry/bundler-plugin-core": "4.8.0", + "@sentry/bundler-plugin-core": "4.9.1", "unplugin": "1.0.1" }, "engines": { diff --git a/package.json b/package.json index 509522de..1501b365 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@egjs/react-flicking": "^4.15.0", "@sentry/react": "^10.38.0", "@sentry/tracing": "^7.120.3", - "@sentry/vite-plugin": "^4.8.0", + "@sentry/vite-plugin": "^4.9.1", "@types/jest": "^30.0.0", "@types/node": "^25.2.1", "@types/react": "^19.0.0",