diff --git a/sampleapp.web.frontend/src/main/frontend/package-lock.json b/sampleapp.web.frontend/src/main/frontend/package-lock.json index aec13dc..b2bb8f8 100644 --- a/sampleapp.web.frontend/src/main/frontend/package-lock.json +++ b/sampleapp.web.frontend/src/main/frontend/package-lock.json @@ -19,7 +19,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@eslint-react/eslint-plugin": "^5.8.18", "@eslint/js": "^10.0.1", - "eslint": "^10.4.1", + "eslint": "^10.5.0", "globals": "^17.6.0", "vite": "^8.0.16", "vite-plugin-simple-html": "^1.1.0" @@ -1829,11 +1829,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/sampleapp.web.frontend/src/main/frontend/package.json b/sampleapp.web.frontend/src/main/frontend/package.json index 783b6b7..e696d3a 100644 --- a/sampleapp.web.frontend/src/main/frontend/package.json +++ b/sampleapp.web.frontend/src/main/frontend/package.json @@ -20,7 +20,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@eslint-react/eslint-plugin": "^5.8.18", "@eslint/js": "^10.0.1", - "eslint": "^10.4.1", + "eslint": "^10.5.0", "globals": "^17.6.0", "vite": "^8.0.16", "vite-plugin-simple-html": "^1.1.0"