diff --git a/package-lock.json b/package-lock.json index 2cf0057c08..b1da7ea9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,11 +21,11 @@ "chart.js": "4.5.1", "chartjs-plugin-annotation": "3.1.0", "d3": "7.9.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "github-slugger": "^2.0.0", "globals": "17.6.0", "gray-matter": "^4.0.3", - "happy-dom": "20.10.2", + "happy-dom": "20.10.3", "hast-util-to-string": "3.0.1", "htmlhint": "1.9.2", "js-yaml": "4.2.0", @@ -6214,11 +6214,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", @@ -7124,9 +7127,9 @@ "license": "MIT" }, "node_modules/happy-dom": { - "version": "20.10.2", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.10.2.tgz", - "integrity": "sha512-5p9Sxis3eowDJKqx90QCsgbNA02XXqJ59NOHvD4V6cxp+rP4d/xOyVx7uY3hS8hiUbY1VeiFH8lbJ81AyuDVLQ==", + "version": "20.10.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.10.3.tgz", + "integrity": "sha512-Hjdiy8RziuCcn5z04QI/rlsNuQoG8P0xxjgvsSMpi89cvIXIOcucQtiHS1yHSShxoBcSCeYqAskINmTiy/mlfw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5c8faeaf8e..0cc6a3d6a0 100644 --- a/package.json +++ b/package.json @@ -186,11 +186,11 @@ "chart.js": "4.5.1", "chartjs-plugin-annotation": "3.1.0", "d3": "7.9.0", - "eslint": "10.4.1", + "eslint": "10.5.0", "github-slugger": "^2.0.0", "globals": "17.6.0", "gray-matter": "^4.0.3", - "happy-dom": "20.10.2", + "happy-dom": "20.10.3", "hast-util-to-string": "3.0.1", "htmlhint": "1.9.2", "js-yaml": "4.2.0",