diff --git a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json index 32bfbec0..ff44bcfc 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json @@ -32,7 +32,7 @@ "@types/supertest": "7.2.0", "@typescript-eslint/eslint-plugin": "8.60.0", "@typescript-eslint/parser": "8.60.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.6", "jest": "30.4.2", @@ -5539,11 +5539,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", diff --git a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json index 2a2a1f86..c6f46f0d 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json @@ -55,7 +55,7 @@ "@types/supertest": "7.2.0", "@typescript-eslint/eslint-plugin": "8.60.0", "@typescript-eslint/parser": "8.60.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.6", "jest": "30.4.2",