From 90b01727e490b0d6fd749f4f3f506ce396ec8f6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:50:57 +0000 Subject: [PATCH] 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a33a273..0de973e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,13 +50,13 @@ } }, "docker-hub-utils": { - "version": "1.10.35", - "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.35.tgz", - "integrity": "sha512-E1/dEzqUNS0jExQBbEvDYYtBfgWUAVhFkYIc1heJOdSisUAWJNt8desLz/t4T/lts4y2Np4rDpA217Kl9PPBFg==", + "version": "1.10.36", + "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.36.tgz", + "integrity": "sha512-zmfcpjenzvLhmPe/Ll6MYXdXvXdtRgv8ffwiLAomDPKkiW/09FACDJ5DyVjQnKWJNOtWovX4ScaZlnXSwsltIg==", "requires": { "axios": "0.20.0", "camelcase-keys": "6.2.2", - "luxon": "1.24.1", + "luxon": "1.25.0", "pino": "5.17.0", "ramda": "0.27.1" } @@ -87,9 +87,9 @@ "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" }, "luxon": { - "version": "1.24.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz", - "integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg==" + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz", + "integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==" }, "map-obj": { "version": "4.1.0", diff --git a/package.json b/package.json index 7d415f3..a7701a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dependencies": { "@actions/core": "^1.2.4", "@actions/exec": "^1.0.4", - "docker-hub-utils": "^1.10.35", + "docker-hub-utils": "^1.10.36", "firstline": "^2.0.2" } }