diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 28ba17de..0e2d3bf4 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -65,7 +65,7 @@ "rollup-plugin-visualizer": "^5.14.0", "typescript": "^5.8.3", "vite": "^6.3.4", - "vite-plugin-checker": "^0.9.1", + "vite-plugin-checker": "^0.9.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.2" } @@ -113,14 +113,14 @@ "license": "ISC" }, "node_modules/@babel/code-frame": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", + "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", + "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "picocolors": "^1.1.1" }, "engines": { "node": ">=6.9.0" @@ -258,9 +258,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", + "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -7319,20 +7319,20 @@ "license": "MIT" }, "node_modules/vite-plugin-checker": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.9.1.tgz", - "integrity": "sha512-neH3CSNWdkZ+zi+WPt/0y5+IO2I0UAI0NX6MaXqU/KxN1Lz6np/7IooRB6VVAMBa4nigqm1GRF6qNa4+EL5jDQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.9.2.tgz", + "integrity": "sha512-LBqBoWzc9y5wMCB0ViABgeqAfXHa1MOBwQ3J9iDXxSOd3fA1g1c4tPEOlF792LWjuAJifx2RgzN9ix2ZEnxM5A==", "dev": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.26.2", + "@babel/code-frame": "^7.27.1", "chokidar": "^4.0.3", "npm-run-path": "^6.0.0", "picocolors": "^1.1.1", "picomatch": "^4.0.2", "strip-ansi": "^7.1.0", "tiny-invariant": "^1.3.3", - "tinyglobby": "^0.2.12", + "tinyglobby": "^0.2.13", "vscode-uri": "^3.1.0" }, "engines": { @@ -7345,10 +7345,10 @@ "optionator": "^0.9.4", "stylelint": ">=16", "typescript": "*", - "vite": ">=2.0.0", + "vite": ">=6.1.5", "vls": "*", "vti": "*", - "vue-tsc": "~2.2.2" + "vue-tsc": "~2.2.10" }, "peerDependenciesMeta": { "@biomejs/biome": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 8be05783..2b18a1db 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -72,7 +72,7 @@ "rollup-plugin-visualizer": "^5.14.0", "typescript": "^5.8.3", "vite": "^6.3.4", - "vite-plugin-checker": "^0.9.1", + "vite-plugin-checker": "^0.9.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.2" },