build(deps): bump docker-hub-utils from 1.10.40 to 1.10.41

Bumps [docker-hub-utils](https://github.com/jessestuart/docker-hub-utils) from 1.10.40 to 1.10.41.
- [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.40...v1.10.41)

---
updated-dependencies:
- dependency-name: docker-hub-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-12 04:11:52 +00:00 committed by GitHub
parent 5528e071b0
commit 75093a96d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View file

@ -50,13 +50,13 @@
}
},
"docker-hub-utils": {
"version": "1.10.40",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.40.tgz",
"integrity": "sha512-Rrg9aOeXF74pRG8q1ZAWPUeAz+NR4JZh0gQfMHyknrgh6/RE3ir6kIayFgUydVXSH71R5m2jmhtgfC6M5guqbw==",
"version": "1.10.41",
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.41.tgz",
"integrity": "sha512-todqukNImofGaXIZmkiB03YcoWKU6hfyBrqIt0mtlYVAsn4elwPUnPJG9wsjFJ6JP75G+NnLqdbEeK0mah6pyA==",
"requires": {
"axios": "0.21.1",
"camelcase-keys": "6.2.2",
"luxon": "1.27.0",
"luxon": "1.28.0",
"pino": "5.17.0",
"ramda": "0.27.1"
}
@ -67,9 +67,9 @@
"integrity": "sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A=="
},
"fast-safe-stringify": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
"integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA=="
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz",
"integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag=="
},
"firstline": {
"version": "2.0.2",
@ -87,9 +87,9 @@
"integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg=="
},
"luxon": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz",
"integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA=="
"version": "1.28.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz",
"integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ=="
},
"map-obj": {
"version": "4.2.1",

View file

@ -3,7 +3,7 @@
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"docker-hub-utils": "^1.10.40",
"docker-hub-utils": "^1.10.41",
"firstline": "^2.0.2"
}
}