Added libraries

This commit is contained in:
eetnaviation
2024-04-04 18:05:52 +03:00
parent 2dcaf2a738
commit 5929233a26
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@ -11,6 +11,7 @@
"dependencies": {
"axios": "^1.6.8",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"socket.io": "^4.7.5"
}
},
@ -441,6 +442,11 @@
"node": ">= 0.6"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@ -1323,6 +1329,11 @@
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q=="
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",

View File

@ -19,6 +19,7 @@
"dependencies": {
"axios": "^1.6.8",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"socket.io": "^4.7.5"
}
}