From 46634b4ce1d6d0502d2892983ca7a5dfd7802c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 14:58:56 +0300 Subject: [PATCH] Bump sirv-cli from 1.0.1 to 1.0.3 (#31205) Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v1.0.1...v1.0.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 26 ++++++++++++-------------- package.json | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb9e3631ee..deabaf9b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6648,6 +6648,12 @@ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true + }, "known-css-properties": { "version": "0.19.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.19.0.tgz", @@ -10210,9 +10216,9 @@ } }, "sirv-cli": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.1.tgz", - "integrity": "sha512-Hu/9NlWea8tBCyvNoABIsvUEOUhaH5gCMw1dz58sxDwr9vuc+KsBZ+aNMvxqUyewXopsLeqHXqJ4521i/FjAtg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.3.tgz", + "integrity": "sha512-pLWMreVMKvK/7Zwdi/8AMjVPaOhkW24a6GRsXtLbvgvbZNHjAb0J8vs3x86ES5radO06AxGRVp8oMWbuf+ExTw==", "dev": true, "requires": { "console-clear": "^1.1.0", @@ -10223,14 +10229,6 @@ "semiver": "^1.0.0", "sirv": "^1.0.1", "tinydate": "^1.0.0" - }, - "dependencies": { - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "dev": true - } } }, "slash": { @@ -11287,9 +11285,9 @@ "dev": true }, "tinydate": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tinydate/-/tinydate-1.2.0.tgz", - "integrity": "sha512-3GwPk8VhDFnUZ2TrgkhXJs6hcMAIIw4x/xkz+ayK6dGoQmp2nUwKzBXK0WnMsqkh6vfUhpqQicQF3rbshfyJkg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/tinydate/-/tinydate-1.3.0.tgz", + "integrity": "sha512-7cR8rLy2QhYHpsBDBVYnnWXm8uRTr38RoZakFSW7Bs7PzfMPNZthuMLkwqZv7MTu8lhQ91cOFYS5a7iFj2oR3w==", "dev": true }, "tmp": { diff --git a/package.json b/package.json index 4a83b26bc7..c83c33249b 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "rollup": "^2.18.0", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", - "sirv-cli": "^1.0.1", + "sirv-cli": "^1.0.3", "stylelint": "^13.6.1", "stylelint-config-twbs-bootstrap": "^2.0.3", "terser": "^4.8.0",