Browse Source
Merge pull request #41028 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.21
chore(deps-dev): Bump @types/dockerode from 3.3.20 to 3.3.21
pull/40933/head
Ferdinand Thiessen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
-
package-lock.json
-
package.json
|
|
|
@ -105,7 +105,7 @@ |
|
|
|
"@testing-library/jest-dom": "^5.16.5", |
|
|
|
"@testing-library/user-event": "^14.4.3", |
|
|
|
"@testing-library/vue": "^5.8.3", |
|
|
|
"@types/dockerode": "^3.3.20", |
|
|
|
"@types/dockerode": "^3.3.21", |
|
|
|
"@types/jest": "^29.5.2", |
|
|
|
"@vue/test-utils": "^1.3.5", |
|
|
|
"@vue/tsconfig": "^0.4.0", |
|
|
|
@ -5624,9 +5624,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@types/dockerode": { |
|
|
|
"version": "3.3.20", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.20.tgz", |
|
|
|
"integrity": "sha512-Q+1e3z6SPWXR/Sk+WIyJFVsSDg78S7MDaGcwAh1WKlveO1tVO8TF1rOzJir5GLnqzEdUbclFKlw/4rhwESxwPw==", |
|
|
|
"version": "3.3.21", |
|
|
|
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.21.tgz", |
|
|
|
"integrity": "sha512-1d4GSWFpOnqu2rbpz+YR97txVVouHE4/HJm7CU9JTCs/IigNO8AhVOYh+6Rqv/IRznUycMR4MVBnTHrf39Es7g==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@types/docker-modem": "*", |
|
|
|
|
|
|
|
@ -132,7 +132,7 @@ |
|
|
|
"@testing-library/jest-dom": "^5.16.5", |
|
|
|
"@testing-library/user-event": "^14.4.3", |
|
|
|
"@testing-library/vue": "^5.8.3", |
|
|
|
"@types/dockerode": "^3.3.20", |
|
|
|
"@types/dockerode": "^3.3.21", |
|
|
|
"@types/jest": "^29.5.2", |
|
|
|
"@vue/test-utils": "^1.3.5", |
|
|
|
"@vue/tsconfig": "^0.4.0", |
|
|
|
|