aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-03 18:55:27 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 18:55:27 +0100
commit01f232585061a086a711b7a4c4f2e4b33f06398f (patch)
tree72df7db9bb3d0b8fd1f2cea5b590d14ed54e440b /package.json
parent594ef04df21c76e0771314e1203bd478232c73b9 (diff)
Update dev dependencies (#7052)
I was expecting some of them (e.g. PHPStan) as part of the last Dependabot round, so here is a global update
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index cca63d778..955454012 100644
--- a/package.json
+++ b/package.json
@@ -35,12 +35,12 @@
},
"devDependencies": {
"eslint": "^9.16.0",
- "@eslint/js": "^9.9.0",
- "globals": "^15.12.0",
+ "@eslint/js": "^9.16.0",
+ "globals": "^15.13.0",
"markdownlint-cli": "^0.43.0",
"neostandard": "^0.11.9",
"rtlcss": "^4.3.0",
- "sass": "^1.81.0",
+ "sass": "^1.81.1",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",