From 0973efa591986a6e7fb52b68d13624757daf453c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:22:57 +0000 Subject: [PATCH] Build(deps-dev): Bump stylelint-config-recommended-vue 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ab311fcb..17c78b4f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "storybook": "7.0.20", "storybook-vue3-router": "3.0.0", "stylelint": "14.12.1", - "stylelint-config-recommended-vue": "1.4.0", + "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "28.0.0", "stylelint-config-standard-scss": "5.0.0", "svg-sprite-loader": "6.0.11", @@ -28578,9 +28578,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==", "dev": true, "dependencies": { "semver": "^7.3.5", @@ -52939,9 +52939,9 @@ } }, "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==", "dev": true, "requires": { "semver": "^7.3.5", diff --git a/package.json b/package.json index dd0f28b4b..838847d98 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "storybook": "7.0.20", "storybook-vue3-router": "3.0.0", "stylelint": "14.12.1", - "stylelint-config-recommended-vue": "1.4.0", + "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "28.0.0", "stylelint-config-standard-scss": "5.0.0", "svg-sprite-loader": "6.0.11",