From ae1b4f8228d1560919baad8df85bd8f65290223d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:58:42 +0000 Subject: [PATCH] npm: bump stylescape from 0.0.22 to 0.0.31 Bumps [stylescape](https://github.com/stylescape/stylescape) from 0.0.22 to 0.0.31. - [Release notes](https://github.com/stylescape/stylescape/releases) - [Commits](https://github.com/stylescape/stylescape/compare/v0.0.22...v0.0.31) --- updated-dependencies: - dependency-name: stylescape dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a9d9af..3b30acc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "npm-run-all css-lint css" }, "dependencies": { - "stylescape": "^0.0.22" + "stylescape": "^0.0.31" }, "devDependencies": { "autoprefixer": "^10.4.19",