From ee9e584a3b3cade86389c0749960d7825fe1a615 Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Mon, 7 Jun 2021 15:40:36 -0400 Subject: [PATCH] Update license caches for node-fetch, signal-exit Updated these from within our docker container, since that seems to matter quite a lot in this case. --- .licenses/npm/node-fetch.dep.yml | 2 +- .licenses/npm/signal-exit.dep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.licenses/npm/node-fetch.dep.yml b/.licenses/npm/node-fetch.dep.yml index 0139d5fe..d2168961 100644 --- a/.licenses/npm/node-fetch.dep.yml +++ b/.licenses/npm/node-fetch.dep.yml @@ -1,6 +1,6 @@ --- name: node-fetch -version: 2.6.1 +version: 2.6.0 type: npm summary: A light-weight module that brings window.fetch to node.js homepage: https://github.com/bitinn/node-fetch diff --git a/.licenses/npm/signal-exit.dep.yml b/.licenses/npm/signal-exit.dep.yml index d3219beb..c96702e0 100644 --- a/.licenses/npm/signal-exit.dep.yml +++ b/.licenses/npm/signal-exit.dep.yml @@ -1,6 +1,6 @@ --- name: signal-exit -version: 3.0.2 +version: 3.0.3 type: npm summary: when you want to fire an event no matter how a process exits. homepage: https://github.com/tapjs/signal-exit