forked from waja/action-debian-package
Merge pull request #5 from dawidd6/dependabot-npm_and_yarn-docker-hub-utils-1.10.33
build(deps): bump docker-hub-utils from 1.10.32 to 1.10.33
This commit is contained in:
commit
c4ea5b96e9
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -58,13 +58,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"docker-hub-utils": {
|
"docker-hub-utils": {
|
||||||
"version": "1.10.32",
|
"version": "1.10.33",
|
||||||
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.32.tgz",
|
"resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.33.tgz",
|
||||||
"integrity": "sha512-UHQRHJU3rNa9faqn5EhvendAro6fb0oryKLJw1nWtQHfwTwPyPJ9VBE+Fx5WZcB5ByruQrgei0DScMKq39LCpg==",
|
"integrity": "sha512-ky+20smyh6xxxS3muy0tkaNsIp2SpW+qOZgrzrBAorC1fFwd4ilN+b8CeRt+s8lfebEI9FS7B6OtzTjh5uACEw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"axios": "0.19.2",
|
"axios": "0.19.2",
|
||||||
"camelcase-keys": "6.2.2",
|
"camelcase-keys": "6.2.2",
|
||||||
"luxon": "1.24.0",
|
"luxon": "1.24.1",
|
||||||
"pino": "5.17.0",
|
"pino": "5.17.0",
|
||||||
"ramda": "0.27.0"
|
"ramda": "0.27.0"
|
||||||
}
|
}
|
||||||
|
@ -98,9 +98,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"luxon": {
|
"luxon": {
|
||||||
"version": "1.24.0",
|
"version": "1.24.1",
|
||||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.0.tgz",
|
"resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz",
|
||||||
"integrity": "sha512-PNeB5cFbBtmuS137OuEdaJnCMTMPS2vz9hnM1Zl6tUIuYdtUgEhMqfVZ7yxX0jHEGx6rp757ECe7cdZxDgq2Tg=="
|
"integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg=="
|
||||||
},
|
},
|
||||||
"map-obj": {
|
"map-obj": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
|
|
|
@ -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.32",
|
"docker-hub-utils": "^1.10.33",
|
||||||
"firstline": "^2.0.2"
|
"firstline": "^2.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue