diff --git a/package-lock.json b/package-lock.json index b8284b0..6ccb6f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "react-dom": "19.0.0" }, "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", "@swc/register": "0.1.10", @@ -204,9 +204,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": { @@ -217,7 +217,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": { @@ -7983,9 +7983,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": { @@ -8658,9 +8658,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", @@ -8670,7 +8670,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" } }, @@ -13720,9 +13720,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 7983f0e..04c3038 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "url": "https://github.com/bifravst/rsrp-bar/issues" }, "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", "@swc/register": "0.1.10",