aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-07-23 14:31:55 +0200
committerGravatar GitHub <noreply@github.com> 2023-07-23 14:31:55 +0200
commit0182d84142fb5f4c9514371f8fc0e6ce3640a6e1 (patch)
tree13bfed5ae894f2e339fed8315b05d39c66b52196 /package.json
parent1f05c923762a7f395cbb9c63121445f0e688a076 (diff)
Minor update dev dependencies (#5541)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5538
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
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"
},