From 226b9eb1b49814cce453e516e02c7d1f671fddf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:04:17 +0000 Subject: [PATCH] Bump @sikaeducation/eslint-config from 3.1.10 to 3.1.12 Bumps [@sikaeducation/eslint-config](https://github.com/sikaeducation/eslint-config) from 3.1.10 to 3.1.12. - [Release notes](https://github.com/sikaeducation/eslint-config/releases) - [Commits](https://github.com/sikaeducation/eslint-config/compare/v3.1.10...v3.1.12) --- updated-dependencies: - dependency-name: "@sikaeducation/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",