Feat/ Update node version used by project to match Electron (#2673)

* Feat/electron-bump - bump node version to match electron

* Feat/electron-bump - bump node version - documentation

* Feat/electron-bump - bump node version - package-lock.json
This commit is contained in:
Mateusz Pietryga
2024-08-22 14:43:29 +02:00
committed by GitHub
parent 71ffe1f8d4
commit d1c34bd379
19 changed files with 53 additions and 53 deletions

70
package-lock.json generated
View File

@@ -11463,40 +11463,6 @@
"node": ">= 14"
}
},
"node_modules/httpsnippet": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/httpsnippet/-/httpsnippet-3.0.1.tgz",
"integrity": "sha512-RJbzVu9Gq97Ti76MPKAb9AknKbRluRbzOqswM2qgEW48QUShVEIuJjl43dZG5q0Upj2SZlKqzR6B6ah1q5znfg==",
"dependencies": {
"chalk": "^4.1.2",
"event-stream": "4.0.1",
"form-data": "4.0.0",
"har-schema": "^2.0.0",
"stringify-object": "3.3.0",
"yargs": "^17.4.0"
},
"bin": {
"httpsnippet": "bin/httpsnippet"
},
"engines": {
"node": "^14.19.1 || ^16.14.2 || ^18.0.0"
}
},
"node_modules/httpsnippet/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/human-signals": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
@@ -20362,7 +20328,7 @@
"graphiql": "^1.5.9",
"graphql": "^16.6.0",
"graphql-request": "^3.7.0",
"httpsnippet": "^3.0.1",
"httpsnippet": "^3.0.6",
"idb": "^7.0.0",
"immer": "^9.0.15",
"jsesc": "^3.0.2",
@@ -20425,6 +20391,40 @@
"webpack-cli": "^4.9.1"
}
},
"packages/bruno-app/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"packages/bruno-app/node_modules/httpsnippet": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/httpsnippet/-/httpsnippet-3.0.6.tgz",
"integrity": "sha512-UTHoscjuAjNwLv7LYqW+W5TPusN+27NecGW3TbpDQbQn8spQjoHnJpsvSc8ohD9SvT+ALRAHUUGBrtVoriosiw==",
"dependencies": {
"chalk": "^4.1.2",
"event-stream": "4.0.1",
"form-data": "4.0.0",
"har-schema": "^2.0.0",
"stringify-object": "3.3.0",
"yargs": "^17.4.0"
},
"bin": {
"httpsnippet": "bin/httpsnippet"
},
"engines": {
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
}
},
"packages/bruno-app/node_modules/jsesc": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",