diff --git a/package-lock.json b/package-lock.json index 571fa1e8..a672ffcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "BSD-3-Clause", "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.18", + "@bifravst/eslint-config-typescript": "6.1.19", "@bifravst/prettier-config": "1.1.1", "@commitlint/config-conventional": "19.6.0", "@types/aws-lambda": "8.10.145", @@ -981,9 +981,9 @@ } }, "node_modules/@bifravst/eslint-config-typescript": { - "version": "6.1.18", - "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.18.tgz", - "integrity": "sha512-hV+S6vq5Yz9XcTjkv/6bkMwnuQx091TdZ/Dr+d13HKuNFS/AZoVexjgqXib+2aldP/21d2lcq6+7VnXdP3K1XA==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.19.tgz", + "integrity": "sha512-TMY7gbcVvlWqGm8oijq2+tg9K6sC7bYjIF1BjCzsGJk1aA379Ga2vD7KJtT5SmjtAnDqe2LrhLq+OJ0F8jFgww==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -994,11 +994,11 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.6.3", + "typescript": "5.7.2", "typescript-eslint": "7.18.0" }, "engines": { - "node": ">=20", + "node": ">=22", "npm": ">=10" } }, @@ -7044,9 +7044,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 4fb84e8c..31081789 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "author": "Nordic Semiconductor ASA | nordicsemi.no", "license": "BSD-3-Clause", "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.18", + "@bifravst/eslint-config-typescript": "6.1.19", "@bifravst/prettier-config": "1.1.1", "@commitlint/config-conventional": "19.6.0", "@types/aws-lambda": "8.10.145",