diff --git a/package-lock.json b/package-lock.json index 7d61b33..060d024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "e118-iin-list": "cli.js" }, "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.4", + "@bifravst/eslint-config-typescript": "6.1.5", "@bifravst/prettier-config": "1.0.3", "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", @@ -213,9 +213,9 @@ } }, "node_modules/@bifravst/eslint-config-typescript": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.4.tgz", - "integrity": "sha512-g+Bu8a9duU/oE0c0ZtjgUfUIdsEDYdWBogrs2FXhlcQyEjMxVgpu66hzYaEQc7plEy66BMTbrX3ybVIeItixJQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.5.tgz", + "integrity": "sha512-7Y7vnhHNItP50JTdPbyE+p/bdlMYLIYVD57G4lIBWtF/kNiu1YMhHiJw3JSPkdHEv4RKnkBWQr1z/iwaCBEIzg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -226,7 +226,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.4.5", + "typescript": "5.5.2", "typescript-eslint": "7.13.1" }, "engines": { @@ -4522,10 +4522,11 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4965,9 +4966,9 @@ } }, "@bifravst/eslint-config-typescript": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.4.tgz", - "integrity": "sha512-g+Bu8a9duU/oE0c0ZtjgUfUIdsEDYdWBogrs2FXhlcQyEjMxVgpu66hzYaEQc7plEy66BMTbrX3ybVIeItixJQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.5.tgz", + "integrity": "sha512-7Y7vnhHNItP50JTdPbyE+p/bdlMYLIYVD57G4lIBWtF/kNiu1YMhHiJw3JSPkdHEv4RKnkBWQr1z/iwaCBEIzg==", "dev": true, "requires": { "@eslint/js": "8.57.0", @@ -4977,7 +4978,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.4.5", + "typescript": "5.5.2", "typescript-eslint": "7.13.1" } }, @@ -7936,9 +7937,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true }, "typescript-eslint": { diff --git a/package.json b/package.json index 498e7b6..e72fe9f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/NordicSemiconductor/e118-iin-list-js#readme", "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.4", + "@bifravst/eslint-config-typescript": "6.1.5", "@bifravst/prettier-config": "1.0.3", "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2",