diff --git a/package-lock.json b/package-lock.json index 891a643..3bf58d4 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.19", + "@bifravst/eslint-config-typescript": "6.1.20", "@bifravst/prettier-config": "1.1.4", "@commitlint/config-conventional": "19.6.0", "@types/node": "22.10.5", @@ -209,9 +209,9 @@ } }, "node_modules/@bifravst/eslint-config-typescript": { - "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==", + "version": "6.1.20", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.20.tgz", + "integrity": "sha512-J0oeuCStWi12v7ZOsglAZYilpTAPZ3I/V6kgoZvVKn68+KCvBVxl3ajZ+xDqCvnxAAQLzCry9UDLwMB1c0MgRw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -222,7 +222,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "typescript-eslint": "7.18.0" }, "engines": { @@ -4354,9 +4354,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -4692,9 +4692,9 @@ } }, "@bifravst/eslint-config-typescript": { - "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==", + "version": "6.1.20", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.20.tgz", + "integrity": "sha512-J0oeuCStWi12v7ZOsglAZYilpTAPZ3I/V6kgoZvVKn68+KCvBVxl3ajZ+xDqCvnxAAQLzCry9UDLwMB1c0MgRw==", "dev": true, "requires": { "@eslint/js": "8.57.1", @@ -4704,7 +4704,7 @@ "eslint-plugin-import": "2.31.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "typescript-eslint": "7.18.0" } }, @@ -7465,9 +7465,9 @@ } }, "typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true }, "typescript-eslint": { diff --git a/package.json b/package.json index 3548079..9c5a67c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "author": "Nordic Semiconductor ASA | nordicsemi.no", "license": "BSD-3-Clause", "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.19", + "@bifravst/eslint-config-typescript": "6.1.20", "@bifravst/prettier-config": "1.1.4", "@commitlint/config-conventional": "19.6.0", "@types/node": "22.10.5",