From 1e6758c981061521df643453dac93d1258a653e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Apr 2020 01:22:28 +0000 Subject: [PATCH] fix: upgrade superstatic from 5.0.1 to 5.0.2 Snyk has created this PR to upgrade superstatic from 5.0.1 to 5.0.2. See this package in NPM: https://www.npmjs.com/package/superstatic See this project in Snyk: https://app.snyk.io/org/bertrand/project/d85cdf20-4bd4-41a7-b5a3-66b2f4c9ac2f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f5b6d4c..773115e 100644 --- a/package.json +++ b/package.json @@ -123,6 +123,6 @@ "zone.js": "^0.8.20" }, "dependencies": { - "superstatic": "^5.0.1" + "superstatic": "^5.0.2" } } diff --git a/yarn.lock b/yarn.lock index fc65a3f..395dce1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8664,9 +8664,10 @@ subarg@^1.0.0: dependencies: minimist "^1.1.0" -superstatic@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/superstatic/-/superstatic-5.0.1.tgz#f0a83942ad8e93c5c53a98341c4a3de229dff94e" +superstatic@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/superstatic/-/superstatic-5.0.2.tgz#d7ce9329ee30daaa762b01d43b548d0b7306ba54" + integrity sha1-186TKe4w2qp2KwHUO1SNC3MGulQ= dependencies: as-array "^2.0.0" async "^1.5.2"