Dependencies: Update node development dependency to latest secure version of current major (17) (#20735)

Update node development dependency to latest secure version of current major.
This commit is contained in:
Andy Butland
2025-11-05 20:57:55 +01:00
committed by GitHub
parent b22d3ddc00
commit 2e85f1bbf8
2 changed files with 4 additions and 4 deletions

View File

@@ -64,8 +64,8 @@
"web-component-analyzer": "^2.0.0"
},
"engines": {
"node": ">=22",
"npm": ">=10.9"
"node": ">=22.17.1",
"npm": ">=10.9.2"
}
},
"node_modules/@adobe/css-tools": {

View File

@@ -214,8 +214,8 @@
"generate:ui-api-docs": "npm run generate:check-const-test && typedoc --options typedoc.config.js"
},
"engines": {
"node": ">=22",
"npm": ">=10.9"
"node": ">=22.17.1",
"npm": ">=10.9.2"
},
"dependencies": {
"element-internals-polyfill": "^3.0.2"