From 47cd5b0897380d6f5d5553cd372871b3f50abdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:19:00 +0100 Subject: [PATCH] Bump eslint-plugin-styled-components-a11y from 2.1.36 to 2.2.0 (#13935) Bumps [eslint-plugin-styled-components-a11y](https://github.com/brendanmorrell/eslint-plugin-styled-components-a11y) from 2.1.36 to 2.2.0. - [Changelog](https://github.com/brendanmorrell/eslint-plugin-styled-components-a11y/blob/master/CHANGELOG.md) - [Commits](https://github.com/brendanmorrell/eslint-plugin-styled-components-a11y/commits) --- updated-dependencies: - dependency-name: eslint-plugin-styled-components-a11y dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8b9d7b138d1..5413d0477047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-security": "^3.0.1", - "eslint-plugin-styled-components-a11y": "^2.1.36", + "eslint-plugin-styled-components-a11y": "^2.2.0", "eslint-plugin-testing-library": "^7.1.1", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7", @@ -16071,11 +16071,10 @@ } }, "node_modules/eslint-plugin-styled-components-a11y": { - "version": "2.1.36", - "resolved": "https://registry.npmjs.org/eslint-plugin-styled-components-a11y/-/eslint-plugin-styled-components-a11y-2.1.36.tgz", - "integrity": "sha512-fzVl6dilM00douhVWNo0VVV5fkhyq/YpS4qebyLrJgnOmhubN3zBFazjqCiXEawRPNitQ7JNwJhSXW+tg1YhzA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-styled-components-a11y/-/eslint-plugin-styled-components-a11y-2.2.0.tgz", + "integrity": "sha512-Du+N2HgLt2OKp65N3iWfNjfVA03bRH31kJleKGehxPe19tMuOysE3oEu7hX2praUN1IMwU0k5Xv7w3tLwgKruA==", "dev": true, - "license": "ISC", "dependencies": { "@babel/parser": "^7.8.4", "eslint-plugin-jsx-a11y": "^6.2.3" diff --git a/package.json b/package.json index 45c6d0ae4e9d..85c5e50a4362 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-security": "^3.0.1", - "eslint-plugin-styled-components-a11y": "^2.1.36", + "eslint-plugin-styled-components-a11y": "^2.2.0", "eslint-plugin-testing-library": "^7.1.1", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7",