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:
parent
37f55058a5
commit
47a028314a
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -58,15 +58,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"docker-hub-utils": {
|
"docker-hub-utils": {
|
||||||
"version": "1.10.33",
|
"version": "1.10.34",
|
||||||
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.33.tgz",
|
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.34.tgz",
|
||||||
"integrity": "sha512-ky+20smyh6xxxS3muy0tkaNsIp2SpW+qOZgrzrBAorC1fFwd4ilN+b8CeRt+s8lfebEI9FS7B6OtzTjh5uACEw==",
|
"integrity": "sha512-Yiy/zyUOFB29w/jo95hIthY2LWQZYZ2sa1eqnlyxhEyrEulamiPGxRk6kiyB5gMg1ySax+9ORqEyoxurq3AlJQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "0.19.2",
|
"axios": "0.19.2",
|
||||||
"camelcase-keys": "6.2.2",
|
"camelcase-keys": "6.2.2",
|
||||||
"luxon": "1.24.1",
|
"luxon": "1.24.1",
|
||||||
"pino": "5.17.0",
|
"pino": "5.17.0",
|
||||||
"ramda": "0.27.0"
|
"ramda": "0.27.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fast-redact": {
|
"fast-redact": {
|
||||||
|
@ -141,9 +141,9 @@
|
||||||
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
|
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g=="
|
||||||
},
|
},
|
||||||
"ramda": {
|
"ramda": {
|
||||||
"version": "0.27.0",
|
"version": "0.27.1",
|
||||||
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz",
|
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
|
||||||
"integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA=="
|
"integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw=="
|
||||||
},
|
},
|
||||||
"sonic-boom": {
|
"sonic-boom": {
|
||||||
"version": "0.7.7",
|
"version": "0.7.7",
|
||||||
|
|
|
@ -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.33",
|
"docker-hub-utils": "^1.10.34",
|
||||||
"firstline": "^2.0.2"
|
"firstline": "^2.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue