mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
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:
70
package-lock.json
generated
70
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user