From 9264ccc054d56fc0e955a5b8d069824e411ca979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 19:15:28 +0300 Subject: [PATCH] Bump sirv-cli from 1.0.3 to 1.0.5 (#31419) Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v1.0.3...v1.0.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b500d9e307..250ef32eec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7371,9 +7371,9 @@ } }, "mri": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.5.tgz", - "integrity": "sha512-d2RKzMD4JNyHMbnbWnznPaa8vbdlq/4pNZ3IgdaGrVbBhebBsGUUE/6qorTMYNS6TwuH3ilfOlD2bf4Igh8CKg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz", + "integrity": "sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==", "dev": true }, "ms": { @@ -10356,9 +10356,9 @@ } }, "sirv": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.1.tgz", - "integrity": "sha512-5prQxJFybxXkI6fGffgiJgnbMmcdGWd2K5NH+yw4zF5GIZCb2PdCb9+1qr1Y+ntNJsIRvJ6hnR+NlI9vdrRL2Q==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.5.tgz", + "integrity": "sha512-VBGinItX5MJXafH0FmVsc2G5INwmd9ygT05DVdEw2piBBKRNUBGy3Aq0SmpVzP121astWFE2XERNJOggrQcUww==", "dev": true, "requires": { "@polka/url": "^1.0.0-next.9", @@ -10367,9 +10367,9 @@ } }, "sirv-cli": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.3.tgz", - "integrity": "sha512-pLWMreVMKvK/7Zwdi/8AMjVPaOhkW24a6GRsXtLbvgvbZNHjAb0J8vs3x86ES5radO06AxGRVp8oMWbuf+ExTw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.5.tgz", + "integrity": "sha512-3TECcM4Q1b18KGSXuvtHIAcGoatYkk3MYvjCzn3CFq0aNYT2EDmbSP+/ISpyYtQLdZXWAhb4hHTn/ui5pFaqvw==", "dev": true, "requires": { "console-clear": "^1.1.0", @@ -10378,7 +10378,7 @@ "local-access": "^1.0.1", "sade": "^1.6.0", "semiver": "^1.0.0", - "sirv": "^1.0.1", + "sirv": "^1.0.5", "tinydate": "^1.0.0" } }, diff --git a/package.json b/package.json index acc08e3fca..c9a0897a4d 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "rollup": "^2.23.0", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", - "sirv-cli": "^1.0.3", + "sirv-cli": "^1.0.5", "stylelint": "^13.6.1", "stylelint-config-twbs-bootstrap": "^2.0.3", "terser": "^4.8.0", -- 2.47.2