diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-08 07:24:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 07:24:14 +0000 |
commit | fd25252deb4f580a4573db0b0f5bd817998356fc (patch) | |
tree | 2bb554dc9d1fb205d2772739cb92efb1ba6aa3a2 | |
parent | 6b5d8d01d777e75d86507edf71e964ecc0b361e5 (diff) | |
parent | f219dc68c4c296a94e0710160f02bc42dfc541e5 (diff) | |
download | nextcloud-server-fd25252deb4f580a4573db0b0f5bd817998356fc.tar.gz nextcloud-server-fd25252deb4f580a4573db0b0f5bd817998356fc.zip |
Merge pull request #30543 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.1
-rw-r--r-- | package-lock.json | 17 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index e4e443c2d56..2b0be31aff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^4.0.0", - "@nextcloud/stylelint-config": "^2.0.1", + "@nextcloud/stylelint-config": "^2.1.1", "@testing-library/jest-dom": "^5.16.1", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", @@ -7108,9 +7108,9 @@ } }, "node_modules/@nextcloud/stylelint-config": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.0.1.tgz", - "integrity": "sha512-Ao9yYv1PRL4Y4UVLOOV3gla1q8fkACnrpeoCxf7yjTqc48HpxNGqn23BNi2Q/9IPdAE8EwHz4RMgk1Zn0hAWog==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.1.tgz", + "integrity": "sha512-RjH7wnAIdRnn0+cswB9i/w0W0spp8wN7DTCElQoY/CCjdqLj/P8gDFtBVzqpsFd6vN+rY/RbPdKVfwO1iqNhjw==", "dev": true, "engines": { "node": "^14.0.0", @@ -7119,8 +7119,7 @@ "peerDependencies": { "stylelint": "^14.0.1", "stylelint-config-recommended-scss": "^5.0.1", - "stylelint-config-recommended-vue": "^1.0.0", - "stylelint-scss": "^4.0.0" + "stylelint-config-recommended-vue": "^1.0.0" } }, "node_modules/@nextcloud/typings": { @@ -28361,9 +28360,9 @@ } }, "@nextcloud/stylelint-config": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.0.1.tgz", - "integrity": "sha512-Ao9yYv1PRL4Y4UVLOOV3gla1q8fkACnrpeoCxf7yjTqc48HpxNGqn23BNi2Q/9IPdAE8EwHz4RMgk1Zn0hAWog==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/stylelint-config/-/stylelint-config-2.1.1.tgz", + "integrity": "sha512-RjH7wnAIdRnn0+cswB9i/w0W0spp8wN7DTCElQoY/CCjdqLj/P8gDFtBVzqpsFd6vN+rY/RbPdKVfwO1iqNhjw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 94548e928bc..e501daf407f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^4.0.0", - "@nextcloud/stylelint-config": "^2.0.1", + "@nextcloud/stylelint-config": "^2.1.1", "@testing-library/jest-dom": "^5.16.1", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", |