From defbbfc4b8aae77252ba30204a562b3afd620f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:37:18 +0300 Subject: [PATCH] Bump sirv-cli from 1.0.6 to 1.0.8 (#31918) Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v1.0.6...v1.0.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 80554a7759..3740f71b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9969,9 +9969,9 @@ "dev": true }, "sade": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.3.tgz", - "integrity": "sha512-m4BctppMvJ60W1dXnHq7jMmFe3hPJZDAH85kQ3ACTo7XZNVUuTItCQ+2HfyaMeV5cKrbw7l4vD/6We3GBxvdJw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.4.tgz", + "integrity": "sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==", "dev": true, "requires": { "mri": "^1.1.0" @@ -10429,9 +10429,9 @@ } }, "sirv": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.6.tgz", - "integrity": "sha512-LRGu7Op4Xl9hhigOy2kcB53zAYTjNDdpooey49dIU0cMdpOv9ithVf7nstk3jvs8EhMiT/VORoyazZYGgw4vnA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.7.tgz", + "integrity": "sha512-QMT2OTD3CTr8de9VByPmvSEeyt6k8/Cxg0J2kQJ5HNhIWfhFg9ypcIWWzez9rPWnGj+WtJ7AZD/MdT/vdilV/A==", "dev": true, "requires": { "@polka/url": "^1.0.0-next.9", @@ -10440,9 +10440,9 @@ } }, "sirv-cli": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.6.tgz", - "integrity": "sha512-K/iY1OHG7hTw4GzLoqMhwzKCbgWmx5joYAAF2+CwyiamWCpVzAgNVWgAc0JmSA2Gf3wseov05il2QbFTGTZMVg==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.8.tgz", + "integrity": "sha512-bJI+kkzQvMKfAOfgLzv09kWsdymLm39LgKmGjacB19GHIAQLCvXXg8e8HzcofTjDZlA8zVv4dQjU9SWkNzkJhw==", "dev": true, "requires": { "console-clear": "^1.1.0", @@ -10451,7 +10451,7 @@ "local-access": "^1.0.1", "sade": "^1.6.0", "semiver": "^1.0.0", - "sirv": "^1.0.6", + "sirv": "^1.0.7", "tinydate": "^1.0.0" } }, diff --git a/package.json b/package.json index 1e553039b4..fbca366fd4 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "rollup": "^2.29.0", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", - "sirv-cli": "^1.0.6", + "sirv-cli": "^1.0.8", "stylelint": "^13.7.2", "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^5.1.0",