From 6a29c8580078eb944534ada78563c9cdaacfb1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 04:14:28 +0000 Subject: [PATCH] build(deps): bump docker-hub-utils from 1.10.39 to 1.10.40 Bumps [docker-hub-utils](https://github.com/jessestuart/docker-hub-utils) from 1.10.39 to 1.10.40. - [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.39...v1.10.40) Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09400a1..ad0b436 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,13 +50,13 @@ } }, "docker-hub-utils": { - "version": "1.10.39", - "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.39.tgz", - "integrity": "sha512-hR87hMTjtz0v72WJ8umi7OdsoIkYSVySZQ1NOtxe1er2V/6/3ABGoNKFAYtfDr3xJNIOxM95DJ9Ch6+gFeLb6A==", + "version": "1.10.40", + "resolved": "https://registry.npmjs.org/docker-hub-utils/-/docker-hub-utils-1.10.40.tgz", + "integrity": "sha512-Rrg9aOeXF74pRG8q1ZAWPUeAz+NR4JZh0gQfMHyknrgh6/RE3ir6kIayFgUydVXSH71R5m2jmhtgfC6M5guqbw==", "requires": { "axios": "0.21.1", "camelcase-keys": "6.2.2", - "luxon": "1.26.0", + "luxon": "1.27.0", "pino": "5.17.0", "ramda": "0.27.1" } @@ -82,19 +82,19 @@ "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==" }, "follow-redirects": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz", - "integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==" + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", + "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==" }, "luxon": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.26.0.tgz", - "integrity": "sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A==" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz", + "integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==" }, "map-obj": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.1.0.tgz", - "integrity": "sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz", + "integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==" }, "pino": { "version": "5.17.0", diff --git a/package.json b/package.json index 80040c2..8b8a913 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "dependencies": { "@actions/core": "^1.2.7", "@actions/exec": "^1.0.4", - "docker-hub-utils": "^1.10.39", + "docker-hub-utils": "^1.10.40", "firstline": "^2.0.2" } }