0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-12 20:58:47 +00:00

build(deps-dev): bump dockerode from 4.0.4 to 4.0.5

Bumps [dockerode](https://github.com/apocas/dockerode) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: dockerode
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-05 01:18:09 +00:00 committed by GitHub
parent 7b37a58fcc
commit 284cce3d19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -124,7 +124,7 @@
"cypress-if": "^1.13.2",
"cypress-split": "^1.24.14",
"cypress-wait-until": "^3.0.2",
"dockerode": "^4.0.4",
"dockerode": "^4.0.5",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-es": "^4.1.0",
"exports-loader": "^5.0.0",
@ -11011,9 +11011,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.5",
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.5.tgz",
"integrity": "sha512-ZPmKSr1k1571Mrh7oIBS/j0AqAccoecY2yH420ni5j1KyNMgnoTh4Nu4FWunh0HZIJmRSmSysJjBIpa/zyWUEA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@ -11022,7 +11022,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": {
@ -23490,16 +23490,16 @@
}
},
"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==",
"dev": true,
"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

@ -155,7 +155,7 @@
"cypress-if": "^1.13.2",
"cypress-split": "^1.24.14",
"cypress-wait-until": "^3.0.2",
"dockerode": "^4.0.4",
"dockerode": "^4.0.5",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-es": "^4.1.0",
"exports-loader": "^5.0.0",