build(deps): bump docker-hub-utils from 1.10.35 to 1.10.36

Bumps [docker-hub-utils](https://github.com/jessestuart/docker-hub-utils) from 1.10.35 to 1.10.36.
- [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.35...v1.10.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-24 06:50:57 +00:00 committed by GitHub
parent b054eb56e5
commit 90b01727e4
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

@ -50,13 +50,13 @@
} }
}, },
"docker-hub-utils": { "docker-hub-utils": {
"version": "1.10.35", "version": "1.10.36",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.35.tgz", "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.36.tgz",
"integrity": "sha512-E1/dEzqUNS0jExQBbEvDYYtBfgWUAVhFkYIc1heJOdSisUAWJNt8desLz/t4T/lts4y2Np4rDpA217Kl9PPBFg==", "integrity": "sha512-zmfcpjenzvLhmPe/Ll6MYXdXvXdtRgv8ffwiLAomDPKkiW/09FACDJ5DyVjQnKWJNOtWovX4ScaZlnXSwsltIg==",
"requires": { "requires": {
"axios": "0.20.0", "axios": "0.20.0",
"camelcase-keys": "6.2.2", "camelcase-keys": "6.2.2",
"luxon": "1.24.1", "luxon": "1.25.0",
"pino": "5.17.0", "pino": "5.17.0",
"ramda": "0.27.1" "ramda": "0.27.1"
} }
@ -87,9 +87,9 @@
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA=="
}, },
"luxon": { "luxon": {
"version": "1.24.1", "version": "1.25.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz",
"integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg==" "integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ=="
}, },
"map-obj": { "map-obj": {
"version": "4.1.0", "version": "4.1.0",

View file

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