update archiver

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-09-15 18:34:42 +01:00
parent 626416a202
commit 5fc3683ebb
3 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
"@yetzt/nedb": "1.8.0",
"archiver": "7.0.0",
"archiver": "7.0.1",
"body-parser": "1.20.3",
"cbor": "5.2.0",
"compression": "1.7.4",

20
package-lock.json generated
View File

@ -1,21 +1,21 @@
{
"name": "meshcentral",
"version": "1.1.29",
"version": "1.1.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meshcentral",
"version": "1.1.29",
"version": "1.1.30",
"license": "Apache-2.0",
"dependencies": {
"@yetzt/nedb": "1.8.0",
"archiver": "7.0.0",
"body-parser": "^1.20.3",
"archiver": "7.0.1",
"body-parser": "1.20.3",
"cbor": "5.2.0",
"compression": "1.7.4",
"cookie-session": "2.0.0",
"express": "^4.21.0",
"express": "4.21.0",
"express-handlebars": "5.3.5",
"express-ws": "5.0.2",
"ipcheck": "0.1.0",
@ -112,17 +112,17 @@
}
},
"node_modules/archiver": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.0.tgz",
"integrity": "sha512-R9HM9egs8FfktSqUqyjlKmvF4U+CWNqm/2tlROV+lOFg79MLdT67ae1l3hU47pGy8twSXxHoiefMCh43w0BriQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
"dependencies": {
"archiver-utils": "^5.0.0",
"archiver-utils": "^5.0.2",
"async": "^3.2.4",
"buffer-crc32": "^1.0.0",
"readable-stream": "^4.0.0",
"readdir-glob": "^1.1.2",
"tar-stream": "^3.0.0",
"zip-stream": "^6.0.0"
"zip-stream": "^6.0.1"
},
"engines": {
"node": ">= 14"

View File

@ -38,7 +38,7 @@
],
"dependencies": {
"@yetzt/nedb": "1.8.0",
"archiver": "7.0.0",
"archiver": "7.0.1",
"body-parser": "1.20.3",
"cbor": "5.2.0",
"compression": "1.7.4",