fix: update @root/request for hanging error bugfix

This commit is contained in:
AJ ONeal
2022-11-14 17:39:50 +00:00
parent 75284b2a93
commit 2f618384cc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@root/request": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.6.1.tgz",
"integrity": "sha512-8wrWyeBLRp7T8J36GkT3RODJ6zYmL0/maWlAUD5LOXT28D3TDquUepyYDKYANNA3Gc8R5ZCgf+AXvSTYpJEWwQ=="
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.9.2.tgz",
"integrity": "sha512-wVaL9yVV9oDR9UNbPZa20qgY+4Ch6YN8JUkaE4el/uuS5dmhD8Lusm/ku8qJVNtmQA56XLzEDCRS6/vfpiHK2A=="
},
"dotenv": {
"version": "8.2.0",

View File

@@ -28,7 +28,7 @@
},
"homepage": "https://github.com/webinstall/webi-installers#readme",
"dependencies": {
"@root/request": "^1.6.1",
"@root/request": "^1.9.2",
"dotenv": "^8.2.0",
"marked": "^4.1.1"
}