From 3b398013a779c69622da287c8d36602b249aeab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 18:57:25 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 15.7.0 to 15.8.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.7.0 to 15.8.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.7.0...15.8.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c3ac256..43a86cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "prettier": "^2.8.8", "sass": "^1.63.4", "shipjs": "^0.26.3", - "stylelint": "^15.7.0", + "stylelint": "^15.8.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-prettier": "^3.0.0", "typescript": "^5.1.3" @@ -13252,9 +13252,9 @@ } }, "node_modules/stylelint": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.7.0.tgz", - "integrity": "sha512-fQRwHwWuZsDn4ENyE9AsKkOkV9WlD2CmYiVDbdZPdS3iZh0ceypOn1EuwTNuZ8xTrHF+jVeIEzLtFFSlD/nJHg==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.8.0.tgz", + "integrity": "sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.2.0", @@ -13297,7 +13297,6 @@ "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", "table": "^6.8.1", - "v8-compile-cache": "^2.3.0", "write-file-atomic": "^5.0.1" }, "bin": { @@ -14376,12 +14375,6 @@ "vue": "^3.2.37" } }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", diff --git a/package.json b/package.json index 08a566f0..0042f449 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "prettier": "^2.8.8", "sass": "^1.63.4", "shipjs": "^0.26.3", - "stylelint": "^15.7.0", + "stylelint": "^15.8.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-prettier": "^3.0.0", "typescript": "^5.1.3"