Update package-lock.json with updated engines field (#35484)

This commit is contained in:
Harrison Healey
2026-03-05 16:57:30 -05:00
committed by GitHub
parent cd85c7e283
commit 16408fd186
+2 -2
View File
@@ -52,8 +52,8 @@
"webpack-dev-server": "5.2.2"
},
"engines": {
"node": "^20 || ^22 || ^24",
"npm": "^10 || ^11"
"node": "^24",
"npm": "^11"
}
},
"channels": {