diff --git a/package-lock.json b/package-lock.json index fcd9410..2058303 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.14", + "@bifravst/eslint-config-typescript": "6.1.15", "@bifravst/prettier-config": "1.1.0", "@commitlint/config-conventional": "19.4.1", "@types/node": "22.5.4", @@ -222,9 +222,9 @@ } }, "node_modules/@bifravst/eslint-config-typescript": { - "version": "6.1.14", - "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.14.tgz", - "integrity": "sha512-zgLFCp6Mzrwc37xwp7ys1as7wvfJCrwdfU7Y5JaQYbQs6E0nd8ciySn1xBAKd7pxeZDcD6kpGz+TTPwMw+fSRw==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.15.tgz", + "integrity": "sha512-4CW2ro8zoRrYcNBsYbzt8seqx5OMgXbOwgLPerAN1RqXVrBq0bMGJwMqhnRTYGtzCSIl/OEdZcG/DelMv7YJWg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -235,7 +235,7 @@ "eslint-plugin-import": "2.30.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.5.4", + "typescript": "5.6.2", "typescript-eslint": "7.18.0" }, "engines": { @@ -5845,9 +5845,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -6313,9 +6313,9 @@ } }, "@bifravst/eslint-config-typescript": { - "version": "6.1.14", - "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.14.tgz", - "integrity": "sha512-zgLFCp6Mzrwc37xwp7ys1as7wvfJCrwdfU7Y5JaQYbQs6E0nd8ciySn1xBAKd7pxeZDcD6kpGz+TTPwMw+fSRw==", + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/@bifravst/eslint-config-typescript/-/eslint-config-typescript-6.1.15.tgz", + "integrity": "sha512-4CW2ro8zoRrYcNBsYbzt8seqx5OMgXbOwgLPerAN1RqXVrBq0bMGJwMqhnRTYGtzCSIl/OEdZcG/DelMv7YJWg==", "dev": true, "requires": { "@eslint/js": "8.57.0", @@ -6325,7 +6325,7 @@ "eslint-plugin-import": "2.30.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.5.4", + "typescript": "5.6.2", "typescript-eslint": "7.18.0" } }, @@ -10009,9 +10009,9 @@ } }, "typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true }, "typescript-eslint": { diff --git a/package.json b/package.json index f6829d2..b5b9d8f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ } }, "devDependencies": { - "@bifravst/eslint-config-typescript": "6.1.14", + "@bifravst/eslint-config-typescript": "6.1.15", "@bifravst/prettier-config": "1.1.0", "@commitlint/config-conventional": "19.4.1", "@types/node": "22.5.4",