From 0182d84142fb5f4c9514371f8fc0e6ce3640a6e1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 23 Jul 2023 14:31:55 +0200 Subject: Minor update dev dependencies (#5541) Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5538 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 08463df2f..89f5bf59d 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" }, "devDependencies": { - "eslint": "^8.43.0", + "eslint": "^8.45.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "markdownlint-cli": "^0.35.0", "rtlcss": "^4.1.0", - "sass": "^1.63.4", - "stylelint": "^15.10.1", + "sass": "^1.63.6", + "stylelint": "^15.10.2", "stylelint-config-recommended-scss": "^12.0.0", "stylelint-order": "^6.0.3" }, -- cgit v1.2.3