mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #51949 from nextcloud/dependabot/npm_and_yarn/dockerode-4.0.5
This commit is contained in:
commit
39d39120bd
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue