From 5238673a96b5ec6185364e70788a9cff2e619f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:24:27 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package-lock.json | 41 +++++++++++++++++++++++++++-------------- package.json | 6 +++--- 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d483a4..75e0f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,14 +10,14 @@ "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "19.8.1", - "@eslint/js": "9.30.1", + "@eslint/js": "9.31.0", "@tsconfig/node22": "22.0.2", - "@types/node": "22.16.1", + "@types/node": "22.16.3", "@vitejs/plugin-vue": "5.2.4", "@vue/test-utils": "2.4.6", "@vue/tsconfig": "0.7.0", "commitlint": "19.8.1", - "eslint": "9.30.1", + "eslint": "9.31.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.5.1", "eslint-plugin-vue": "10.3.0", @@ -1402,9 +1402,9 @@ "license": "MIT" }, "node_modules/@eslint/js": { - "version": "9.30.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz", - "integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==", + "version": "9.31.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", + "integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", "dev": true, "license": "MIT", "engines": { @@ -2273,9 +2273,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.1.tgz", - "integrity": "sha512-oaNE4MzsA6uO7HcsjUvqzz19lYIRsV6I1Dc6iOvgwYYDiOeF7/9b2E/PE0UW2ccwpgWPVUedjltYXQXVKFd4EA==", + "version": "22.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.3.tgz", + "integrity": "sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==", "dev": true, "license": "MIT", "dependencies": { @@ -4632,9 +4632,9 @@ } }, "node_modules/eslint": { - "version": "9.30.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz", - "integrity": "sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==", + "version": "9.31.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz", + "integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4642,9 +4642,9 @@ "@eslint-community/regexpp": "^4.12.1", "@eslint/config-array": "^0.21.0", "@eslint/config-helpers": "^0.3.0", - "@eslint/core": "^0.14.0", + "@eslint/core": "^0.15.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "9.30.1", + "@eslint/js": "9.31.0", "@eslint/plugin-kit": "^0.3.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", @@ -4797,6 +4797,19 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/core": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz", + "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", diff --git a/package.json b/package.json index 0541e65..1c9157f 100644 --- a/package.json +++ b/package.json @@ -48,14 +48,14 @@ }, "devDependencies": { "@commitlint/config-conventional": "19.8.1", - "@eslint/js": "9.30.1", + "@eslint/js": "9.31.0", "@tsconfig/node22": "22.0.2", - "@types/node": "22.16.1", + "@types/node": "22.16.3", "@vitejs/plugin-vue": "5.2.4", "@vue/test-utils": "2.4.6", "@vue/tsconfig": "0.7.0", "commitlint": "19.8.1", - "eslint": "9.30.1", + "eslint": "9.31.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.5.1", "eslint-plugin-vue": "10.3.0",