diff --git a/package-lock.json b/package-lock.json index cbcdd06..78c2b82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1020,17 +1020,17 @@ "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.55.tgz", - "integrity": "sha512-buUNiIpZP89MsixNLRiwWlTrTFmVoBceay0nDBPXnAj8MyOoyQjSlO5GlRiNioXMEh3ny0iV2XDZbfMCut9KjA==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.56.tgz", + "integrity": "sha512-JJ2kS6BrQcJhIbOJ28xU7s5Js3L4Pzbqp1zwJ0HBhLUekhPNCuojsALfPXoqmHoYGdwQBiPDJAHACfULzqIaFw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.55", - "@typescript-eslint/type-utils": "8.0.0-alpha.55", - "@typescript-eslint/utils": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55", + "@typescript-eslint/scope-manager": "8.0.0-alpha.56", + "@typescript-eslint/type-utils": "8.0.0-alpha.56", + "@typescript-eslint/utils": "8.0.0-alpha.56", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.56", "graphemer": "^1.4.0", "ignore": "^5.3.1", "natural-compare": "^1.4.0", @@ -1054,16 +1054,16 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.55.tgz", - "integrity": "sha512-fkVcXhkwIU/dTRyPyH7fjkmvlWsQ2dFdFlLfegPWsstE+ammgU0Pv/n4lJ1tQm5JNzNfTMq6uZtdc9mlkKvldQ==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.56.tgz", + "integrity": "sha512-oyHIRrihrXoqfYH1q4cHCMwqBj7tdg3TYqN7eqlrGhKX4SMmOBGrL2OLjpDd6QpqbRYqbvsHPxRgOr8vYwSUcg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/scope-manager": "8.0.0-alpha.55", - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55", + "@typescript-eslint/scope-manager": "8.0.0-alpha.56", + "@typescript-eslint/types": "8.0.0-alpha.56", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.56", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.56", "debug": "^4.3.4" }, "engines": { @@ -1083,14 +1083,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.55.tgz", - "integrity": "sha512-Nbnlba+EcgMDxohiXTqDBVsn+izNHvKiZZJQICppaaneXtI6sytFHQScwqIwT6QEiy2YMxD/HTSHiWLwrDRUYg==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.56.tgz", + "integrity": "sha512-9KaRELLnmUyZnShvaESlA+raGbf2hYBexsvvFDjEeFyAfz0QWHsWwuxK6OkdizRQXpew+it+2dsGIaC71NKlCw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55" + "@typescript-eslint/types": "8.0.0-alpha.56", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.56" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1101,14 +1101,14 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.55.tgz", - "integrity": "sha512-BtmqzLpg6tSW7DsRWJwfj3epcc4DaLcIqheVMRl4Haf+sPzjvuKGxRdUYK4QSALSeXd2WZRhoA4VTccqvBMO+w==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.56.tgz", + "integrity": "sha512-GStv9PsJCy2kggOfXWZUJeruU+fIKGmlmnFmYmavXskLWMkiZAfVnnSmKX7R2jpzeYvcyLWY2mPp2hFr5JEGlA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "8.0.0-alpha.55", - "@typescript-eslint/utils": "8.0.0-alpha.55", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.56", + "@typescript-eslint/utils": "8.0.0-alpha.56", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -1126,9 +1126,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.55.tgz", - "integrity": "sha512-QFk6W0P3Ruf0oiww57aE9mrXJ4nrT87lMB0z79FNUiZ9FNBw/DDqDXCzV8lMn98onvmMgKd2RBfp/mVeiL9POQ==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.56.tgz", + "integrity": "sha512-nrrez1RptWYu8uXJ81EoYtIsp/dXA9OQh1EXjFF7QbjxjW9zrf2L/YvbrK7Yn6fIVqJtYBtE0DiGQTE+YHPtUQ==", "dev": true, "license": "MIT", "engines": { @@ -1140,14 +1140,14 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.55.tgz", - "integrity": "sha512-sunGQpiDvJBqb+4cthq+rVc+SFa9hkUdAB/S///n2h6c1evkXb5ISjMP3oTDd0ZqZLdfIuopx2YTU7LxG7LIbA==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.56.tgz", + "integrity": "sha512-TLlrnEPA7/+x/UNsZ/v38zme3kGl0hzK6GyHLNRjbL0K52p0ku5QZ4oo6A4K4s0jIYdv6niTMMq7laoyjF5u8Q==", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55", + "@typescript-eslint/types": "8.0.0-alpha.56", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.56", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1226,16 +1226,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.55.tgz", - "integrity": "sha512-FfdI9bURhTepfW24dKv6lbZBSzXRwglewno30brd/HIhfJT1UGKb/cMs90Yg6s45SeXFBD+Kzp63L9wGTgRzBA==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.56.tgz", + "integrity": "sha512-4O+bQMJQFYoh5wKLI3tfY0fbRKaqt0PxW41/ZM0yNaWvtmrKHIPe7+ohj5pWTVxuFb0cIx0yY4T/FfA86jsBlg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.55", - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.55" + "@typescript-eslint/scope-manager": "8.0.0-alpha.56", + "@typescript-eslint/types": "8.0.0-alpha.56", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.56" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1249,13 +1249,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.55.tgz", - "integrity": "sha512-0W4TxcUUBMpZHa/9W0mewu2/7zu2VC4wCJ3rmyFqVyEBNZtQVReMgS7VWBsg7Q5mmHl/gKO/tOFxJvWJ8l42uw==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.56.tgz", + "integrity": "sha512-hlAz67fyJ9PMQYlm67Z52UCyl3ZmusE1NchpKI5xL9hIvKtPfF/ey0GDkrFDCVZgTxC6IQYv8M3F4GYi4Ojpkg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", + "@typescript-eslint/types": "8.0.0-alpha.56", "eslint-visitor-keys": "^3.4.3" }, "engines": { @@ -3945,15 +3945,15 @@ } }, "node_modules/typescript-eslint": { - "version": "8.0.0-alpha.55", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.55.tgz", - "integrity": "sha512-fJYK3nHp/daeoYExmmdxiWkRFHnIK5/am6JZ4qOtWGVCvVrjKnAN/KKX3N3nQJPFHgIZPFSUC9RR4XmUu2xycw==", + "version": "8.0.0-alpha.56", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.56.tgz", + "integrity": "sha512-9WP6T1ip15DXD0lbhxIm8OKL+xrMb5LG8VMYCYJbiVLeybqYkf7z3sVkXcnQXmqBSD9CFuu4Jl3ioGa1speaXw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "8.0.0-alpha.55", - "@typescript-eslint/parser": "8.0.0-alpha.55", - "@typescript-eslint/utils": "8.0.0-alpha.55" + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.56", + "@typescript-eslint/parser": "8.0.0-alpha.56", + "@typescript-eslint/utils": "8.0.0-alpha.56" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"