From f477a261d686e1d37853e4718c9e6e4393498959 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 21 Feb 2025 13:57:56 +0100 Subject: Update dev tools (#7347) In particular those not covered by Dependabot --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 03d8f1dd0..579319318 100644 --- a/package.json +++ b/package.json @@ -34,17 +34,17 @@ "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" }, "devDependencies": { - "eslint": "^9.19.0", - "@eslint/js": "^9.16.0", - "globals": "^15.14.0", + "eslint": "^9.20.1", + "@eslint/js": "^9.20.0", + "globals": "^16.0.0", "markdownlint-cli": "^0.44.0", - "neostandard": "^0.12.0", + "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.83.4", + "sass": "^1.85.0", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", - "@stylistic/stylelint-plugin": "^3.1.1" + "@stylistic/stylelint-plugin": "^3.1.2" }, "rtlcssConfig": {} } -- cgit v1.2.3