diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1ea205bb0..c4d087231 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "@browser-logos/chrome": "^2.0.0", "@browser-logos/firefox": "^3.0.10", "@browser-logos/safari": "^2.1.0", - "@codecov/vite-plugin": "^1.4.0", + "@codecov/vite-plugin": "^1.7.0", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/typescript-msw": "^3.0.0", @@ -1440,9 +1440,9 @@ } }, "node_modules/@codecov/bundler-plugin-core": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.4.0.tgz", - "integrity": "sha512-/Rglx52KLdyqoZBW3DH2E/31c9/zWWZ4efTf+qxV0FSLb7oJ9/JZT3IBKL7f6fbVujR8PDMLIoG4Q0pmVY7LzA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.7.0.tgz", + "integrity": "sha512-QsLwtwfy9KEe0CjqNE2Z/SPiCMn4CHAJ9cqTosZCX9YMKPi/WyFivv0pYE7CXA8ntG0l4Xc9kr36DUCuNRW0LQ==", "dev": true, "dependencies": { "@actions/core": "^1.10.1", @@ -1457,19 +1457,19 @@ } }, "node_modules/@codecov/vite-plugin": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.4.0.tgz", - "integrity": "sha512-4pf9rZJLR/eqeoY0QY1pgAJs/tdg1os9xjgBBWuhQ/iLYseQZ3q1qn3G8QGuaSUS7XB/Sje3BQ5qGBM1hzE8Sw==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.7.0.tgz", + "integrity": "sha512-Cy/NxuEiGCf9X62dKewxnFf6Uv6CxfCCJAd8AfbOYbg96vwjwuq6BMoCIAk9gUFmwurw9EOKGPwoW0lIrUMIzA==", "dev": true, "dependencies": { - "@codecov/bundler-plugin-core": "^1.4.0", + "@codecov/bundler-plugin-core": "^1.7.0", "unplugin": "^1.10.1" }, "engines": { "node": ">=18.0.0" }, "peerDependencies": { - "vite": "4.x || 5.x" + "vite": "4.x || 5.x || 6.x" } }, "node_modules/@csstools/selector-resolve-nested": { @@ -3614,9 +3614,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", - "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz", + "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==", "dev": true, "dependencies": { "@octokit/openapi-types": "^22.2.0" diff --git a/frontend/package.json b/frontend/package.json index 214aee51b..35cf47789 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "@browser-logos/chrome": "^2.0.0", "@browser-logos/firefox": "^3.0.10", "@browser-logos/safari": "^2.1.0", - "@codecov/vite-plugin": "^1.4.0", + "@codecov/vite-plugin": "^1.7.0", "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/typescript-msw": "^3.0.0",