From ea084351effefbc1166d5f9511a4bdafd02c704b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 08:44:29 +1100 Subject: [PATCH] build(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1 (#2590) --- web/package.json | 2 +- web/pnpm-lock.yaml | 57 ++++++++++++++++++++++++++-------------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/web/package.json b/web/package.json index b117f6f24..061369b26 100644 --- a/web/package.json +++ b/web/package.json @@ -136,7 +136,7 @@ "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.25.3", - "eslint-plugin-jsx-a11y": "6.4.1", + "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.27.0", "eslint-plugin-react-hooks": "4.3.0", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index b140f3557..f0a7c91f2 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -28,7 +28,7 @@ specifiers: eslint-import-resolver-typescript: 2.5.0 eslint-plugin-flowtype: 8.0.3 eslint-plugin-import: 2.25.3 - eslint-plugin-jsx-a11y: 6.4.1 + eslint-plugin-jsx-a11y: 6.5.1 eslint-plugin-prettier: 4.0.0 eslint-plugin-react: 7.27.0 eslint-plugin-react-hooks: 4.3.0 @@ -88,12 +88,12 @@ devDependencies: '@vitejs/plugin-react': 1.0.8 esbuild-jest: 0.5.0 eslint-config-prettier: 8.3.0 - eslint-config-react-app: 6.0.0_b8693edaf48136984baf5336776b870b + eslint-config-react-app: 6.0.0_cdeac0f10f5d522e707b9d75ded3e402 eslint-formatter-rdjson: 1.0.5 eslint-import-resolver-typescript: 2.5.0_eslint-plugin-import@2.25.3 eslint-plugin-flowtype: 8.0.3 eslint-plugin-import: 2.25.3 - eslint-plugin-jsx-a11y: 6.4.1 + eslint-plugin-jsx-a11y: 6.5.1 eslint-plugin-prettier: 4.0.0_17f48bd368adef070d55b664dd7cfbbe eslint-plugin-react: 7.27.0 eslint-plugin-react-hooks: 4.3.0 @@ -511,6 +511,12 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/runtime/7.16.3: + resolution: {integrity: sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + /@babel/template/7.16.0: resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==} engines: {node: '>=6.9.0'} @@ -1126,7 +1132,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 '@material-ui/utils': 4.11.2_react-dom@17.0.2+react@17.0.2 '@types/react': 17.0.34 csstype: 2.6.18 @@ -1153,7 +1159,7 @@ packages: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -1329,7 +1335,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 '@types/aria-query': 4.2.2 aria-query: 5.0.0 chalk: 4.1.2 @@ -1778,7 +1784,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 '@babel/runtime-corejs3': 7.16.0 dev: true @@ -2362,7 +2368,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 is-in-browser: 1.1.3 dev: false @@ -2553,7 +2559,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 csstype: 3.0.9 dev: false @@ -2859,7 +2865,7 @@ packages: eslint: '>=7.0.0' dev: true - /eslint-config-react-app/6.0.0_b8693edaf48136984baf5336776b870b: + /eslint-config-react-app/6.0.0_cdeac0f10f5d522e707b9d75ded3e402: resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2885,7 +2891,7 @@ packages: confusing-browser-globals: 1.0.10 eslint-plugin-flowtype: 8.0.3 eslint-plugin-import: 2.25.3 - eslint-plugin-jsx-a11y: 6.4.1 + eslint-plugin-jsx-a11y: 6.5.1 eslint-plugin-react: 7.27.0 eslint-plugin-react-hooks: 4.3.0 dev: true @@ -2960,13 +2966,13 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jsx-a11y/6.4.1: - resolution: {integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==} + /eslint-plugin-jsx-a11y/6.5.1: + resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} engines: {node: '>=4.0'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 aria-query: 4.2.2 array-includes: 3.1.4 ast-types-flow: 0.0.7 @@ -2977,6 +2983,7 @@ packages: has: 1.0.3 jsx-ast-utils: 3.2.1 language-tags: 1.0.5 + minimatch: 3.0.4 dev: true /eslint-plugin-prettier/4.0.0_17f48bd368adef070d55b664dd7cfbbe: @@ -3607,7 +3614,7 @@ packages: /history/5.1.0: resolution: {integrity: sha512-zPuQgPacm2vH2xdORvGGz1wQMuHSIB56yNAy5FnLuwOwgSYyPKptJtcMm6Ev+hRGeS+GzhbmRacHzvlESbFwDg==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 dev: false /hoist-non-react-statics/3.3.2: @@ -4706,7 +4713,7 @@ packages: /jss-plugin-camel-case/10.8.2: resolution: {integrity: sha512-2INyxR+1UdNuKf4v9It3tNfPvf7IPrtkiwzofeKuMd5D58/dxDJVUQYRVg/n460rTlHUfsEQx43hDrcxi9dSPA==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 hyphenate-style-name: 1.0.4 jss: 10.8.2 dev: false @@ -4714,21 +4721,21 @@ packages: /jss-plugin-default-unit/10.8.2: resolution: {integrity: sha512-UZ7cwT9NFYSG+SEy7noRU50s4zifulFdjkUNKE+u6mW7vFP960+RglWjTgMfh79G6OENZmaYnjHV/gcKV4nSxg==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 jss: 10.8.2 dev: false /jss-plugin-global/10.8.2: resolution: {integrity: sha512-UaYMSPsYZ7s/ECGoj4KoHC2jwQd5iQ7K+FFGnCAILdQrv7hPmvM2Ydg45ThT/sH46DqktCRV2SqjRuxeBH8nRA==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 jss: 10.8.2 dev: false /jss-plugin-nested/10.8.2: resolution: {integrity: sha512-acRvuPJOb930fuYmhkJaa994EADpt8TxI63Iyg96C8FJ9T2xRyU5T6R1IYKRwUiqZo+2Sr7fdGzRTDD4uBZaMA==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 jss: 10.8.2 tiny-warning: 1.0.3 dev: false @@ -4736,14 +4743,14 @@ packages: /jss-plugin-props-sort/10.8.2: resolution: {integrity: sha512-wqdcjayKRWBZnNpLUrXvsWqh+5J5YToAQ+8HNBNw0kZxVvCDwzhK2Nx6AKs7p+5/MbAh2PLgNW5Ym/ysbVAuqQ==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 jss: 10.8.2 dev: false /jss-plugin-rule-value-function/10.8.2: resolution: {integrity: sha512-bW0EKAs+0HXpb6BKJhrn94IDdiWb0CnSluTkh0rGEgyzY/nmD1uV/Wf6KGlesGOZ9gmJzQy+9FFdxIUID1c9Ug==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 jss: 10.8.2 tiny-warning: 1.0.3 dev: false @@ -4751,7 +4758,7 @@ packages: /jss-plugin-vendor-prefixer/10.8.2: resolution: {integrity: sha512-DeGv18QsSiYLSVIEB2+l0af6OToUe0JB+trpzUxyqD2QRC/5AzzDrCrYffO5AHZ81QbffYvSN/pkfZaTWpRXlg==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 css-vendor: 2.0.8 jss: 10.8.2 dev: false @@ -4759,7 +4766,7 @@ packages: /jss/10.8.2: resolution: {integrity: sha512-FkoUNxI329CKQ9OQC8L72MBF9KPf5q8mIupAJ5twU7G7XREW7ahb+7jFfrjZ4iy1qvhx1HwIWUIvkZBDnKkEdQ==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 csstype: 3.0.9 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -5632,7 +5639,7 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.7.2