From 7eb5b4154888aef0b83e7a736fb6a94665e7b283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:18:13 +0000 Subject: [PATCH] Bump stylelint-config-recommended-vue from 1.4.0 to 1.5.0 Bumps [stylelint-config-recommended-vue](https://github.com/ota-meshi/stylelint-config-recommended-vue) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/ota-meshi/stylelint-config-recommended-vue/releases) - [Commits](https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended-vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9c8687bc..f509a3e7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "stylelint": "^15.8.0", "stylelint-config-concentric-order": "^5.1.0", "stylelint-config-css-modules": "^4.3.0", - "stylelint-config-recommended-vue": "^1.4.0", + "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.0.0", "stylelint-config-standard-vue": "^1.0.0", @@ -12396,9 +12396,9 @@ } }, "node_modules/stylelint-config-recommended-vue": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.4.0.tgz", - "integrity": "sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-vue/-/stylelint-config-recommended-vue-1.5.0.tgz", + "integrity": "sha512-65TAK/clUqkNtkZLcuytoxU0URQYlml+30Nhop7sRkCZ/mtWdXt7T+spPSB3KMKlb+82aEVJ4OrcstyDBdbosg==", "dependencies": { "semver": "^7.3.5", "stylelint-config-html": ">=1.0.0", diff --git a/package.json b/package.json index 4fcb06436..8a90e4d34 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "stylelint": "^15.8.0", "stylelint-config-concentric-order": "^5.1.0", "stylelint-config-css-modules": "^4.3.0", - "stylelint-config-recommended-vue": "^1.4.0", + "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-scss": "^11.0.0", "stylelint-config-standard-vue": "^1.0.0",