From cee07950924ecec17f04eb8b5e3fa5d139f47bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:17:31 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-prettier in /web Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/prettier/stylelint-config-prettier/releases) - [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: stylelint-config-prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index e6d21c61..8426326f 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "postcss-html": "^1.5.0", "prettier": "^2.8.3", "stylelint": "^14.16.1", - "stylelint-config-prettier": "^9.0.4", + "stylelint-config-prettier": "^9.0.5", "stylelint-config-recommended-vue": "^1.1.0", "stylelint-config-standard": "^29.0.0", "ts-jest": "^27.1.1", diff --git a/web/yarn.lock b/web/yarn.lock index 600e7f90..d25809b3 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -12333,10 +12333,10 @@ stylelint-config-html@>=1.0.0: resolved "https://registry.yarnpkg.com/stylelint-config-html/-/stylelint-config-html-1.1.0.tgz#999db19aea713b7ff6dde92ada76e4c1bd812b66" integrity sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ== -stylelint-config-prettier@^9.0.4: - version "9.0.4" - resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.4.tgz#1b1dda614d5b3ef6c1f583fa6fa55f88245eb00b" - integrity sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg== +stylelint-config-prettier@^9.0.5: + version "9.0.5" + resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e" + integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA== stylelint-config-recommended-vue@^1.1.0: version "1.4.0"