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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-31 13:15:44 +00:00 committed by GitHub
parent 37f55058a5
commit 47a028314a
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,15 +58,15 @@
}
},
"docker-hub-utils": {
"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==",
"version": "1.10.34",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.34.tgz",
"integrity": "sha512-Yiy/zyUOFB29w/jo95hIthY2LWQZYZ2sa1eqnlyxhEyrEulamiPGxRk6kiyB5gMg1ySax+9ORqEyoxurq3AlJQ==",
"requires": {
"axios": "0.19.2",
"camelcase-keys": "6.2.2",
"luxon": "1.24.1",
"pino": "5.17.0",
"ramda": "0.27.0"
"ramda": "0.27.1"
}
},
"fast-redact": {
@ -141,9 +141,9 @@
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
},
"ramda": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz",
"integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA=="
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
"integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw=="
},
"sonic-boom": {
"version": "0.7.7",

View file

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