0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

update node

This commit is contained in:
Víctor Losada Hernández
2026-03-03 18:31:44 +01:00
parent f551ad2094
commit b485cd1663
2 changed files with 24 additions and 0 deletions

23
package-lock.json generated
View File

@@ -53,6 +53,7 @@
"mongoose": "^9.2.1",
"nanoid": "5.1.6",
"nconf": "^0.13.0",
"node": "^25.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
@@ -10215,6 +10216,28 @@
"node": ">= 0.6"
}
},
"node_modules/node": {
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/node/-/node-25.7.0.tgz",
"integrity": "sha512-C4iA3H4ldvQc8P6o0lCik0PCHimX5Yd+qknA/GmgmW2EsNkWek+8YQ0IEqi8vutuk+JNa4Pit94bMTzpSeA5Vg==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"bin": {
"node": "bin/node"
},
"engines": {
"npm": ">=5.0.0"
}
},
"node_modules/node-bin-setup": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.4.tgz",
"integrity": "sha512-vWNHOne0ZUavArqPP5LJta50+S8R261Fr5SvGul37HbEDcowvLjwdvd0ZeSr0r2lTSrPxl6okq9QUw8BFGiAxA==",
"license": "ISC"
},
"node_modules/node-domexception": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",