diff --git a/package-lock.json b/package-lock.json index 5e95b513..faee8a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@babel/plugin-syntax-import-attributes": "^7.26.0", "@commitlint/cli": "^19.5.0", - "@cypress/code-coverage": "^3.12.41", + "@cypress/code-coverage": "^3.13.9", "@idrinth-api-bench/inline-critical-css": "^1.2.1", "@idrinth-api-bench/react-file-based-routes": "^1.3.0", "@idrinth-api-bench/rollup-plugin-react-modular-css": "^1.2.3", @@ -2402,11 +2402,10 @@ } }, "node_modules/@cypress/code-coverage": { - "version": "3.13.7", - "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.13.7.tgz", - "integrity": "sha512-E8oT0D1cA363cot4q7wonaDATAPybj7/DJ3PAE+BCmEBy41aYWn5DaEYWLRYe8eg+h4IlNPkZG1QMVo33pMcfw==", + "version": "3.13.9", + "resolved": "https://registry.npmjs.org/@cypress/code-coverage/-/code-coverage-3.13.9.tgz", + "integrity": "sha512-VnsBLmhRLE3xgeX5hdN7aWCU3l8UHttUCMO7b+2OrRvs+R3kpBwjejfSC0/H7ErXz5o6r99biClIaS5bqo60uQ==", "dev": true, - "license": "MIT", "dependencies": { "@cypress/webpack-preprocessor": "^6.0.0", "chalk": "4.1.2", diff --git a/package.json b/package.json index 568fe8df..e2119fe5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "devDependencies": { "@babel/plugin-syntax-import-attributes": "^7.26.0", - "@cypress/code-coverage": "^3.12.41", + "@cypress/code-coverage": "^3.13.9", "@commitlint/cli": "^19.5.0", "@idrinth/duplicate-style-check": "^1.1.0", "@idrinth-api-bench/react-file-based-routes": "^1.3.0",