build(deps): bump docker-hub-utils from 1.10.32 to 1.10.33

Bumps [docker-hub-utils](https://github.com/jessestuart/docker-hub-utils) from 1.10.32 to 1.10.33.
- [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.32...v1.10.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-05 05:56:58 +00:00 committed by GitHub
parent a4582c67ae
commit d5f06336e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -58,13 +58,13 @@
}
},
"docker-hub-utils": {
"version": "1.10.32",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.32.tgz",
"integrity": "sha512-UHQRHJU3rNa9faqn5EhvendAro6fb0oryKLJw1nWtQHfwTwPyPJ9VBE+Fx5WZcB5ByruQrgei0DScMKq39LCpg==",
"version": "1.10.33",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.33.tgz",
"integrity": "sha512-ky+20smyh6xxxS3muy0tkaNsIp2SpW+qOZgrzrBAorC1fFwd4ilN+b8CeRt+s8lfebEI9FS7B6OtzTjh5uACEw==",
"requires": {
"axios": "0.19.2",
"camelcase-keys": "6.2.2",
"luxon": "1.24.0",
"luxon": "1.24.1",
"pino": "5.17.0",
"ramda": "0.27.0"
}
@ -98,9 +98,9 @@
}
},
"luxon": {
"version": "1.24.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.0.tgz",
"integrity": "sha512-PNeB5cFbBtmuS137OuEdaJnCMTMPS2vz9hnM1Zl6tUIuYdtUgEhMqfVZ7yxX0jHEGx6rp757ECe7cdZxDgq2Tg=="
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz",
"integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg=="
},
"map-obj": {
"version": "4.1.0",

View file

@ -3,7 +3,7 @@
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"docker-hub-utils": "^1.10.32",
"docker-hub-utils": "^1.10.33",
"firstline": "^2.0.2"
}
}