chore: upgrade node to most recent 16.x (#25362)

This commit is contained in:
Ville Brofeldt 2023-09-26 04:00:41 -07:00 committed by GitHub
parent d76ff39766
commit f6ce40d246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v16.9.1 v16.20.2

View File

@ -348,8 +348,8 @@
"webpack-sources": "^3.2.3" "webpack-sources": "^3.2.3"
}, },
"engines": { "engines": {
"node": "^16.9.1", "node": "^16.20.2",
"npm": "^7.5.4 || ^8.1.2" "npm": "^8.19.4"
}, },
"overrides": { "overrides": {
"d3-color": "^3.1.0", "d3-color": "^3.1.0",