bump dependencies

This commit is contained in:
Alex Holliday
2025-04-20 11:30:34 -07:00
parent 8b7e3c650b
commit 9fd4d6c0b8
2 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
"bullmq": "5.41.2",
"compression": "1.8.0",
"cors": "^2.8.5",
"dockerode": "4.0.4",
"dockerode": "4.0.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"handlebars": "^4.7.8",
@@ -2597,9 +2597,9 @@
}
},
"node_modules/dockerode": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.4.tgz",
"integrity": "sha512-6GYP/EdzEY50HaOxTVTJ2p+mB5xDHTMJhS+UoGrVyS6VC+iQRh7kZ4FRpUYq6nziby7hPqWhOrFFUFTMUZJJ5w==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.6.tgz",
"integrity": "sha512-FbVf3Z8fY/kALB9s+P9epCpWhfi/r0N2DgYYcYpsAUlaTxPjdsitsFobnltb+lyCgAIvf9C+4PSWlTnHlJMf1w==",
"license": "Apache-2.0",
"dependencies": {
"@balena/dockerignore": "^1.0.2",
@@ -2607,7 +2607,7 @@
"@grpc/proto-loader": "^0.7.13",
"docker-modem": "^5.0.6",
"protobufjs": "^7.3.2",
"tar-fs": "~2.0.1",
"tar-fs": "~2.1.2",
"uuid": "^10.0.0"
},
"engines": {
@@ -7461,15 +7461,15 @@
}
},
"node_modules/tar-fs": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.0.1.tgz",
"integrity": "sha512-6tzWDMeroL87uF/+lin46k+Q+46rAJ0SyPGz7OW7wTgblI273hsBqk2C1j0/xNadNLKDTUL9BukSjB7cwgmlPA==",
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz",
"integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==",
"license": "MIT",
"dependencies": {
"chownr": "^1.1.1",
"mkdirp-classic": "^0.5.2",
"pump": "^3.0.0",
"tar-stream": "^2.0.0"
"tar-stream": "^2.1.4"
}
},
"node_modules/tar-fs/node_modules/chownr": {

View File

@@ -21,7 +21,7 @@
"bullmq": "5.41.2",
"compression": "1.8.0",
"cors": "^2.8.5",
"dockerode": "4.0.4",
"dockerode": "4.0.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"handlebars": "^4.7.8",
@@ -54,4 +54,4 @@
"prettier": "^3.3.3",
"sinon": "19.0.2"
}
}
}