diff --git a/frontend/package-lock.json b/frontend/package-lock.json index add52fc6c4..56182c3183 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -63,7 +63,7 @@ "unplugin-icons": "^0.19.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.11", - "vite-plugin-istanbul": "^5.0.0", + "vite-plugin-istanbul": "^6.0.0", "vitest": "^1.0.0", "volar-service-vetur": "latest", "vue-eslint-parser": "^9.3.1", @@ -6308,7 +6308,9 @@ } }, "node_modules/acorn": { - "version": "8.11.3", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "dev": true, "license": "MIT", "bin": { @@ -15326,33 +15328,62 @@ } }, "node_modules/vite-plugin-istanbul": { - "version": "5.0.0", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-6.0.2.tgz", + "integrity": "sha512-0/sKwjEEIwbEyl43xX7onX3dIbMJAsigNsKyyVPalG1oRFo5jn3qkJbS2PUfp9wrr3piy1eT6qRoeeum2p4B2A==", "dev": true, "license": "MIT", "dependencies": { "@istanbuljs/load-nyc-config": "^1.1.0", - "espree": "^9.6.1", - "istanbul-lib-instrument": "^5.1.0", + "espree": "^10.0.1", + "istanbul-lib-instrument": "^6.0.2", "picocolors": "^1.0.0", + "source-map": "^0.7.4", "test-exclude": "^6.0.0" }, "peerDependencies": { - "vite": ">=2.9.1 <= 5" + "vite": ">=4 <=6" } }, - "node_modules/vite-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.2.1", + "node_modules/vite-plugin-istanbul/node_modules/eslint-visitor-keys": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", "dev": true, - "license": "BSD-3-Clause", + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vite-plugin-istanbul/node_modules/espree": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" + "acorn": "^8.12.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vite-plugin-istanbul/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">= 8" } }, "node_modules/vite/node_modules/fsevents": { diff --git a/frontend/package.json b/frontend/package.json index 0ff4f5353d..2f5da80147 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -100,7 +100,7 @@ "unplugin-icons": "^0.19.0", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.11", - "vite-plugin-istanbul": "^5.0.0", + "vite-plugin-istanbul": "^6.0.0", "vitest": "^1.0.0", "volar-service-vetur": "latest", "vue-eslint-parser": "^9.3.1",