From a6f58b6ac290963b8ab2c10979b28f90a0566d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:21:18 +0000 Subject: [PATCH] npm: bump sirv-cli from 2.0.2 to 3.0.0 Bumps [sirv-cli](https://github.com/lukeed/sirv) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: sirv-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f481d80..a0924fe 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "postcss": "^8.4.39", "postcss-cli": "^11.0.0", "sass": "^1.77.6", - "sirv-cli": "^2.0.2", + "sirv-cli": "^3.0.0", "stylelint": "^16.6.1", "stylelint-config-twbs-bootstrap": "^15.0.0" }