aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-18 21:37:45 +0300
committerGitHub <[email protected]>2020-08-18 21:37:45 +0300
commit64f4e22a78bb08ca037c6ed38123baf677ef140e (patch)
treebc7fc077c0c829528caf1fd957e484c84c1d9a3a
parentdf7bbf6f7b2caefe1999948972ac143340cb68a0 (diff)
downloadbootstrap-64f4e22a78bb08ca037c6ed38123baf677ef140e.tar.xz
bootstrap-64f4e22a78bb08ca037c6ed38123baf677ef140e.zip
Bump sirv-cli from 1.0.5 to 1.0.6 (#31496)
Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v1.0.5...v1.0.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 9e589fde1..952aec210 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10494,9 +10494,9 @@
}
},
"sirv": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.5.tgz",
- "integrity": "sha512-VBGinItX5MJXafH0FmVsc2G5INwmd9ygT05DVdEw2piBBKRNUBGy3Aq0SmpVzP121astWFE2XERNJOggrQcUww==",
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.6.tgz",
+ "integrity": "sha512-LRGu7Op4Xl9hhigOy2kcB53zAYTjNDdpooey49dIU0cMdpOv9ithVf7nstk3jvs8EhMiT/VORoyazZYGgw4vnA==",
"dev": true,
"requires": {
"@polka/url": "^1.0.0-next.9",
@@ -10505,9 +10505,9 @@
}
},
"sirv-cli": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.5.tgz",
- "integrity": "sha512-3TECcM4Q1b18KGSXuvtHIAcGoatYkk3MYvjCzn3CFq0aNYT2EDmbSP+/ISpyYtQLdZXWAhb4hHTn/ui5pFaqvw==",
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.6.tgz",
+ "integrity": "sha512-K/iY1OHG7hTw4GzLoqMhwzKCbgWmx5joYAAF2+CwyiamWCpVzAgNVWgAc0JmSA2Gf3wseov05il2QbFTGTZMVg==",
"dev": true,
"requires": {
"console-clear": "^1.1.0",
@@ -10516,7 +10516,7 @@
"local-access": "^1.0.1",
"sade": "^1.6.0",
"semiver": "^1.0.0",
- "sirv": "^1.0.5",
+ "sirv": "^1.0.6",
"tinydate": "^1.0.0"
}
},
diff --git a/package.json b/package.json
index bf7cdd42f..ab1d70367 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,7 @@
"rollup": "^2.26.3",
"rollup-plugin-istanbul": "^2.0.1",
"shelljs": "^0.8.4",
- "sirv-cli": "^1.0.5",
+ "sirv-cli": "^1.0.6",
"stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^5.0.0",