Merge pull request #32 from dawidd6/dependabot-npm_and_yarn-docker-hub-utils-1.10.40

build(deps): bump docker-hub-utils from 1.10.39 to 1.10.40
This commit is contained in:
Dawid Dziurla 2021-05-17 09:41:06 +02:00 committed by GitHub
commit 5513f52a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -50,13 +50,13 @@
}
},
"docker-hub-utils": {
"version": "1.10.39",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.39.tgz",
"integrity": "sha512-hR87hMTjtz0v72WJ8umi7OdsoIkYSVySZQ1NOtxe1er2V/6/3ABGoNKFAYtfDr3xJNIOxM95DJ9Ch6+gFeLb6A==",
"version": "1.10.40",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.40.tgz",
"integrity": "sha512-Rrg9aOeXF74pRG8q1ZAWPUeAz+NR4JZh0gQfMHyknrgh6/RE3ir6kIayFgUydVXSH71R5m2jmhtgfC6M5guqbw==",
"requires": {
"axios": "0.21.1",
"camelcase-keys": "6.2.2",
"luxon": "1.26.0",
"luxon": "1.27.0",
"pino": "5.17.0",
"ramda": "0.27.1"
}
@ -82,19 +82,19 @@
"integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw=="
},
"follow-redirects": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
"integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz",
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
},
"luxon": {
"version": "1.26.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.26.0.tgz",
"integrity": "sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A=="
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz",
"integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA=="
},
"map-obj": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.1.0.tgz",
"integrity": "sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g=="
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
"integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ=="
},
"pino": {
"version": "5.17.0",

View file

@ -3,7 +3,7 @@
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"docker-hub-utils": "^1.10.39",
"docker-hub-utils": "^1.10.40",
"firstline": "^2.0.2"
}
}