diff --git a/package-lock.json b/package-lock.json index a6ee546..9bc7480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@feathersjs/cli": "^5.0.11", "@rushstack/eslint-patch": "^1.5.1", "@sentry/cli": "^2.21.2", - "@sikaeducation/eslint-config": "^3.1.10", + "@sikaeducation/eslint-config": "^3.1.12", "@tsconfig/node20": "^20.1.2", "@types/adm-zip": "^0.5.0", "@types/lodash": "^4.14.200", @@ -1534,9 +1534,9 @@ } }, "node_modules/@sikaeducation/eslint-config": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/@sikaeducation/eslint-config/-/eslint-config-3.1.10.tgz", - "integrity": "sha512-ybBZ5pcZtepVRoSJQQFMQxswcgY1sdvSBaTj/EY7WobffkbCDqnFojhzX4Dx96n3ZgsbZ5AnmOE5s//g4G7Mxw==", + "version": "3.1.12", + "resolved": "https://registry.npmjs.org/@sikaeducation/eslint-config/-/eslint-config-3.1.12.tgz", + "integrity": "sha512-suf8O85xelynweEMXUhNBg4aJtq94bJkS5u0SCD65rzONi524P0bPfPh9YmGzSKKmpcGZxcdTFtPRHuDnHX4Iw==", "dev": true, "dependencies": { "@types/confusing-browser-globals": "^1.0.0", @@ -1555,6 +1555,9 @@ "eslint-plugin-storybook": "^0.6.8", "eslint-plugin-vitest": "^0.3.8" }, + "engines": { + "node": ">= 20.8.1" + }, "peerDependencies": { "eslint": "^8.47.0" } diff --git a/package.json b/package.json index 89cf31d..fca00d6 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@feathersjs/cli": "^5.0.11", "@rushstack/eslint-patch": "^1.5.1", "@sentry/cli": "^2.21.2", - "@sikaeducation/eslint-config": "^3.1.10", + "@sikaeducation/eslint-config": "^3.1.12", "@tsconfig/node20": "^20.1.2", "@types/adm-zip": "^0.5.0", "@types/lodash": "^4.14.200",