1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot] 2020-08-04 19:15:28 +03:00 committed by GitHub
parent 49d75ea86e
commit 9264ccc054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -7371,9 +7371,9 @@
} }
}, },
"mri": { "mri": {
"version": "1.1.5", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.1.5.tgz", "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz",
"integrity": "sha512-d2RKzMD4JNyHMbnbWnznPaa8vbdlq/4pNZ3IgdaGrVbBhebBsGUUE/6qorTMYNS6TwuH3ilfOlD2bf4Igh8CKg==", "integrity": "sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==",
"dev": true "dev": true
}, },
"ms": { "ms": {
@ -10356,9 +10356,9 @@
} }
}, },
"sirv": { "sirv": {
"version": "1.0.1", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.1.tgz", "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.5.tgz",
"integrity": "sha512-5prQxJFybxXkI6fGffgiJgnbMmcdGWd2K5NH+yw4zF5GIZCb2PdCb9+1qr1Y+ntNJsIRvJ6hnR+NlI9vdrRL2Q==", "integrity": "sha512-VBGinItX5MJXafH0FmVsc2G5INwmd9ygT05DVdEw2piBBKRNUBGy3Aq0SmpVzP121astWFE2XERNJOggrQcUww==",
"dev": true, "dev": true,
"requires": { "requires": {
"@polka/url": "^1.0.0-next.9", "@polka/url": "^1.0.0-next.9",
@ -10367,9 +10367,9 @@
} }
}, },
"sirv-cli": { "sirv-cli": {
"version": "1.0.3", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.3.tgz", "resolved": "https://registry.npmjs.org/sirv-cli/-/sirv-cli-1.0.5.tgz",
"integrity": "sha512-pLWMreVMKvK/7Zwdi/8AMjVPaOhkW24a6GRsXtLbvgvbZNHjAb0J8vs3x86ES5radO06AxGRVp8oMWbuf+ExTw==", "integrity": "sha512-3TECcM4Q1b18KGSXuvtHIAcGoatYkk3MYvjCzn3CFq0aNYT2EDmbSP+/ISpyYtQLdZXWAhb4hHTn/ui5pFaqvw==",
"dev": true, "dev": true,
"requires": { "requires": {
"console-clear": "^1.1.0", "console-clear": "^1.1.0",
@ -10378,7 +10378,7 @@
"local-access": "^1.0.1", "local-access": "^1.0.1",
"sade": "^1.6.0", "sade": "^1.6.0",
"semiver": "^1.0.0", "semiver": "^1.0.0",
"sirv": "^1.0.1", "sirv": "^1.0.5",
"tinydate": "^1.0.0" "tinydate": "^1.0.0"
} }
}, },

View File

@ -131,7 +131,7 @@
"rollup": "^2.23.0", "rollup": "^2.23.0",
"rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-istanbul": "^2.0.1",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"sirv-cli": "^1.0.3", "sirv-cli": "^1.0.5",
"stylelint": "^13.6.1", "stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3", "stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^4.8.0", "terser": "^4.8.0",