From 5ebfffb74008cd43cb749bd4632779ccc4a3d252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:21:59 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-css-modules from 2.3.0 to 4.1.0 Bumps [stylelint-config-css-modules](https://github.com/pascalduez/stylelint-config-css-modules) from 2.3.0 to 4.1.0. - [Release notes](https://github.com/pascalduez/stylelint-config-css-modules/releases) - [Changelog](https://github.com/pascalduez/stylelint-config-css-modules/blob/main/CHANGELOG.md) - [Commits](https://github.com/pascalduez/stylelint-config-css-modules/compare/2.3.0...4.1.0) --- updated-dependencies: - dependency-name: stylelint-config-css-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1933876..3ea30fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@pinia/testing": "^0.0.8", "@vueuse/core": "^7.0.0", "@vueuse/head": "^0.7.2", - "axios": "^0.24.0", + "axios": "^0.26.1", "axios-case-converter": "^0.9.0", "nprogress": "^0.2.0", "pinia": "^2.0.2", @@ -91,7 +91,7 @@ "prettier-plugin-import-sort": "^0.0.7", "sass": "^1.43.4", "stylelint": "^14.0.1", - "stylelint-config-css-modules": "^2.3.0", + "stylelint-config-css-modules": "^4.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "3.0.0", "stylelint-config-recommended-vue": "^1.0.0",