build(deps): bump docker-hub-utils from 1.10.37 to 1.10.39

Bumps [docker-hub-utils](https://github.com/jessestuart/docker-hub-utils) from 1.10.37 to 1.10.39.
- [Release notes](https://github.com/jessestuart/docker-hub-utils/releases)
- [Changelog](https://github.com/jessestuart/docker-hub-utils/blob/master/release.config.js)
- [Commits](https://github.com/jessestuart/docker-hub-utils/compare/v1.10.37...v1.10.39)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-15 05:08:36 +00:00 committed by GitHub
parent c8bb3a8097
commit 96e018ac87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View file

@ -27,9 +27,9 @@
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==" "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ=="
}, },
"axios": { "axios": {
"version": "0.21.0", "version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==", "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": { "requires": {
"follow-redirects": "^1.10.0" "follow-redirects": "^1.10.0"
} }
@ -50,13 +50,13 @@
} }
}, },
"docker-hub-utils": { "docker-hub-utils": {
"version": "1.10.37", "version": "1.10.39",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.37.tgz", "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.39.tgz",
"integrity": "sha512-hkqoB2RqWcvyJbNjTjGDAWW2YRaf6kmsUcPdoGcrj8rzf9r1/18cwx+4k26qPDVyC3iKI4S/8ZWa0mM1VnhUrg==", "integrity": "sha512-hR87hMTjtz0v72WJ8umi7OdsoIkYSVySZQ1NOtxe1er2V/6/3ABGoNKFAYtfDr3xJNIOxM95DJ9Ch6+gFeLb6A==",
"requires": { "requires": {
"axios": "0.21.0", "axios": "0.21.1",
"camelcase-keys": "6.2.2", "camelcase-keys": "6.2.2",
"luxon": "1.25.0", "luxon": "1.26.0",
"pino": "5.17.0", "pino": "5.17.0",
"ramda": "0.27.1" "ramda": "0.27.1"
} }
@ -82,14 +82,14 @@
"integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==" "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw=="
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.13.0", "version": "1.13.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
}, },
"luxon": { "luxon": {
"version": "1.25.0", "version": "1.26.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.26.0.tgz",
"integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==" "integrity": "sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A=="
}, },
"map-obj": { "map-obj": {
"version": "4.1.0", "version": "4.1.0",

View file

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