From 55909a3e122dde639363fb52648867400874b125 Mon Sep 17 00:00:00 2001 From: "lvce-editor-helper-bot[bot]" <155071229+lvce-editor-helper-bot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:20:34 +0000 Subject: [PATCH] chore: update all dependencies --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3c26fec..13aacda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-dev", "license": "MIT", "devDependencies": { - "@lvce-editor/eslint-config": "^4.2.0", + "@lvce-editor/eslint-config": "^4.3.0", "@lvce-editor/package-extension": "^3.1.0", "@lvce-editor/server": "^0.70.0", "@lvce-editor/test-syntax-highlighting": "^1.3.0", @@ -828,9 +828,9 @@ } }, "node_modules/@lvce-editor/eslint-config": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-config/-/eslint-config-4.2.0.tgz", - "integrity": "sha512-kGCdcqpXXLM6505DOsRoxqUWChNssMgGMbRiBBLy3JH9CODsh615tCD7CctKdWxrvDBB9pyQGETNOVpN7Y7lEg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-config/-/eslint-config-4.3.0.tgz", + "integrity": "sha512-T22TqM5adXWql+lSFN4ti1BO1R3iK7fZWjKJIzpgL7J9xntmagnj9z6mDFQtyNIKkm68KEX7hrZu8I1WGrApsQ==", "dev": true, "license": "MIT", "dependencies": { @@ -838,9 +838,9 @@ "@eslint/js": "9.39.2", "@eslint/json": "0.14.0", "@eslint/markdown": "7.5.1", - "@lvce-editor/eslint-plugin-github-actions": "4.2.0", - "@lvce-editor/eslint-plugin-tsconfig": "4.2.0", - "eslint-plugin-jest": "29.10.1", + "@lvce-editor/eslint-plugin-github-actions": "4.3.0", + "@lvce-editor/eslint-plugin-tsconfig": "4.3.0", + "eslint-plugin-jest": "29.11.0", "eslint-plugin-n": "17.23.1", "eslint-plugin-package-json": "0.85.0", "eslint-plugin-perfectionist": "5.1.0", @@ -853,9 +853,9 @@ } }, "node_modules/@lvce-editor/eslint-plugin-github-actions": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-plugin-github-actions/-/eslint-plugin-github-actions-4.2.0.tgz", - "integrity": "sha512-/SYl0NAm2uIXfzvX31MEsitHoqsvkfy0KQRj+3qYdWaFCw0Ob9Wg07Ec7djopugZFzka/ICvfC31qHTCuWSzeg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-plugin-github-actions/-/eslint-plugin-github-actions-4.3.0.tgz", + "integrity": "sha512-RuNDmhRzkKAkNsVavUaSbSJMvsrSld7Cb6ibtjsMvaKOfms0fT9swTn16hxBkxD1B7+khWROecycLBHgsEZunA==", "dev": true, "license": "MIT", "dependencies": { @@ -864,9 +864,9 @@ } }, "node_modules/@lvce-editor/eslint-plugin-tsconfig": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-plugin-tsconfig/-/eslint-plugin-tsconfig-4.2.0.tgz", - "integrity": "sha512-AA74ia5ZowmyZBKJAVak7P6ypL3BWT2bJ/QPSRlcFjk+8in5/A9aWhBCUmhx8bZ49q7F4YQPasCdm3f/Kqw7gA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@lvce-editor/eslint-plugin-tsconfig/-/eslint-plugin-tsconfig-4.3.0.tgz", + "integrity": "sha512-QA6Qt1plQrMd2jdENm88pBUvdIfKtM21yR0IKgVSzKNn7hZ3t3R18jFuoeH4kZY8VWhvFdK1bv+r5+eBEWjjkA==", "dev": true, "license": "MIT", "dependencies": { @@ -3432,9 +3432,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.10.1.tgz", - "integrity": "sha512-4Nv70A4cHwKadDGlD2Znt+lbbsBKcY0N/GAeN2/0kDaVW3Lv8txVsvkvJcSUiAcS9qvLOPOwDihnlfSk32x85Q==", + "version": "29.11.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.11.0.tgz", + "integrity": "sha512-ay2MPUfHhwXyv+FbPxRWiEq3HNNsg4uMt/eBGlsfGHkM0891f0lcr0WrtID+TMyg17unAnNrnySD5LwirlA8EQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 22c48707..794410b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "singleQuote": true }, "devDependencies": { - "@lvce-editor/eslint-config": "^4.2.0", + "@lvce-editor/eslint-config": "^4.3.0", "@lvce-editor/package-extension": "^3.1.0", "@lvce-editor/server": "^0.70.0", "@lvce-editor/test-syntax-highlighting": "^1.3.0",