diff --git a/.syncpackrc b/.syncpackrc index 4ec2e4ff05e..b2031900baf 100644 --- a/.syncpackrc +++ b/.syncpackrc @@ -1,6 +1,6 @@ { "dev": true, - "filter": "^(?:react|react-dom|typescript|@typescript-eslint|@types/react).*$", + "filter": "^(?:react|react-dom|eslint|typescript|@typescript-eslint|@types/react).*$", "indent": "\t", "overrides": true, "peer": true, @@ -51,6 +51,18 @@ "**" ], "pinVersion": "^4.8.3" + }, + { + "dependencies": [ + "eslint" + ], + "dependencyTypes": [ + "devDependencies" + ], + "packages": [ + "**" + ], + "pinVersion": "^8.32.0" } ] } diff --git a/packages/js/admin-e2e-tests/changelog/dev-consolidate-eslint-versions b/packages/js/admin-e2e-tests/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/admin-e2e-tests/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/admin-e2e-tests/package.json b/packages/js/admin-e2e-tests/package.json index 93926703248..df3e15d3f0d 100644 --- a/packages/js/admin-e2e-tests/package.json +++ b/packages/js/admin-e2e-tests/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/eslint-plugin": "^5.43.0", "@woocommerce/api": "^0.2.0", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "jest-mock-extended": "^1.0.18", diff --git a/packages/js/api-core-tests/package.json b/packages/js/api-core-tests/package.json index d176de4d7b6..aac5f23762e 100644 --- a/packages/js/api-core-tests/package.json +++ b/packages/js/api-core-tests/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0" + "eslint": "^8.32.0" }, "publishConfig": { "access": "public" diff --git a/packages/js/api/changelog/dev-consolidate-eslint-versions b/packages/js/api/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/api/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/api/package.json b/packages/js/api/package.json index b88f65e0018..78562c19794 100644 --- a/packages/js/api/package.json +++ b/packages/js/api/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^5.43.0", "@woocommerce/eslint-plugin": "workspace:*", "axios-mock-adapter": "^1.20.0", - "eslint": "^8.2.0", + "eslint": "^8.32.0", "jest": "^27", "ts-jest": "^27", "typescript": "^4.8.3" diff --git a/packages/js/components/changelog/dev-consolidate-eslint-versions b/packages/js/components/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/components/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/components/package.json b/packages/js/components/package.json index 652c5409229..1f810a551cd 100644 --- a/packages/js/components/package.json +++ b/packages/js/components/package.json @@ -130,7 +130,7 @@ "@wordpress/scripts": "^12.6.1", "concurrently": "^7.0.0", "css-loader": "^3.6.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss-loader": "^3.0.0", diff --git a/packages/js/csv-export/changelog/dev-consolidate-eslint-versions b/packages/js/csv-export/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/csv-export/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/csv-export/package.json b/packages/js/csv-export/package.json index 8d39249128f..fcae9f11c64 100644 --- a/packages/js/csv-export/package.json +++ b/packages/js/csv-export/package.json @@ -50,7 +50,7 @@ "@babel/core": "^7.17.5", "@types/jest": "^27.4.1", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/currency/changelog/dev-consolidate-eslint-versions b/packages/js/currency/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/currency/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/currency/package.json b/packages/js/currency/package.json index 9a6f0dea0f2..c7be92bd4d8 100644 --- a/packages/js/currency/package.json +++ b/packages/js/currency/package.json @@ -53,7 +53,7 @@ "@babel/core": "^7.17.5", "@types/jest": "^27.4.1", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/customer-effort-score/changelog/dev-consolidate-eslint-versions b/packages/js/customer-effort-score/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/customer-effort-score/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/customer-effort-score/package.json b/packages/js/customer-effort-score/package.json index 4b03da8ce39..45fbed8067d 100644 --- a/packages/js/customer-effort-score/package.json +++ b/packages/js/customer-effort-score/package.json @@ -52,7 +52,7 @@ "@wordpress/browserslist-config": "^4.1.1", "concurrently": "^7.0.0", "css-loader": "^3.6.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss-loader": "^3.0.0", diff --git a/packages/js/data/changelog/dev-consolidate-eslint-versions b/packages/js/data/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/data/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/data/package.json b/packages/js/data/package.json index cd803090447..11b66eff132 100644 --- a/packages/js/data/package.json +++ b/packages/js/data/package.json @@ -63,7 +63,7 @@ "@types/wordpress__data": "^6.0.0", "@types/wordpress__data-controls": "^2.2.0", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "redux": "^4.1.0", diff --git a/packages/js/date/changelog/dev-consolidate-eslint-versions b/packages/js/date/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/date/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/date/package.json b/packages/js/date/package.json index c1ed7a0a656..b9788612dfd 100644 --- a/packages/js/date/package.json +++ b/packages/js/date/package.json @@ -40,7 +40,7 @@ "@types/qs": "^6.9.7", "@woocommerce/eslint-plugin": "workspace:*", "d3-time-format": "^2.3.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/dependency-extraction-webpack-plugin/changelog/dev-consolidate-eslint-versions b/packages/js/dependency-extraction-webpack-plugin/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/dependency-extraction-webpack-plugin/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/dependency-extraction-webpack-plugin/package.json b/packages/js/dependency-extraction-webpack-plugin/package.json index 70884483c27..67bb2110c65 100644 --- a/packages/js/dependency-extraction-webpack-plugin/package.json +++ b/packages/js/dependency-extraction-webpack-plugin/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@babel/core": "^7.17.5", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/e2e-core-tests/package.json b/packages/js/e2e-core-tests/package.json index 45f836da3c0..70ef896ba73 100644 --- a/packages/js/e2e-core-tests/package.json +++ b/packages/js/e2e-core-tests/package.json @@ -41,7 +41,7 @@ "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-preset-default": "3.0.2", "@wordpress/browserslist-config": "^4.1.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "eslint-plugin-jest": "23.20.0" }, "peerDependencies": { diff --git a/packages/js/e2e-utils/package.json b/packages/js/e2e-utils/package.json index d643cdc4553..ebc1a883d91 100644 --- a/packages/js/e2e-utils/package.json +++ b/packages/js/e2e-utils/package.json @@ -37,7 +37,7 @@ "@wordpress/babel-plugin-import-jsx-pragma": "1.1.3", "@wordpress/babel-preset-default": "3.0.2", "@wordpress/browserslist-config": "^4.1.0", - "eslint": "^8.1.0", + "eslint": "^8.32.0", "eslint-plugin-jest": "23.20.0" }, "peerDependencies": { diff --git a/packages/js/eslint-plugin/changelog/dev-consolidate-eslint-versions b/packages/js/eslint-plugin/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/eslint-plugin/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/eslint-plugin/package.json b/packages/js/eslint-plugin/package.json index 13010b98cde..0ce2429a271 100644 --- a/packages/js/eslint-plugin/package.json +++ b/packages/js/eslint-plugin/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@babel/core": "^7.17.5", - "eslint": "^8.25.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/experimental/changelog/dev-consolidate-eslint-versions b/packages/js/experimental/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/experimental/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/experimental/package.json b/packages/js/experimental/package.json index aeb5cfbc819..4c64d5baeee 100644 --- a/packages/js/experimental/package.json +++ b/packages/js/experimental/package.json @@ -65,7 +65,7 @@ "@wordpress/browserslist-config": "^4.1.1", "concurrently": "^7.0.0", "css-loader": "^3.6.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss-loader": "^3.0.0", diff --git a/packages/js/explat/changelog/dev-consolidate-eslint-versions b/packages/js/explat/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/explat/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/explat/package.json b/packages/js/explat/package.json index 1546a3faded..507cf9d04ec 100644 --- a/packages/js/explat/package.json +++ b/packages/js/explat/package.json @@ -45,7 +45,7 @@ "@types/qs": "^6.9.7", "@types/react": "^17.0.2", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/internal-e2e-builds/package.json b/packages/js/internal-e2e-builds/package.json index 2cc3331a78b..21622e605a7 100644 --- a/packages/js/internal-e2e-builds/package.json +++ b/packages/js/internal-e2e-builds/package.json @@ -28,7 +28,7 @@ "@babel/core": "7.12.9", "@woocommerce/eslint-plugin": "workspace:*", "chalk": "^4.1.2", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "glob": "^7.2.0", "lodash": "^4.17.21", "mkdirp": "^1.0.4" diff --git a/packages/js/internal-js-tests/package.json b/packages/js/internal-js-tests/package.json index 06313153f36..3375236d97c 100644 --- a/packages/js/internal-js-tests/package.json +++ b/packages/js/internal-js-tests/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@babel/core": "^7.17.5", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/internal-style-build/package.json b/packages/js/internal-style-build/package.json index 9c4302a2bdb..0227ed82d05 100644 --- a/packages/js/internal-style-build/package.json +++ b/packages/js/internal-style-build/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@babel/core": "^7.17.5", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/navigation/changelog/dev-consolidate-eslint-versions b/packages/js/navigation/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/navigation/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/navigation/package.json b/packages/js/navigation/package.json index b1f12fc1002..d68f59ef901 100644 --- a/packages/js/navigation/package.json +++ b/packages/js/navigation/package.json @@ -63,7 +63,7 @@ "@types/jest": "^27.4.1", "@types/qs": "^6.9.7", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/notices/package.json b/packages/js/notices/package.json index 6c4252c1797..33abc61fa19 100644 --- a/packages/js/notices/package.json +++ b/packages/js/notices/package.json @@ -56,7 +56,7 @@ "@types/wordpress__data": "^6.0.0", "@types/wordpress__notices": "^3.5.0", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "redux": "^4.2.0", diff --git a/packages/js/number/changelog/dev-consolidate-eslint-versions b/packages/js/number/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/number/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/number/package.json b/packages/js/number/package.json index 0cda95388c3..08026f03902 100644 --- a/packages/js/number/package.json +++ b/packages/js/number/package.json @@ -50,7 +50,7 @@ "@types/jest": "^27.4.1", "@types/lodash": "^4.14.184", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/js/onboarding/changelog/dev-consolidate-eslint-versions b/packages/js/onboarding/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/onboarding/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/onboarding/package.json b/packages/js/onboarding/package.json index 62fdf5e3d01..96dd68e72dc 100644 --- a/packages/js/onboarding/package.json +++ b/packages/js/onboarding/package.json @@ -48,7 +48,7 @@ "@wordpress/browserslist-config": "^4.1.1", "@types/wordpress__components": "^19.10.1", "css-loader": "^3.6.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss-loader": "^3.0.0", diff --git a/packages/js/product-editor/changelog/dev-consolidate-eslint-versions b/packages/js/product-editor/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/product-editor/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/product-editor/package.json b/packages/js/product-editor/package.json index 7e22fc72096..abb3c6d7361 100644 --- a/packages/js/product-editor/package.json +++ b/packages/js/product-editor/package.json @@ -38,7 +38,7 @@ "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "^4.1.1", "css-loader": "^3.6.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss-loader": "^3.0.0", diff --git a/packages/js/tracks/changelog/dev-consolidate-eslint-versions b/packages/js/tracks/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/packages/js/tracks/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/packages/js/tracks/package.json b/packages/js/tracks/package.json index 50a20da3f11..a69bd0cb5d2 100644 --- a/packages/js/tracks/package.json +++ b/packages/js/tracks/package.json @@ -46,7 +46,7 @@ "@babel/core": "^7.17.5", "@types/debug": "^4.1.7", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "rimraf": "^3.0.2", diff --git a/plugins/woocommerce-admin/package.json b/plugins/woocommerce-admin/package.json index 49b527f4916..d04562a4d72 100644 --- a/plugins/woocommerce-admin/package.json +++ b/plugins/woocommerce-admin/package.json @@ -177,7 +177,7 @@ "copy-webpack-plugin": "^10.2.4", "cross-env": "^7.0.3", "css-loader": "^6.7.0", - "eslint": "^8.10.0", + "eslint": "^8.32.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-import": "^2.25.4", diff --git a/plugins/woocommerce-beta-tester/changelog/dev-consolidate-eslint-versions b/plugins/woocommerce-beta-tester/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/plugins/woocommerce-beta-tester/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/plugins/woocommerce-beta-tester/package.json b/plugins/woocommerce-beta-tester/package.json index 46a60c72a85..fe5cdda91c4 100644 --- a/plugins/woocommerce-beta-tester/package.json +++ b/plugins/woocommerce-beta-tester/package.json @@ -18,7 +18,7 @@ "@wordpress/env": "^4.8.0", "@wordpress/prettier-config": "^2.5.0", "@wordpress/scripts": "^19.2.4", - "eslint": "5.16.0", + "eslint": "^8.32.0", "prettier": "npm:wp-prettier@^2.6.2", "ts-loader": "^9.4.1", "typescript": "^4.8.3", diff --git a/plugins/woocommerce/changelog/dev-consolidate-eslint-versions b/plugins/woocommerce/changelog/dev-consolidate-eslint-versions new file mode 100644 index 00000000000..d3d95c39119 --- /dev/null +++ b/plugins/woocommerce/changelog/dev-consolidate-eslint-versions @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Update eslint to 8.32.0 across the monorepo. diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 15588bfbaec..83a77b28d1e 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -77,7 +77,7 @@ "cross-env": "6.0.3", "deasync": "0.1.26", "dotenv": "^10.0.0", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "eslint-config-wpcalypso": "5.0.0", "eslint-plugin-jest": "23.20.0", "istanbul": "1.0.0-alpha.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63527c397d6..329e506d368 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,7 +51,7 @@ importers: '@types/node': 14.14.33 '@woocommerce/eslint-plugin': link:packages/js/eslint-plugin '@wordpress/data': 6.15.0_react@17.0.2 - '@wordpress/eslint-plugin': 11.1.0_mcybzr52q3u5poieijntti3gbe + '@wordpress/eslint-plugin': 11.1.0_sxmqrsrdaatoogkbdrkrjpdxyi '@wordpress/prettier-config': 1.1.1 babel-loader: 8.2.3_2p3p4wasefxeg63hu27rmsqfnq chalk: 4.1.2 @@ -91,7 +91,7 @@ importers: '@woocommerce/e2e-utils': workspace:* '@woocommerce/eslint-plugin': workspace:* config: ^3.3.7 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 jest-mock-extended: ^1.0.18 @@ -111,10 +111,10 @@ importers: '@types/config': 0.0.41 '@types/expect-puppeteer': 4.4.7 '@types/puppeteer': 5.4.5 - '@typescript-eslint/eslint-plugin': 5.43.0_77yfnzmbnonej4k3inkgdy4i5u + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme '@woocommerce/api': link:../api '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 jest-mock-extended: 1.0.18_l3u6ka6x73lqye3ea4q6yelf2e @@ -133,7 +133,7 @@ importers: axios: ^0.24.0 axios-mock-adapter: ^1.20.0 create-hmac: 1.1.7 - eslint: ^8.2.0 + eslint: ^8.32.0 jest: ^27 oauth-1.0a: 2.2.6 ts-jest: ^27 @@ -146,11 +146,11 @@ importers: '@types/create-hmac': 1.1.0 '@types/jest': 27.4.1 '@types/node': 13.13.5 - '@typescript-eslint/eslint-plugin': 5.43.0_72qpevtmaezorvyo7j2xoo37sy - '@typescript-eslint/parser': 5.43.0_yd7pksmmyt33nzyuulu63alu3m + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@woocommerce/eslint-plugin': link:../eslint-plugin axios-mock-adapter: 1.20.0_axios@0.24.0 - eslint: 8.2.0 + eslint: 8.32.0 jest: 27.5.1 ts-jest: 27.1.3_wfmhell6c5i72vvtgtvpmkkb6i typescript: 4.8.4 @@ -160,7 +160,7 @@ importers: '@woocommerce/eslint-plugin': workspace:* allure-commandline: ^2.17.2 dotenv: ^10.0.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-allure: ^0.1.3 jest-runner-groups: ^2.1.0 @@ -176,7 +176,7 @@ importers: supertest: 6.2.4 devDependencies: '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 packages/js/components: specifiers: @@ -263,7 +263,7 @@ importers: dompurify: ^2.3.6 downshift: ^6.1.12 emoji-flags: ^1.3.0 - eslint: ^8.12.0 + eslint: ^8.32.0 gridicons: ^3.4.0 jest: ^27.5.1 jest-cli: ^27.5.1 @@ -347,15 +347,15 @@ importers: '@babel/runtime': 7.17.7 '@storybook/addon-actions': 6.4.19_hiunvzosbwliizyirxfy6hjyim '@storybook/addon-console': 1.2.3_kthckm6zfmobggl2ahqbjihlce - '@storybook/addon-controls': 6.4.19_3mpzmuykh5ctyyi3r2d2agoucu - '@storybook/addon-docs': 6.4.19_fzsnscfffpgd4jw4kgkdqz7wca + '@storybook/addon-controls': 6.4.19_wl7ffu5ts6ayqm24qlkw7h6j4e + '@storybook/addon-docs': 6.4.19_td5ldnqdrdzplltfsjeiin6b2q '@storybook/addon-knobs': 6.4.0_nu75ilgc3qugomjhuwv2hk42im '@storybook/addon-links': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim '@storybook/core-events': 6.4.19 - '@storybook/react': 6.4.19_oycjqkyefi4akx2twppuux3udq + '@storybook/react': 6.4.19_cqdgeqmmrux6joug3kc73q4l6m '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@testing-library/dom': 8.11.3 '@testing-library/jest-dom': 5.16.2 @@ -378,7 +378,7 @@ importers: '@wordpress/scripts': 12.6.1_h4xx42qb2l7ylq2u26dkj2fbyi concurrently: 7.0.0 css-loader: 3.6.0_webpack@5.70.0 - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 postcss-loader: 3.0.0 @@ -400,7 +400,7 @@ importers: '@types/jest': ^27.4.1 '@woocommerce/eslint-plugin': workspace:* browser-filesaver: ^1.1.1 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 moment: ^2.29.1 @@ -414,7 +414,7 @@ importers: '@babel/core': 7.17.8 '@types/jest': 27.4.1 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -431,7 +431,7 @@ importers: '@wordpress/element': ^4.1.1 '@wordpress/html-entities': ^3.3.1 '@wordpress/i18n': ^3.20.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 rimraf: ^3.0.2 @@ -447,7 +447,7 @@ importers: '@babel/core': 7.17.8 '@types/jest': 27.4.1 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -476,7 +476,7 @@ importers: classnames: ^2.3.1 concurrently: ^7.0.0 css-loader: ^3.6.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 postcss-loader: ^3.0.0 @@ -516,7 +516,7 @@ importers: '@wordpress/browserslist-config': 4.1.2 concurrently: 7.0.0 css-loader: 3.6.0_webpack@5.70.0 - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 postcss-loader: 3.0.0 @@ -558,7 +558,7 @@ importers: '@wordpress/i18n': ^4.3.1 '@wordpress/url': ^3.4.1 dompurify: ^2.3.6 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 md5: ^2.3.0 @@ -608,7 +608,7 @@ importers: '@types/wordpress__data': 6.0.0 '@types/wordpress__data-controls': 2.2.0 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 redux: 4.1.2 @@ -627,7 +627,7 @@ importers: '@wordpress/date': ^4.3.1 '@wordpress/i18n': ^4.3.1 d3-time-format: ^2.3.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 lodash: ^4.17.0 @@ -652,7 +652,7 @@ importers: '@types/qs': 6.9.7 '@woocommerce/eslint-plugin': link:../eslint-plugin d3-time-format: 2.3.0 - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -664,7 +664,7 @@ importers: '@babel/core': ^7.17.5 '@woocommerce/eslint-plugin': workspace:* '@wordpress/dependency-extraction-webpack-plugin': ^3.3.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 rimraf: ^3.0.2 @@ -677,7 +677,7 @@ importers: devDependencies: '@babel/core': 7.17.8 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -706,7 +706,7 @@ importers: '@wordpress/browserslist-config': ^4.1.0 '@wordpress/deprecated': ^3.2.3 config: 3.3.3 - eslint: ^8.12.0 + eslint: ^8.32.0 eslint-plugin-jest: 23.20.0 dependencies: '@jest/globals': 27.5.1 @@ -728,8 +728,8 @@ importers: '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9 '@wordpress/babel-preset-default': 3.0.2_@babel+core@7.12.9 '@wordpress/browserslist-config': 4.1.0 - eslint: 8.12.0 - eslint-plugin-jest: 23.20.0_iqokrdhiz7bccawj5qurem2l4e + eslint: 8.32.0 + eslint-plugin-jest: 23.20.0_yygwinqv3a2io74xmwofqb7uka packages/js/e2e-environment: specifiers: @@ -824,7 +824,7 @@ importers: '@wordpress/deprecated': ^3.2.3 '@wordpress/e2e-test-utils': wp-5.8 config: 3.3.3 - eslint: ^8.1.0 + eslint: ^8.32.0 eslint-plugin-jest: 23.20.0 fishery: ^1.2.0 dependencies: @@ -843,22 +843,22 @@ importers: '@babel/plugin-transform-runtime': 7.16.4_@babel+core@7.12.9 '@babel/polyfill': 7.12.1 '@babel/preset-env': 7.12.7_@babel+core@7.12.9 - '@typescript-eslint/eslint-plugin': 5.43.0_77yfnzmbnonej4k3inkgdy4i5u - '@typescript-eslint/parser': 5.43.0_iqokrdhiz7bccawj5qurem2l4e + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@woocommerce/eslint-plugin': link:../eslint-plugin '@woocommerce/internal-e2e-builds': link:../internal-e2e-builds '@wordpress/babel-plugin-import-jsx-pragma': 1.1.3_@babel+core@7.12.9 '@wordpress/babel-preset-default': 3.0.2_@babel+core@7.12.9 '@wordpress/browserslist-config': 4.1.0 - eslint: 8.12.0 - eslint-plugin-jest: 23.20.0_iqokrdhiz7bccawj5qurem2l4e + eslint: 8.32.0 + eslint-plugin-jest: 23.20.0_yygwinqv3a2io74xmwofqb7uka packages/js/eslint-plugin: specifiers: '@babel/core': ^7.17.5 '@typescript-eslint/parser': ^5.14.0 '@wordpress/eslint-plugin': ^13.3.0 - eslint: ^8.25.0 + eslint: ^8.32.0 eslint-plugin-react-hooks: ^4.3.0 eslint-plugin-testing-library: ^5.1.0 jest: ^27.5.1 @@ -868,14 +868,14 @@ importers: ts-jest: ^27.1.3 typescript: ^4.8.3 dependencies: - '@typescript-eslint/parser': 5.15.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@wordpress/eslint-plugin': 13.3.0_fbyahr2bitmcepmkuzm2z5k2za - eslint-plugin-react-hooks: 4.3.0_eslint@8.25.0 - eslint-plugin-testing-library: 5.1.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.15.0_yygwinqv3a2io74xmwofqb7uka + '@wordpress/eslint-plugin': 13.3.0_gfyzvuspv2bauiwltqdx5274hy + eslint-plugin-react-hooks: 4.3.0_eslint@8.32.0 + eslint-plugin-testing-library: 5.1.0_yygwinqv3a2io74xmwofqb7uka requireindex: 1.2.0 devDependencies: '@babel/core': 7.17.8 - eslint: 8.25.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -910,7 +910,7 @@ importers: concurrently: ^7.0.0 css-loader: ^3.6.0 dompurify: ^2.3.6 - eslint: ^8.12.0 + eslint: ^8.32.0 gridicons: ^3.4.0 jest: ^27.5.1 jest-cli: ^27.5.1 @@ -946,7 +946,7 @@ importers: '@babel/runtime': 7.17.7 '@storybook/addon-actions': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/addon-console': 1.2.3_kthckm6zfmobggl2ahqbjihlce - '@storybook/react': 6.4.19_glozp6fblhaty2oacwbjl7ao2i + '@storybook/react': 6.4.19_pjugpuchrb7ea5kuxwnxihy6zq '@testing-library/dom': 8.11.3 '@testing-library/react': 12.1.4_sfoxds7t5ydpegc3knd667wn6m '@testing-library/user-event': 13.5.0_gzufz4q333be4gqfrvipwvqt6a @@ -960,7 +960,7 @@ importers: '@wordpress/browserslist-config': 4.1.2 concurrently: 7.0.0 css-loader: 3.6.0_webpack@5.70.0 - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 postcss-loader: 3.0.0 @@ -985,7 +985,7 @@ importers: '@wordpress/api-fetch': ^6.0.1 '@wordpress/hooks': ^3.5.0 cookie: ^0.4.2 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 qs: ^6.10.3 @@ -1007,7 +1007,7 @@ importers: '@types/qs': 6.9.7 '@types/react': 17.0.50 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1022,7 +1022,7 @@ importers: '@babel/core': 7.12.9 '@woocommerce/eslint-plugin': workspace:* chalk: ^4.1.2 - eslint: ^8.12.0 + eslint: ^8.32.0 glob: ^7.2.0 lodash: ^4.17.21 mkdirp: ^1.0.4 @@ -1030,7 +1030,7 @@ importers: '@babel/core': 7.12.9 '@woocommerce/eslint-plugin': link:../eslint-plugin chalk: 4.1.2 - eslint: 8.12.0 + eslint: 8.32.0 glob: 7.2.0 lodash: 4.17.21 mkdirp: 1.0.4 @@ -1044,7 +1044,7 @@ importers: '@wordpress/data': ^6.15.0 '@wordpress/i18n': ^4.3.1 '@wordpress/jest-console': ^5.0.1 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 regenerator-runtime: ^0.13.9 @@ -1061,7 +1061,7 @@ importers: devDependencies: '@babel/core': 7.17.8 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1076,7 +1076,7 @@ importers: '@wordpress/base-styles': ^4.3.0 '@wordpress/postcss-plugins-preset': ^1.6.0 css-loader: ^3.6.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 mini-css-extract-plugin: ^2.6.0 @@ -1101,7 +1101,7 @@ importers: devDependencies: '@babel/core': 7.17.8 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1123,7 +1123,7 @@ importers: '@wordpress/hooks': ^3.5.0 '@wordpress/notices': ^3.3.2 '@wordpress/url': ^3.4.1 - eslint: ^8.12.0 + eslint: ^8.32.0 history: ^5.3.0 jest: ^27.5.1 jest-cli: ^27.5.1 @@ -1151,7 +1151,7 @@ importers: '@types/jest': 27.4.1 '@types/qs': 6.9.7 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1169,7 +1169,7 @@ importers: '@wordpress/a11y': ^3.5.0 '@wordpress/data': ^6.15.0 '@wordpress/notices': ^3.3.2 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 lodash: ^4.17.0 @@ -1193,7 +1193,7 @@ importers: '@types/wordpress__data': 6.0.0 '@types/wordpress__notices': 3.5.0 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 redux: 4.2.0 @@ -1208,7 +1208,7 @@ importers: '@types/jest': ^27.4.1 '@types/lodash': ^4.14.184 '@woocommerce/eslint-plugin': workspace:* - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 locutus: ^2.0.16 @@ -1223,7 +1223,7 @@ importers: '@types/jest': 27.4.1 '@types/lodash': 4.14.184 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1248,7 +1248,7 @@ importers: '@wordpress/i18n': ^4.3.1 concurrently: ^7.0.0 css-loader: ^3.6.0 - eslint: ^8.12.0 + eslint: ^8.32.0 gridicons: ^3.4.0 jest: ^27.5.1 jest-cli: ^27.5.1 @@ -1278,7 +1278,7 @@ importers: '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.2 css-loader: 3.6.0_webpack@5.70.0 - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 postcss-loader: 3.0.0 @@ -1299,7 +1299,7 @@ importers: '@wordpress/components': ^19.5.0 '@wordpress/element': ^4.1.1 css-loader: ^3.6.0 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 postcss-loader: ^3.0.0 @@ -1318,7 +1318,7 @@ importers: '@woocommerce/internal-style-build': link:../internal-style-build '@wordpress/browserslist-config': 4.1.3 css-loader: 3.6.0_webpack@5.70.0 - eslint: 8.28.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 postcss-loader: 3.0.0 @@ -1334,7 +1334,7 @@ importers: '@types/debug': ^4.1.7 '@woocommerce/eslint-plugin': workspace:* debug: ^4.3.3 - eslint: ^8.12.0 + eslint: ^8.32.0 jest: ^27.5.1 jest-cli: ^27.5.1 rimraf: ^3.0.2 @@ -1346,7 +1346,7 @@ importers: '@babel/core': 7.17.8 '@types/debug': 4.1.7 '@woocommerce/eslint-plugin': link:../eslint-plugin - eslint: 8.12.0 + eslint: 8.32.0 jest: 27.5.1 jest-cli: 27.5.1 rimraf: 3.0.2 @@ -1387,7 +1387,7 @@ importers: cross-env: 6.0.3 deasync: 0.1.26 dotenv: ^10.0.0 - eslint: ^8.12.0 + eslint: ^8.32.0 eslint-config-wpcalypso: 5.0.0 eslint-plugin-jest: 23.20.0 istanbul: 1.0.0-alpha.2 @@ -1408,9 +1408,9 @@ importers: '@babel/preset-env': 7.12.7_@babel+core@7.12.9 '@babel/register': 7.12.1_@babel+core@7.12.9 '@playwright/test': 1.28.0 - '@typescript-eslint/eslint-plugin': 5.43.0_hhpcbb6wqnhvo6wpcctutdxelq - '@typescript-eslint/experimental-utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/parser': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/experimental-utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@woocommerce/admin-e2e-tests': link:../../packages/js/admin-e2e-tests '@woocommerce/api': link:../../packages/js/api '@woocommerce/api-core-tests': link:../../packages/js/api-core-tests @@ -1427,16 +1427,16 @@ importers: allure-playwright: 2.0.0-beta.19 autoprefixer: 9.8.6 axios: 0.24.0 - babel-eslint: 10.1.0_eslint@8.25.0 + babel-eslint: 10.1.0_eslint@8.32.0 chai: 4.2.0 chai-as-promised: 7.1.1_chai@4.2.0 config: 3.3.3 cross-env: 6.0.3 deasync: 0.1.26 dotenv: 10.0.0 - eslint: 8.25.0 - eslint-config-wpcalypso: 5.0.0_44ie4thsizlsiqkjwba6wctao4 - eslint-plugin-jest: 23.20.0_z4bbprzjrhnsfa24uvmcbu7f5q + eslint: 8.32.0 + eslint-config-wpcalypso: 5.0.0_3reg6c535tepz5eatsxybh5pja + eslint-plugin-jest: 23.20.0_yygwinqv3a2io74xmwofqb7uka istanbul: 1.0.0-alpha.2 jest: 27.5.1 mocha: 7.2.0 @@ -1567,7 +1567,7 @@ importers: css-loader: ^6.7.0 debug: ^4.3.3 dompurify: ^2.3.6 - eslint: ^8.10.0 + eslint: ^8.32.0 eslint-import-resolver-typescript: ^2.5.0 eslint-import-resolver-webpack: ^0.13.2 eslint-plugin-import: ^2.25.4 @@ -1710,8 +1710,8 @@ importers: '@types/wordpress__media-utils': 3.0.0_sfoxds7t5ydpegc3knd667wn6m '@types/wordpress__notices': 3.3.0 '@types/wordpress__plugins': 3.0.0_sfoxds7t5ydpegc3knd667wn6m - '@typescript-eslint/eslint-plugin': 5.43.0_xi2bidqtjw6phi5qq54cbyxqtu - '@typescript-eslint/parser': 5.43.0_himlt4eddny2rsb5zkuydvuf7u + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@woocommerce/admin-e2e-tests': link:../../packages/js/admin-e2e-tests '@woocommerce/components': link:../../packages/js/components '@woocommerce/csv-export': link:../../packages/js/csv-export @@ -1754,13 +1754,13 @@ importers: copy-webpack-plugin: 10.2.4_webpack@5.70.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.70.0 - eslint: 8.11.0 - eslint-import-resolver-typescript: 2.5.0_7yrnqyx753fo5bwjhiag2wpedy + eslint: 8.32.0 + eslint-import-resolver-typescript: 2.5.0_xygrkdz7akfjaillbmnvbogh5e eslint-import-resolver-webpack: 0.13.2_xlbwhpbmf5dkmuyaaidudnwply - eslint-plugin-import: 2.25.4_mwel7v7qi7wwnb6yoytqwvyg4e - eslint-plugin-react: 7.29.4_eslint@8.11.0 + eslint-plugin-import: 2.25.4_wodm5nq5wrndbbcvxidaevzgna + eslint-plugin-react: 7.29.4_eslint@8.32.0 expose-loader: 3.1.0_webpack@5.70.0 - fork-ts-checker-webpack-plugin: 6.5.0_k7hdfuiil3x6lfvxi3pndxxjmi + fork-ts-checker-webpack-plugin: 6.5.0_5spy6wmzwqixc3k64gvf5wblh4 jest: 27.5.1 jest-environment-jsdom: 27.5.1 jest-environment-node: 27.5.1 @@ -1818,7 +1818,7 @@ importers: '@wordpress/hooks': ^2.11.1 '@wordpress/prettier-config': ^2.5.0 '@wordpress/scripts': ^19.2.4 - eslint: 5.16.0 + eslint: ^8.32.0 prettier: npm:wp-prettier@^2.6.2 prop-types: ^15.8.1 react: ^17.0.2 @@ -1849,8 +1849,8 @@ importers: '@woocommerce/eslint-plugin': link:../../packages/js/eslint-plugin '@wordpress/env': 4.9.0 '@wordpress/prettier-config': 2.5.0_wp-prettier@2.6.2 - '@wordpress/scripts': 19.2.4_acp5qrdj4cc6vmqqhp4stdanfe - eslint: 5.16.0 + '@wordpress/scripts': 19.2.4_f7x7zdz3ccrnqxb4utvdtwqz4e + eslint: 8.32.0 prettier: /wp-prettier/2.6.2 ts-loader: 9.4.1_27qmdvvfdw5s3nqwnln6yerdsa typescript: 4.8.4 @@ -1936,7 +1936,7 @@ importers: cli-core: workspace:* commander: ^9.4.0 dotenv: ^10.0.0 - eslint: ^8.12.0 + eslint: ^8.32.0 simple-git: ^3.10.0 ts-node: ^10.2.1 tslib: ^2.3.1 @@ -1955,7 +1955,7 @@ importers: devDependencies: '@types/node': 16.10.3 '@woocommerce/eslint-plugin': link:../../packages/js/eslint-plugin - eslint: 8.25.0 + eslint: 8.32.0 ts-node: 10.9.1_66qcjwcvmucahiv4aiph345ggy tslib: 2.3.1 typescript: 4.8.4 @@ -1979,7 +1979,7 @@ importers: '@octokit/request-error': ^3.0.1 '@types/node': ^16.9.4 '@woocommerce/eslint-plugin': workspace:* - eslint: ^8.12.0 + eslint: ^8.32.0 globby: ^11 jscodeshift: ^0.13.1 oclif: ^2 @@ -1996,7 +1996,7 @@ importers: '@octokit/request-error': 3.0.1 '@types/node': 16.10.3 '@woocommerce/eslint-plugin': link:../../packages/js/eslint-plugin - eslint: 8.25.0 + eslint: 8.32.0 globby: 11.0.4 jscodeshift: 0.13.1_@babel+preset-env@7.19.3 oclif: 2.7.0_7yoz4vugw4qcykie6sit5r22dm @@ -2591,7 +2591,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.17.0_2sahtlaqcjxbvw6x6d2jsqyrai: + /@babel/eslint-parser/7.17.0_45t77ya3ofqya5ogk4q6xdzcpq: resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2599,13 +2599,13 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.17.8 - eslint: 8.25.0 + eslint: 8.32.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: false - /@babel/eslint-parser/7.17.0_egbv6vphnwurm3ap2o4feqemum: + /@babel/eslint-parser/7.17.0_ghetaprrho5qxr5lt7srlprvom: resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2613,7 +2613,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.12.9 - eslint: 8.28.0 + eslint: 8.32.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -2687,32 +2687,6 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.17.7_@babel+core@7.12.9: - resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.19.3 - '@babel/core': 7.12.9 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets/7.17.7_@babel+core@7.16.12: - resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.19.3 - '@babel/core': 7.16.12 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 - semver: 6.3.0 - dev: false - /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.8: resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} engines: {node: '>=6.9.0'} @@ -4165,7 +4139,7 @@ packages: '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.17.8 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.8 transitivePeerDependencies: - supports-color @@ -6375,9 +6349,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-module-imports': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.12 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.19.0 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.16.12 babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.12 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.12 semver: 6.3.0 @@ -6392,9 +6366,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-module-imports': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.17.8 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.19.0 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.17.8 babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.17.8 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.17.8 semver: 6.3.0 @@ -6903,7 +6877,7 @@ packages: dependencies: '@babel/compat-data': 7.17.7 '@babel/core': 7.12.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.12.9 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.12.9 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.16.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.12.9 @@ -6970,7 +6944,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.12.9 '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.12.9 '@babel/preset-modules': 0.1.5_@babel+core@7.12.9 - '@babel/types': 7.17.0 + '@babel/types': 7.19.3 babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.12.9 babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.12.9 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.12.9 @@ -6988,7 +6962,7 @@ packages: dependencies: '@babel/compat-data': 7.17.7 '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.16.12 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.16.12 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.16.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.12 @@ -7055,7 +7029,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.12 '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.12 '@babel/preset-modules': 0.1.5_@babel+core@7.16.12 - '@babel/types': 7.17.0 + '@babel/types': 7.19.3 babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.12 babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.16.12 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.12 @@ -7306,8 +7280,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.12 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.16.7 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.12 transitivePeerDependencies: - supports-color @@ -7834,7 +7808,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 7.3.1 - globals: 13.18.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -7844,48 +7818,14 @@ packages: - supports-color dev: true - /@eslint/eslintrc/1.0.4: - resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} + /@eslint/eslintrc/1.4.1: + resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.18.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@eslint/eslintrc/1.2.1: - resolution: {integrity: sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.4.1 - globals: 13.18.0 - ignore: 5.2.0 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@eslint/eslintrc/1.3.3: - resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.4.1 - globals: 13.18.0 + globals: 13.19.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -8002,18 +7942,8 @@ packages: dependencies: '@hapi/hoek': 9.3.0 - /@humanwhocodes/config-array/0.10.7: - resolution: {integrity: sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - - /@humanwhocodes/config-array/0.11.7: - resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} + /@humanwhocodes/config-array/0.11.8: + resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -8033,28 +7963,6 @@ packages: - supports-color dev: true - /@humanwhocodes/config-array/0.6.0: - resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@humanwhocodes/config-array/0.9.5: - resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - dev: true - /@humanwhocodes/module-importer/1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} @@ -10024,7 +9932,7 @@ packages: global: 4.4.0 dev: true - /@storybook/addon-controls/6.4.19_3mpzmuykh5ctyyi3r2d2agoucu: + /@storybook/addon-controls/6.4.19_56jbash75ng5psbctf36wqywr4: resolution: {integrity: sha512-JHi5z9i6NsgQLfG5WOeQE1AyOrM+QJLrjT+uOYx40bq+OC1yWHH7qHiphPP8kjJJhCZlaQk1qqXYkkQXgaeHSw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -10038,8 +9946,8 @@ packages: '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.19 - '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/components': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-common': 6.4.19_56jbash75ng5psbctf36wqywr4 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -10059,7 +9967,7 @@ packages: - webpack-command dev: true - /@storybook/addon-controls/6.4.19_56jbash75ng5psbctf36wqywr4: + /@storybook/addon-controls/6.4.19_wl7ffu5ts6ayqm24qlkw7h6j4e: resolution: {integrity: sha512-JHi5z9i6NsgQLfG5WOeQE1AyOrM+QJLrjT+uOYx40bq+OC1yWHH7qHiphPP8kjJJhCZlaQk1qqXYkkQXgaeHSw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -10073,8 +9981,8 @@ packages: '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.19 - '@storybook/components': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-common': 6.4.19_56jbash75ng5psbctf36wqywr4 + '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -10207,7 +10115,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.4.19_fzsnscfffpgd4jw4kgkdqz7wca: + /@storybook/addon-docs/6.4.19_td5ldnqdrdzplltfsjeiin6b2q: resolution: {integrity: sha512-OEPyx/5ZXmZOPqIAWoPjlIP8Q/YfNjAmBosA8tmA8t5KCSiq/vpLcAvQhxqK6n0wk/B8Xp67Z8RpLfXjU8R3tw==} peerDependencies: '@storybook/angular': 6.4.19 @@ -10265,17 +10173,17 @@ packages: '@mdx-js/react': 1.6.22_react@17.0.2 '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/builder-webpack4': 6.4.19_vrzxlgakqf7u5t766r72d2xf3u + '@storybook/builder-webpack4': 6.4.19_yuv5drn7ijijfjkwa6mxoauvrq '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@storybook/core': 6.4.19_uog2ckjumoqoyqssiweskrah3a + '@storybook/core': 6.4.19_6cqelbxt6lx74wa4u7ecuuny7i '@storybook/core-events': 6.4.19 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/postinstall': 6.4.19 '@storybook/preview-web': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/react': 6.4.19_oycjqkyefi4akx2twppuux3udq + '@storybook/react': 6.4.19_cqdgeqmmrux6joug3kc73q4l6m '@storybook/source-loader': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -10491,6 +10399,99 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/builder-webpack4/6.4.19_25m6hjymtvcmw3ioyxirlpsioi: + resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/core': 7.17.8 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.17.8 + '@babel/plugin-proposal-decorators': 7.16.4_@babel+core@7.17.8 + '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.17.8 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.17.8 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.17.8 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.17.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.17.8 + '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.17.8 + '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.17.8 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.17.8 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.17.8 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.17.8 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.17.8 + '@babel/preset-env': 7.19.3_@babel+core@7.17.8 + '@babel/preset-react': 7.16.7_@babel+core@7.17.8 + '@babel/preset-typescript': 7.18.6_@babel+core@7.17.8 + '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.4.19 + '@storybook/channels': 6.4.19 + '@storybook/client-api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.4.19 + '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa + '@storybook/core-events': 6.4.19 + '@storybook/node-logger': 6.4.19 + '@storybook/preview-web': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/semver': 7.3.2 + '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.4.19_hiunvzosbwliizyirxfy6hjyim + '@types/node': 14.14.33 + '@types/webpack': 4.41.32 + autoprefixer: 9.8.6 + babel-loader: 8.2.3_w4x3pzrj2omidyjy5w3nzug7xy + babel-plugin-macros: 2.8.0 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.8 + case-sensitive-paths-webpack-plugin: 2.4.0 + core-js: 3.25.5 + css-loader: 3.6.0_webpack@4.46.0 + file-loader: 6.2.0_webpack@4.46.0 + find-up: 5.0.0 + fork-ts-checker-webpack-plugin: 4.1.6_62fz4gragfs3w5a4iegi53ru5i + glob: 7.2.0 + glob-promise: 3.4.0_glob@7.2.0 + global: 4.4.0 + html-webpack-plugin: 4.5.2_webpack@4.46.0 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 + postcss: 7.0.39 + postcss-flexbugs-fixes: 4.2.1 + postcss-loader: 4.2.0_gzaxsinx64nntyd3vmdqwl7coe + raw-loader: 4.0.2_webpack@4.46.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + stable: 0.1.8 + style-loader: 1.3.0_webpack@4.46.0 + terser-webpack-plugin: 4.2.3_acorn@8.8.1+webpack@4.46.0 + ts-dedent: 2.2.0 + typescript: 4.8.4 + url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy + util-deprecate: 1.0.2 + webpack: 4.46.0_webpack-cli@3.3.12 + webpack-dev-middleware: 3.7.3_webpack@4.46.0 + webpack-filter-warnings-plugin: 1.2.1_webpack@4.46.0 + webpack-hot-middleware: 2.25.1 + webpack-virtual-modules: 0.2.2 + transitivePeerDependencies: + - '@types/react' + - acorn + - bluebird + - eslint + - supports-color + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/builder-webpack4/6.4.19_3n4gsnmxucj3bywv6syggoiztm: resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} peerDependencies: @@ -10677,7 +10678,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack4/6.4.19_fukhgakaronpnxxxb7r2advxsa: + /@storybook/builder-webpack4/6.4.19_o7sd63cu7bkdykipq4mkrzuw2i: resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -10715,7 +10716,7 @@ packages: '@storybook/client-api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/core-events': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/preview-web': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -10735,7 +10736,7 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_hsuy55rzeh5wgjgxknlp6ffswa + fork-ts-checker-webpack-plugin: 4.1.6_62fz4gragfs3w5a4iegi53ru5i glob: 7.2.0 glob-promise: 3.4.0_glob@7.2.0 global: 4.4.0 @@ -10770,7 +10771,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack4/6.4.19_kdglyhz445ek5yhe73f5yegd3m: + /@storybook/builder-webpack4/6.4.19_yuv5drn7ijijfjkwa6mxoauvrq: resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -10808,7 +10809,7 @@ packages: '@storybook/client-api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/core-events': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/preview-web': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -10828,100 +10829,7 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_hsuy55rzeh5wgjgxknlp6ffswa - glob: 7.2.0 - glob-promise: 3.4.0_glob@7.2.0 - global: 4.4.0 - html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.8.4 - postcss: 7.0.39 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 4.2.0_gzaxsinx64nntyd3vmdqwl7coe - raw-loader: 4.0.2_webpack@4.46.0 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - stable: 0.1.8 - style-loader: 1.3.0_webpack@4.46.0 - terser-webpack-plugin: 4.2.3_acorn@8.8.1+webpack@4.46.0 - ts-dedent: 2.2.0 - typescript: 4.8.4 - url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy - util-deprecate: 1.0.2 - webpack: 4.46.0_webpack-cli@3.3.12 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 - webpack-filter-warnings-plugin: 1.2.1_webpack@4.46.0 - webpack-hot-middleware: 2.25.1 - webpack-virtual-modules: 0.2.2 - transitivePeerDependencies: - - '@types/react' - - acorn - - bluebird - - eslint - - supports-color - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/builder-webpack4/6.4.19_vrzxlgakqf7u5t766r72d2xf3u: - resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/core': 7.17.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.17.8 - '@babel/plugin-proposal-decorators': 7.16.4_@babel+core@7.17.8 - '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.17.8 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.17.8 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.17.8 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.17.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.17.8 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.17.8 - '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.17.8 - '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.17.8 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.17.8 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.17.8 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.17.8 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.17.8 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.17.8 - '@babel/preset-env': 7.19.3_@babel+core@7.17.8 - '@babel/preset-react': 7.16.7_@babel+core@7.17.8 - '@babel/preset-typescript': 7.18.6_@babel+core@7.17.8 - '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.19 - '@storybook/channels': 6.4.19 - '@storybook/client-api': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.19 - '@storybook/components': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by - '@storybook/core-events': 6.4.19 - '@storybook/node-logger': 6.4.19 - '@storybook/preview-web': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/router': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@types/node': 14.14.33 - '@types/webpack': 4.41.32 - autoprefixer: 9.8.6 - babel-loader: 8.2.3_w4x3pzrj2omidyjy5w3nzug7xy - babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.8 - case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.25.5 - css-loader: 3.6.0_webpack@4.46.0 - file-loader: 6.2.0_webpack@4.46.0 - find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_hsuy55rzeh5wgjgxknlp6ffswa + fork-ts-checker-webpack-plugin: 4.1.6_62fz4gragfs3w5a4iegi53ru5i glob: 7.2.0 glob-promise: 3.4.0_glob@7.2.0 global: 4.4.0 @@ -11404,7 +11312,7 @@ packages: - webpack-command dev: true - /@storybook/core-common/6.4.19_bhvadzvbuq4c4gucumdoppg3by: + /@storybook/core-common/6.4.19_mqzgkamhc7bbbitv65cxtf4gfa: resolution: {integrity: sha512-X1pJJkO48DFxl6iyEemIKqRkJ7j9/cBh3BRBUr+xZHXBvnD0GKDXIocwh0PjSxSC6XSu3UCQnqtKi3PbjRl8Dg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -11447,7 +11355,7 @@ packages: express: 4.18.1 file-system-cache: 1.0.5 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.0_hsuy55rzeh5wgjgxknlp6ffswa + fork-ts-checker-webpack-plugin: 6.5.0_62fz4gragfs3w5a4iegi53ru5i fs-extra: 9.1.0 glob: 7.2.0 handlebars: 4.7.7 @@ -11480,6 +11388,81 @@ packages: core-js: 3.21.1 dev: true + /@storybook/core-server/6.4.19_25m6hjymtvcmw3ioyxirlpsioi: + resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} + peerDependencies: + '@storybook/builder-webpack5': 6.4.19 + '@storybook/manager-webpack5': 6.4.19 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' + peerDependenciesMeta: + '@storybook/builder-webpack5': + optional: true + '@storybook/manager-webpack5': + optional: true + typescript: + optional: true + dependencies: + '@discoveryjs/json-ext': 0.5.7 + '@storybook/builder-webpack4': 6.4.19_25m6hjymtvcmw3ioyxirlpsioi + '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa + '@storybook/core-events': 6.4.19 + '@storybook/csf': 0.0.2--canary.87bc651.0 + '@storybook/csf-tools': 6.4.19 + '@storybook/manager-webpack4': 6.4.19_25m6hjymtvcmw3ioyxirlpsioi + '@storybook/node-logger': 6.4.19 + '@storybook/semver': 7.3.2 + '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@types/node': 14.14.33 + '@types/node-fetch': 2.6.1 + '@types/pretty-hrtime': 1.0.1 + '@types/webpack': 4.41.32 + better-opn: 2.1.1 + boxen: 5.1.2 + chalk: 4.1.2 + cli-table3: 0.6.1 + commander: 6.2.1 + compression: 1.7.4 + core-js: 3.25.5 + cpy: 8.1.2 + detect-port: 1.3.0 + express: 4.18.1 + file-system-cache: 1.0.5 + fs-extra: 9.1.0 + globby: 11.1.0 + ip: 1.1.5 + lodash: 4.17.21 + node-fetch: 2.6.7 + pretty-hrtime: 1.0.3 + prompts: 2.4.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + serve-favicon: 2.5.0 + slash: 3.0.0 + telejson: 5.3.3 + ts-dedent: 2.2.0 + typescript: 4.8.4 + util-deprecate: 1.0.2 + watchpack: 2.3.1 + webpack: 4.46.0_webpack-cli@3.3.12 + ws: 8.5.0 + transitivePeerDependencies: + - '@types/react' + - acorn + - bluebird + - bufferutil + - encoding + - eslint + - supports-color + - utf-8-validate + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/core-server/6.4.19_2x3ckvxqfngstqwiutxqcrgnby: resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} peerDependencies: @@ -11557,7 +11540,7 @@ packages: - webpack-command dev: true - /@storybook/core-server/6.4.19_fukhgakaronpnxxxb7r2advxsa: + /@storybook/core-server/6.4.19_o7sd63cu7bkdykipq4mkrzuw2i: resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} peerDependencies: '@storybook/builder-webpack5': 6.4.19 @@ -11574,13 +11557,13 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.19_fukhgakaronpnxxxb7r2advxsa + '@storybook/builder-webpack4': 6.4.19_o7sd63cu7bkdykipq4mkrzuw2i '@storybook/core-client': 6.4.19_lb6j7tllhltqtas2n635xqdotu - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/core-events': 6.4.19 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.19 - '@storybook/manager-webpack4': 6.4.19_fukhgakaronpnxxxb7r2advxsa + '@storybook/manager-webpack4': 6.4.19_o7sd63cu7bkdykipq4mkrzuw2i '@storybook/node-logger': 6.4.19 '@storybook/semver': 7.3.2 '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -11632,7 +11615,7 @@ packages: - webpack-command dev: true - /@storybook/core-server/6.4.19_kdglyhz445ek5yhe73f5yegd3m: + /@storybook/core-server/6.4.19_yuv5drn7ijijfjkwa6mxoauvrq: resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} peerDependencies: '@storybook/builder-webpack5': 6.4.19 @@ -11649,88 +11632,13 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.19_kdglyhz445ek5yhe73f5yegd3m + '@storybook/builder-webpack4': 6.4.19_yuv5drn7ijijfjkwa6mxoauvrq '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/core-events': 6.4.19 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.19 - '@storybook/manager-webpack4': 6.4.19_kdglyhz445ek5yhe73f5yegd3m - '@storybook/node-logger': 6.4.19 - '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@types/node': 14.14.33 - '@types/node-fetch': 2.6.1 - '@types/pretty-hrtime': 1.0.1 - '@types/webpack': 4.41.32 - better-opn: 2.1.1 - boxen: 5.1.2 - chalk: 4.1.2 - cli-table3: 0.6.1 - commander: 6.2.1 - compression: 1.7.4 - core-js: 3.25.5 - cpy: 8.1.2 - detect-port: 1.3.0 - express: 4.18.1 - file-system-cache: 1.0.5 - fs-extra: 9.1.0 - globby: 11.1.0 - ip: 1.1.5 - lodash: 4.17.21 - node-fetch: 2.6.7 - pretty-hrtime: 1.0.3 - prompts: 2.4.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - regenerator-runtime: 0.13.9 - serve-favicon: 2.5.0 - slash: 3.0.0 - telejson: 5.3.3 - ts-dedent: 2.2.0 - typescript: 4.8.4 - util-deprecate: 1.0.2 - watchpack: 2.3.1 - webpack: 4.46.0_webpack-cli@3.3.12 - ws: 8.5.0 - transitivePeerDependencies: - - '@types/react' - - acorn - - bluebird - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/core-server/6.4.19_vrzxlgakqf7u5t766r72d2xf3u: - resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} - peerDependencies: - '@storybook/builder-webpack5': 6.4.19 - '@storybook/manager-webpack5': 6.4.19 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - peerDependenciesMeta: - '@storybook/builder-webpack5': - optional: true - '@storybook/manager-webpack5': - optional: true - typescript: - optional: true - dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.19_vrzxlgakqf7u5t766r72d2xf3u - '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by - '@storybook/core-events': 6.4.19 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/csf-tools': 6.4.19 - '@storybook/manager-webpack4': 6.4.19_vrzxlgakqf7u5t766r72d2xf3u + '@storybook/manager-webpack4': 6.4.19_yuv5drn7ijijfjkwa6mxoauvrq '@storybook/node-logger': 6.4.19 '@storybook/semver': 7.3.2 '@storybook/store': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -11895,77 +11803,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.19_hxw5eumcvhbkoh74pcqihkovhi: - resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} - peerDependencies: - '@storybook/builder-webpack5': 6.4.19 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - '@storybook/builder-webpack5': - optional: true - typescript: - optional: true - dependencies: - '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 - '@storybook/core-server': 6.4.19_kdglyhz445ek5yhe73f5yegd3m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - typescript: 4.8.4 - webpack: 4.46.0_webpack-cli@3.3.12 - transitivePeerDependencies: - - '@storybook/manager-webpack5' - - '@types/react' - - acorn - - bluebird - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/core/6.4.19_p3r3fihtzjpxjnglz4l5qyfmaa: - resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} - peerDependencies: - '@storybook/builder-webpack5': 6.4.19 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - '@storybook/builder-webpack5': - optional: true - typescript: - optional: true - dependencies: - '@storybook/core-client': 6.4.19_lb6j7tllhltqtas2n635xqdotu - '@storybook/core-server': 6.4.19_fukhgakaronpnxxxb7r2advxsa - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - typescript: 4.8.4 - webpack: 4.46.0_webpack-cli@3.3.12 - transitivePeerDependencies: - - '@storybook/manager-webpack5' - - '@types/react' - - acorn - - bluebird - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/core/6.4.19_uog2ckjumoqoyqssiweskrah3a: + /@storybook/core/6.4.19_6cqelbxt6lx74wa4u7ecuuny7i: resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} peerDependencies: '@storybook/builder-webpack5': 6.4.19 @@ -11980,7 +11818,7 @@ packages: optional: true dependencies: '@storybook/core-client': 6.4.19_nj5p77xh6arla3uyzyeb3fmasm - '@storybook/core-server': 6.4.19_vrzxlgakqf7u5t766r72d2xf3u + '@storybook/core-server': 6.4.19_yuv5drn7ijijfjkwa6mxoauvrq react: 17.0.2 react-dom: 17.0.2_react@17.0.2 typescript: 4.8.4 @@ -12000,6 +11838,76 @@ packages: - webpack-command dev: true + /@storybook/core/6.4.19_jqd6s4xt6kov4uvvwofgl2yngm: + resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} + peerDependencies: + '@storybook/builder-webpack5': 6.4.19 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + '@storybook/builder-webpack5': + optional: true + typescript: + optional: true + dependencies: + '@storybook/core-client': 6.4.19_lb6j7tllhltqtas2n635xqdotu + '@storybook/core-server': 6.4.19_o7sd63cu7bkdykipq4mkrzuw2i + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + typescript: 4.8.4 + webpack: 4.46.0_webpack-cli@3.3.12 + transitivePeerDependencies: + - '@storybook/manager-webpack5' + - '@types/react' + - acorn + - bluebird + - bufferutil + - encoding + - eslint + - supports-color + - utf-8-validate + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + + /@storybook/core/6.4.19_lyggee6zfyjj6ezzf7jaxeljxi: + resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} + peerDependencies: + '@storybook/builder-webpack5': 6.4.19 + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + '@storybook/builder-webpack5': + optional: true + typescript: + optional: true + dependencies: + '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 + '@storybook/core-server': 6.4.19_25m6hjymtvcmw3ioyxirlpsioi + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + typescript: 4.8.4 + webpack: 4.46.0_webpack-cli@3.3.12 + transitivePeerDependencies: + - '@storybook/manager-webpack5' + - '@types/react' + - acorn + - bluebird + - bufferutil + - encoding + - eslint + - supports-color + - utf-8-validate + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/core/6.4.19_ybd46eyevy5nesjyz6rrqmwwmu: resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} peerDependencies: @@ -12066,6 +11974,67 @@ packages: lodash: 4.17.21 dev: true + /@storybook/manager-webpack4/6.4.19_25m6hjymtvcmw3ioyxirlpsioi: + resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dom: ^16.8.0 || ^17.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/core': 7.17.8 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.17.8 + '@babel/preset-react': 7.16.7_@babel+core@7.17.8 + '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa + '@storybook/node-logger': 6.4.19 + '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.4.19_hiunvzosbwliizyirxfy6hjyim + '@types/node': 14.14.33 + '@types/webpack': 4.41.32 + babel-loader: 8.2.3_w4x3pzrj2omidyjy5w3nzug7xy + case-sensitive-paths-webpack-plugin: 2.4.0 + chalk: 4.1.2 + core-js: 3.25.5 + css-loader: 3.6.0_webpack@4.46.0 + express: 4.18.1 + file-loader: 6.2.0_webpack@4.46.0 + file-system-cache: 1.0.5 + find-up: 5.0.0 + fs-extra: 9.1.0 + html-webpack-plugin: 4.5.2_webpack@4.46.0 + node-fetch: 2.6.7 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + read-pkg-up: 7.0.1 + regenerator-runtime: 0.13.9 + resolve-from: 5.0.0 + style-loader: 1.3.0_webpack@4.46.0 + telejson: 5.3.3 + terser-webpack-plugin: 4.2.3_acorn@8.8.1+webpack@4.46.0 + ts-dedent: 2.2.0 + typescript: 4.8.4 + url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy + util-deprecate: 1.0.2 + webpack: 4.46.0_webpack-cli@3.3.12 + webpack-dev-middleware: 3.7.3_webpack@4.46.0 + webpack-virtual-modules: 0.2.2 + transitivePeerDependencies: + - '@types/react' + - acorn + - bluebird + - encoding + - eslint + - supports-color + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/manager-webpack4/6.4.19_3n4gsnmxucj3bywv6syggoiztm: resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} peerDependencies: @@ -12188,7 +12157,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack4/6.4.19_fukhgakaronpnxxxb7r2advxsa: + /@storybook/manager-webpack4/6.4.19_o7sd63cu7bkdykipq4mkrzuw2i: resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -12203,7 +12172,7 @@ packages: '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-client': 6.4.19_lb6j7tllhltqtas2n635xqdotu - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/node-logger': 6.4.19 '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/ui': 6.4.19_sfoxds7t5ydpegc3knd667wn6m @@ -12249,7 +12218,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack4/6.4.19_kdglyhz445ek5yhe73f5yegd3m: + /@storybook/manager-webpack4/6.4.19_yuv5drn7ijijfjkwa6mxoauvrq: resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -12264,68 +12233,7 @@ packages: '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by - '@storybook/node-logger': 6.4.19 - '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.19_hiunvzosbwliizyirxfy6hjyim - '@types/node': 14.14.33 - '@types/webpack': 4.41.32 - babel-loader: 8.2.3_w4x3pzrj2omidyjy5w3nzug7xy - case-sensitive-paths-webpack-plugin: 2.4.0 - chalk: 4.1.2 - core-js: 3.25.5 - css-loader: 3.6.0_webpack@4.46.0 - express: 4.18.1 - file-loader: 6.2.0_webpack@4.46.0 - file-system-cache: 1.0.5 - find-up: 5.0.0 - fs-extra: 9.1.0 - html-webpack-plugin: 4.5.2_webpack@4.46.0 - node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.8.4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 - resolve-from: 5.0.0 - style-loader: 1.3.0_webpack@4.46.0 - telejson: 5.3.3 - terser-webpack-plugin: 4.2.3_acorn@8.8.1+webpack@4.46.0 - ts-dedent: 2.2.0 - typescript: 4.8.4 - url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy - util-deprecate: 1.0.2 - webpack: 4.46.0_webpack-cli@3.3.12 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 - webpack-virtual-modules: 0.2.2 - transitivePeerDependencies: - - '@types/react' - - acorn - - bluebird - - encoding - - eslint - - supports-color - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/manager-webpack4/6.4.19_vrzxlgakqf7u5t766r72d2xf3u: - resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/core': 7.17.8 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.17.8 - '@babel/preset-react': 7.16.7_@babel+core@7.17.8 - '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-client': 6.4.19_4khy3msxr4lnrhwh6cbg2lwt64 - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/node-logger': 6.4.19 '@storybook/theming': 6.4.19_sfoxds7t5ydpegc3knd667wn6m '@storybook/ui': 6.4.19_hiunvzosbwliizyirxfy6hjyim @@ -12557,7 +12465,7 @@ packages: - webpack-plugin-serve dev: true - /@storybook/react/6.4.19_glozp6fblhaty2oacwbjl7ao2i: + /@storybook/react/6.4.19_cqdgeqmmrux6joug3kc73q4l6m: resolution: {integrity: sha512-5b3i8jkVrjQGmcxxxXwCduHPIh+cluWkfeweKeQOe+lW4BR8fuUICo3AMLrYPAtB/UcaJyYkIYmTvF2mkfepFA==} engines: {node: '>=10.13.0'} hasBin: true @@ -12577,8 +12485,8 @@ packages: '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@pmmmwh/react-refresh-webpack-plugin': 0.5.1_a3gyllrqvxpec3fpybsrposvju '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core': 6.4.19_p3r3fihtzjpxjnglz4l5qyfmaa - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core': 6.4.19_lyggee6zfyjj6ezzf7jaxeljxi + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_lasgyenclx45ngbljrbo537mpe @@ -12622,7 +12530,7 @@ packages: - webpack-plugin-serve dev: true - /@storybook/react/6.4.19_oycjqkyefi4akx2twppuux3udq: + /@storybook/react/6.4.19_pjugpuchrb7ea5kuxwnxihy6zq: resolution: {integrity: sha512-5b3i8jkVrjQGmcxxxXwCduHPIh+cluWkfeweKeQOe+lW4BR8fuUICo3AMLrYPAtB/UcaJyYkIYmTvF2mkfepFA==} engines: {node: '>=10.13.0'} hasBin: true @@ -12642,8 +12550,8 @@ packages: '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@pmmmwh/react-refresh-webpack-plugin': 0.5.1_a3gyllrqvxpec3fpybsrposvju '@storybook/addons': 6.4.19_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core': 6.4.19_hxw5eumcvhbkoh74pcqihkovhi - '@storybook/core-common': 6.4.19_bhvadzvbuq4c4gucumdoppg3by + '@storybook/core': 6.4.19_jqd6s4xt6kov4uvvwofgl2yngm + '@storybook/core-common': 6.4.19_mqzgkamhc7bbbitv65cxtf4gfa '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_lasgyenclx45ngbljrbo537mpe @@ -13873,7 +13781,7 @@ packages: optional: true dependencies: '@typescript-eslint/experimental-utils': 4.33.0_3rubbgt5ekhqrcgx4uwls3neim - '@typescript-eslint/parser': 4.33.0_phzabm2hax2olcsrhm4n4aik5y + '@typescript-eslint/parser': 4.33.0_yygwinqv3a2io74xmwofqb7uka '@typescript-eslint/scope-manager': 4.33.0 debug: 4.3.4 eslint: 7.32.0 @@ -13887,7 +13795,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.43.0_72qpevtmaezorvyo7j2xoo37sy: + /@typescript-eslint/eslint-plugin/5.43.0_7f3f6qw7x62gbtvc33ujooybme: resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13898,12 +13806,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_yd7pksmmyt33nzyuulu63alu3m + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_yd7pksmmyt33nzyuulu63alu3m - '@typescript-eslint/utils': 5.43.0_yd7pksmmyt33nzyuulu63alu3m + '@typescript-eslint/type-utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka + '@typescript-eslint/utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka debug: 4.3.4 - eslint: 8.2.0 + eslint: 8.32.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -13912,114 +13820,6 @@ packages: typescript: 4.8.4 transitivePeerDependencies: - supports-color - dev: true - - /@typescript-eslint/eslint-plugin/5.43.0_77yfnzmbnonej4k3inkgdy4i5u: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.43.0_iqokrdhiz7bccawj5qurem2l4e - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_iqokrdhiz7bccawj5qurem2l4e - '@typescript-eslint/utils': 5.43.0_iqokrdhiz7bccawj5qurem2l4e - debug: 4.3.4 - eslint: 8.12.0 - ignore: 5.2.0 - natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/eslint-plugin/5.43.0_hhpcbb6wqnhvo6wpcctutdxelq: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - debug: 4.3.4 - eslint: 8.25.0 - ignore: 5.2.0 - natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/eslint-plugin/5.43.0_ol5heeoi7wmwb4tenztnb7jlze: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - '@typescript-eslint/utils': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - debug: 4.3.4 - eslint: 8.28.0 - ignore: 5.2.0 - natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/eslint-plugin/5.43.0_xi2bidqtjw6phi5qq54cbyxqtu: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/parser': 5.43.0_himlt4eddny2rsb5zkuydvuf7u - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_himlt4eddny2rsb5zkuydvuf7u - '@typescript-eslint/utils': 5.43.0_himlt4eddny2rsb5zkuydvuf7u - debug: 4.3.4 - eslint: 8.11.0 - ignore: 5.2.0 - natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true /@typescript-eslint/experimental-utils/2.34.0_3rubbgt5ekhqrcgx4uwls3neim: resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} @@ -14037,7 +13837,7 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/2.34.0_iqokrdhiz7bccawj5qurem2l4e: + /@typescript-eslint/experimental-utils/2.34.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: @@ -14045,23 +13845,7 @@ packages: dependencies: '@types/json-schema': 7.0.9 '@typescript-eslint/typescript-estree': 2.34.0_typescript@4.8.4 - eslint: 8.12.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/experimental-utils/2.34.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/typescript-estree': 2.34.0_typescript@4.8.4 - eslint: 8.25.0 + eslint: 8.32.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -14087,32 +13871,19 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q: + /@typescript-eslint/experimental-utils/5.43.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka + eslint: 8.32.0 transitivePeerDependencies: - supports-color - typescript - /@typescript-eslint/experimental-utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi: - resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@typescript-eslint/utils': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - eslint: 8.28.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/parser/4.33.0_phzabm2hax2olcsrhm4n4aik5y: + /@typescript-eslint/parser/4.33.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -14126,13 +13897,13 @@ packages: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.8.4 debug: 4.3.4 - eslint: 5.16.0 + eslint: 8.32.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.15.0_z4bbprzjrhnsfa24uvmcbu7f5q: + /@typescript-eslint/parser/5.15.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14146,13 +13917,13 @@ packages: '@typescript-eslint/types': 5.15.0 '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.8.4 debug: 4.3.3 - eslint: 8.25.0 + eslint: 8.32.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/5.43.0_himlt4eddny2rsb5zkuydvuf7u: + /@typescript-eslint/parser/5.43.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14166,86 +13937,7 @@ packages: '@typescript-eslint/types': 5.43.0 '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 debug: 4.3.4 - eslint: 8.11.0 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/parser/5.43.0_iqokrdhiz7bccawj5qurem2l4e: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - debug: 4.3.4 - eslint: 8.12.0 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/parser/5.43.0_yd7pksmmyt33nzyuulu63alu3m: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - debug: 4.3.4 - eslint: 8.2.0 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/parser/5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - debug: 4.3.4 - eslint: 8.25.0 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/parser/5.43.0_zksrc6ykdxhogxjbhb5axiabwi: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - debug: 4.3.4 - eslint: 8.28.0 + eslint: 8.32.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color @@ -14273,7 +13965,7 @@ packages: '@typescript-eslint/types': 5.43.0 '@typescript-eslint/visitor-keys': 5.43.0 - /@typescript-eslint/type-utils/5.43.0_himlt4eddny2rsb5zkuydvuf7u: + /@typescript-eslint/type-utils/5.43.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14284,93 +13976,13 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_himlt4eddny2rsb5zkuydvuf7u + '@typescript-eslint/utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka debug: 4.3.4 - eslint: 8.11.0 + eslint: 8.32.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color - dev: true - - /@typescript-eslint/type-utils/5.43.0_iqokrdhiz7bccawj5qurem2l4e: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_iqokrdhiz7bccawj5qurem2l4e - debug: 4.3.4 - eslint: 8.12.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/type-utils/5.43.0_yd7pksmmyt33nzyuulu63alu3m: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_yd7pksmmyt33nzyuulu63alu3m - debug: 4.3.4 - eslint: 8.2.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/type-utils/5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - debug: 4.3.4 - eslint: 8.25.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/type-utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - debug: 4.3.4 - eslint: 8.28.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true /@typescript-eslint/types/4.33.0: resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} @@ -14469,7 +14081,7 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.15.0_z4bbprzjrhnsfa24uvmcbu7f5q: + /@typescript-eslint/utils/5.15.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14479,15 +14091,15 @@ packages: '@typescript-eslint/scope-manager': 5.15.0 '@typescript-eslint/types': 5.15.0 '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.8.4 - eslint: 8.25.0 + eslint: 8.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.32.0 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/utils/5.43.0_himlt4eddny2rsb5zkuydvuf7u: + /@typescript-eslint/utils/5.43.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14498,93 +14110,13 @@ packages: '@typescript-eslint/scope-manager': 5.43.0 '@typescript-eslint/types': 5.43.0 '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - eslint: 8.11.0 + eslint: 8.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint-utils: 3.0.0_eslint@8.32.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript - dev: true - - /@typescript-eslint/utils/5.43.0_iqokrdhiz7bccawj5qurem2l4e: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.9 - '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - eslint: 8.12.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.12.0 - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/utils/5.43.0_yd7pksmmyt33nzyuulu63alu3m: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.9 - '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - eslint: 8.2.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.2.0 - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/utils/5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.9 - '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - eslint: 8.25.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - - /@typescript-eslint/utils/5.43.0_zksrc6ykdxhogxjbhb5axiabwi: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.9 - '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - eslint: 8.28.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 - semver: 7.3.8 - transitivePeerDependencies: - - supports-color - - typescript - dev: true /@typescript-eslint/visitor-keys/4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} @@ -16485,7 +16017,7 @@ packages: '@babel/runtime': 7.19.0 dev: false - /@wordpress/eslint-plugin/11.1.0_mcybzr52q3u5poieijntti3gbe: + /@wordpress/eslint-plugin/11.1.0_sxmqrsrdaatoogkbdrkrjpdxyi: resolution: {integrity: sha512-NNIgJQqibdj5BsctkhCqjYt5NAs8eGBnuMSTnbhYCuUrs/PF3iF+jwY4OEOBOSlr00KyM9BfDxr9/5EWG8PmOw==} engines: {node: '>=12', npm: '>=6.9'} peerDependencies: @@ -16500,22 +16032,22 @@ packages: optional: true dependencies: '@babel/core': 7.12.9 - '@babel/eslint-parser': 7.17.0_egbv6vphnwurm3ap2o4feqemum - '@typescript-eslint/eslint-plugin': 5.43.0_ol5heeoi7wmwb4tenztnb7jlze - '@typescript-eslint/parser': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi + '@babel/eslint-parser': 7.17.0_ghetaprrho5qxr5lt7srlprvom + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@wordpress/babel-preset-default': 6.17.0 '@wordpress/prettier-config': 1.1.3 cosmiconfig: 7.0.1 - eslint: 8.28.0 - eslint-config-prettier: 8.5.0_eslint@8.28.0 - eslint-plugin-import: 2.25.4_ivdjtymx6ubvknadox4oh4qsue - eslint-plugin-jest: 25.7.0_hf2laxo64q65ca427enwz6fepa - eslint-plugin-jsdoc: 37.9.7_eslint@8.28.0 - eslint-plugin-jsx-a11y: 6.5.1_eslint@8.28.0 - eslint-plugin-playwright: 0.8.0_bgyrkcoecpw7hmmqwzduoudyum - eslint-plugin-prettier: 3.4.1_qsebzixysgccx3deogol23q32e - eslint-plugin-react: 7.29.4_eslint@8.28.0 - eslint-plugin-react-hooks: 4.3.0_eslint@8.28.0 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0_eslint@8.32.0 + eslint-plugin-import: 2.25.4_r7xfbnyx5thbz2q7cpgk4iifq4 + eslint-plugin-jest: 25.7.0_vrczkf54xwdqns6dzhfyfknf4i + eslint-plugin-jsdoc: 37.9.7_eslint@8.32.0 + eslint-plugin-jsx-a11y: 6.5.1_eslint@8.32.0 + eslint-plugin-playwright: 0.8.0_bue26mukq4crcytfui3g7egwhy + eslint-plugin-prettier: 3.4.1_7r3blfeknbmsg4nj2vdrt55nra + eslint-plugin-react: 7.29.4_eslint@8.32.0 + eslint-plugin-react-hooks: 4.3.0_eslint@8.32.0 globals: 13.12.0 prettier: /wp-prettier/2.6.2 requireindex: 1.2.0 @@ -16527,7 +16059,7 @@ packages: - supports-color dev: true - /@wordpress/eslint-plugin/13.3.0_fbyahr2bitmcepmkuzm2z5k2za: + /@wordpress/eslint-plugin/13.3.0_gfyzvuspv2bauiwltqdx5274hy: resolution: {integrity: sha512-90OEybXt6mJRumax5lQubPQLfv2TV3A0+cA50b3amE28bPzv76NRexbM5jeyN3Jhc0rYU4glq4yHq75XjSRVVA==} engines: {node: '>=14', npm: '>=6.14.4'} peerDependencies: @@ -16542,21 +16074,21 @@ packages: optional: true dependencies: '@babel/core': 7.17.8 - '@babel/eslint-parser': 7.17.0_2sahtlaqcjxbvw6x6d2jsqyrai - '@typescript-eslint/eslint-plugin': 5.43.0_hhpcbb6wqnhvo6wpcctutdxelq - '@typescript-eslint/parser': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@babel/eslint-parser': 7.17.0_45t77ya3ofqya5ogk4q6xdzcpq + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka '@wordpress/babel-preset-default': 7.3.0 '@wordpress/prettier-config': 2.5.0_prettier@2.3.0 cosmiconfig: 7.0.1 - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-import: 2.25.4_5giipivvrkjwpspmcck55fgaja - eslint-plugin-jest: 25.7.0_3y2nwuawvch4guq6v72bjm4ajq - eslint-plugin-jsdoc: 37.9.7_eslint@8.25.0 - eslint-plugin-jsx-a11y: 6.5.1_eslint@8.25.0 - eslint-plugin-prettier: 3.4.1_xewdwxdxvhaotirttsgfltr2ce - eslint-plugin-react: 7.29.4_eslint@8.25.0 - eslint-plugin-react-hooks: 4.3.0_eslint@8.25.0 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0_eslint@8.32.0 + eslint-plugin-import: 2.25.4_r7xfbnyx5thbz2q7cpgk4iifq4 + eslint-plugin-jest: 25.7.0_rwnv4yn7yzh7r363utswm6eurm + eslint-plugin-jsdoc: 37.9.7_eslint@8.32.0 + eslint-plugin-jsx-a11y: 6.5.1_eslint@8.32.0 + eslint-plugin-prettier: 3.4.1_kkndast3snpxc6vned3vep6fka + eslint-plugin-react: 7.29.4_eslint@8.32.0 + eslint-plugin-react-hooks: 4.3.0_eslint@8.32.0 globals: 13.17.0 prettier: 2.3.0 requireindex: 1.2.0 @@ -16605,7 +16137,7 @@ packages: dependencies: '@babel/eslint-parser': 7.17.0_xujkgafwcpm5gwokncqwvv5ure '@typescript-eslint/eslint-plugin': 4.33.0_k4l66av2tbo6kxzw52jzgbfzii - '@typescript-eslint/parser': 4.33.0_phzabm2hax2olcsrhm4n4aik5y + '@typescript-eslint/parser': 4.33.0_yygwinqv3a2io74xmwofqb7uka '@wordpress/prettier-config': 1.1.3 cosmiconfig: 7.0.1 eslint: 7.32.0 @@ -17401,7 +16933,7 @@ packages: - webpack-command dev: true - /@wordpress/scripts/19.2.4_acp5qrdj4cc6vmqqhp4stdanfe: + /@wordpress/scripts/19.2.4_f7x7zdz3ccrnqxb4utvdtwqz4e: resolution: {integrity: sha512-klkfjBOPfr/RT/3Tvmx+gLbZ+dxq5L0dJQHCHxEURMRW/A8SfJJPtmC29L9sE1KhO3zUMWxrkn2L6HhSzbvQbA==} engines: {node: '>=12.13', npm: '>=6.9'} hasBin: true @@ -17451,7 +16983,7 @@ packages: sass-loader: 12.6.0_sass@1.49.9+webpack@5.70.0 source-map-loader: 3.0.1_webpack@5.70.0 stylelint: 13.13.1 - terser-webpack-plugin: 5.2.5_5ksa6e7vqalagerztjs2ao5siy + terser-webpack-plugin: 5.2.5_2afcvd4rlhgtdg42ipbhcxtcri url-loader: 4.1.1_webpack@5.70.0 webpack: 5.70.0_bgqcrdgdviybk52kjcpjat65sa webpack-bundle-analyzer: 4.6.1 @@ -17837,14 +17369,6 @@ packages: dependencies: acorn: 7.4.1 - /acorn-jsx/5.3.2_acorn@8.7.0: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.7.0 - dev: true - /acorn-jsx/5.3.2_acorn@8.8.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -18627,7 +18151,7 @@ packages: - supports-color dev: true - /babel-eslint/10.1.0_eslint@8.25.0: + /babel-eslint/10.1.0_eslint@8.32.0: resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -18638,7 +18162,7 @@ packages: '@babel/parser': 7.17.8 '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 - eslint: 8.25.0 + eslint: 8.32.0 eslint-visitor-keys: 1.3.0 resolve: 1.20.0 transitivePeerDependencies: @@ -18980,6 +18504,19 @@ packages: - supports-color dev: true + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.16.12: + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.19.3 + '@babel/core': 7.16.12 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.16.12 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.17.8: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: @@ -22828,35 +22365,25 @@ packages: eslint: 7.32.0 dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.0: + /eslint-config-prettier/8.5.0_eslint@8.32.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.25.0 - dev: false + eslint: 8.32.0 - /eslint-config-prettier/8.5.0_eslint@8.28.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} - hasBin: true - peerDependencies: - eslint: '>=7.0.0' - dependencies: - eslint: 8.28.0 - dev: true - - /eslint-config-wpcalypso/5.0.0_44ie4thsizlsiqkjwba6wctao4: + /eslint-config-wpcalypso/5.0.0_3reg6c535tepz5eatsxybh5pja: resolution: {integrity: sha512-bENkOkC7Hk2LREkj9aVqv5ELqYaUZqN2IBtmCdsQXrkJBsW8FV9mOzcBHnLm3Cvw4YYfq0rZzIFuCs3pkPbe1Q==} peerDependencies: eslint: ^6.0.0 eslint-plugin-jsdoc: ^18.0.0 eslint-plugin-wpcalypso: ^3.4.1 || ^4.0.0 dependencies: - eslint: 8.25.0 - eslint-plugin-jsdoc: 18.11.0_eslint@8.25.0 - eslint-plugin-react-hooks: 2.5.1_eslint@8.25.0 - eslint-plugin-wpcalypso: 4.1.0_eslint@8.25.0 + eslint: 8.32.0 + eslint-plugin-jsdoc: 18.11.0_eslint@8.32.0 + eslint-plugin-react-hooks: 2.5.1_eslint@8.32.0 + eslint-plugin-wpcalypso: 4.1.0_eslint@8.32.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -22867,7 +22394,7 @@ packages: transitivePeerDependencies: - supports-color - /eslint-import-resolver-typescript/2.5.0_7yrnqyx753fo5bwjhiag2wpedy: + /eslint-import-resolver-typescript/2.5.0_xygrkdz7akfjaillbmnvbogh5e: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -22875,8 +22402,8 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.11.0 - eslint-plugin-import: 2.25.4_mwel7v7qi7wwnb6yoytqwvyg4e + eslint: 8.32.0 + eslint-plugin-import: 2.25.4_wodm5nq5wrndbbcvxidaevzgna glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -22895,7 +22422,7 @@ packages: array-find: 1.0.0 debug: 3.2.7 enhanced-resolve: 0.9.1 - eslint-plugin-import: 2.25.4_mwel7v7qi7wwnb6yoytqwvyg4e + eslint-plugin-import: 2.25.4_wodm5nq5wrndbbcvxidaevzgna find-root: 1.1.0 has: 1.0.3 interpret: 1.4.0 @@ -22927,7 +22454,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -22952,7 +22479,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 4.33.0_phzabm2hax2olcsrhm4n4aik5y + '@typescript-eslint/parser': 4.33.0_yygwinqv3a2io74xmwofqb7uka debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -22978,47 +22505,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_himlt4eddny2rsb5zkuydvuf7u + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka debug: 3.2.7 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 2.5.0_7yrnqyx753fo5bwjhiag2wpedy + eslint-import-resolver-typescript: 2.5.0_xygrkdz7akfjaillbmnvbogh5e eslint-import-resolver-webpack: 0.13.2_xlbwhpbmf5dkmuyaaidudnwply find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.25.4_5giipivvrkjwpspmcck55fgaja: - resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - dependencies: - '@typescript-eslint/parser': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - array-includes: 3.1.4 - array.prototype.flat: 1.2.5 - debug: 2.6.9 - doctrine: 2.1.0 - eslint: 8.25.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_fmuy6wfytpxcy4lufnxcokvnry - has: 1.0.3 - is-core-module: 2.8.0 - is-glob: 4.0.3 - minimatch: 3.0.4 - object.values: 1.1.5 - resolve: 1.20.0 - tsconfig-paths: 3.14.0 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - dev: false - /eslint-plugin-import/2.25.4_ffi3uiz42rv3jyhs6cr7p7qqry: resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} @@ -23029,7 +22525,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 4.33.0_phzabm2hax2olcsrhm4n4aik5y + '@typescript-eslint/parser': 4.33.0_yygwinqv3a2io74xmwofqb7uka array-includes: 3.1.4 array.prototype.flat: 1.2.5 debug: 2.6.9 @@ -23038,11 +22534,11 @@ packages: eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_lkzaig2qiyp6elizstfbgvzhie has: 1.0.3 - is-core-module: 2.8.0 + is-core-module: 2.10.0 is-glob: 4.0.3 - minimatch: 3.0.4 + minimatch: 3.1.2 object.values: 1.1.5 - resolve: 1.20.0 + resolve: 1.22.1 tsconfig-paths: 3.14.0 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -23050,7 +22546,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.25.4_ivdjtymx6ubvknadox4oh4qsue: + /eslint-plugin-import/2.25.4_r7xfbnyx5thbz2q7cpgk4iifq4: resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: @@ -23060,28 +22556,27 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka array-includes: 3.1.4 array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.28.0 + eslint: 8.32.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_fmuy6wfytpxcy4lufnxcokvnry has: 1.0.3 - is-core-module: 2.8.0 + is-core-module: 2.10.0 is-glob: 4.0.3 - minimatch: 3.0.4 + minimatch: 3.1.2 object.values: 1.1.5 - resolve: 1.20.0 + resolve: 1.22.1 tsconfig-paths: 3.14.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-import/2.25.4_mwel7v7qi7wwnb6yoytqwvyg4e: + /eslint-plugin-import/2.25.4_wodm5nq5wrndbbcvxidaevzgna: resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: @@ -23091,12 +22586,12 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_himlt4eddny2rsb5zkuydvuf7u + '@typescript-eslint/parser': 5.43.0_yygwinqv3a2io74xmwofqb7uka array-includes: 3.1.4 array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.11.0 + eslint: 8.32.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_p4g3punufuo4uj6odspnpzo2u4 has: 1.0.3 @@ -23125,27 +22620,14 @@ packages: - typescript dev: true - /eslint-plugin-jest/23.20.0_iqokrdhiz7bccawj5qurem2l4e: + /eslint-plugin-jest/23.20.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==} engines: {node: '>=8'} peerDependencies: eslint: '>=5' dependencies: - '@typescript-eslint/experimental-utils': 2.34.0_iqokrdhiz7bccawj5qurem2l4e - eslint: 8.12.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /eslint-plugin-jest/23.20.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==} - engines: {node: '>=8'} - peerDependencies: - eslint: '>=5' - dependencies: - '@typescript-eslint/experimental-utils': 2.34.0_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/experimental-utils': 2.34.0_yygwinqv3a2io74xmwofqb7uka + eslint: 8.32.0 transitivePeerDependencies: - supports-color - typescript @@ -23169,7 +22651,7 @@ packages: - typescript dev: true - /eslint-plugin-jest/25.7.0_3y2nwuawvch4guq6v72bjm4ajq: + /eslint-plugin-jest/25.7.0_rwnv4yn7yzh7r363utswm6eurm: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -23182,16 +22664,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_hhpcbb6wqnhvo6wpcctutdxelq - '@typescript-eslint/experimental-utils': 5.43.0_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/experimental-utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka + eslint: 8.32.0 jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-jest/25.7.0_hf2laxo64q65ca427enwz6fepa: + /eslint-plugin-jest/25.7.0_vrczkf54xwdqns6dzhfyfknf4i: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -23204,16 +22686,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_ol5heeoi7wmwb4tenztnb7jlze - '@typescript-eslint/experimental-utils': 5.43.0_zksrc6ykdxhogxjbhb5axiabwi - eslint: 8.28.0 + '@typescript-eslint/eslint-plugin': 5.43.0_7f3f6qw7x62gbtvc33ujooybme + '@typescript-eslint/experimental-utils': 5.43.0_yygwinqv3a2io74xmwofqb7uka + eslint: 8.32.0 jest: 27.3.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsdoc/18.11.0_eslint@8.25.0: + /eslint-plugin-jsdoc/18.11.0_eslint@8.32.0: resolution: {integrity: sha512-24J2+eK2ZHZ1KvpKcoOEir2k4xJKfPzZ1JC9PToi8y8Tn59T8TVVSNRTTRzsDdiaQeIbehApB3KxqIfJG8o7hg==} engines: {node: '>=6'} peerDependencies: @@ -23221,7 +22703,7 @@ packages: dependencies: comment-parser: 0.7.6 debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.32.0 jsdoctypeparser: 6.1.0 lodash: 4.17.21 object.entries-ponyfill: 1.0.1 @@ -23270,7 +22752,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc/37.9.7_eslint@8.25.0: + /eslint-plugin-jsdoc/37.9.7_eslint@8.32.0: resolution: {integrity: sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g==} engines: {node: ^12 || ^14 || ^16 || ^17} peerDependencies: @@ -23280,33 +22762,13 @@ packages: comment-parser: 1.3.0 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.25.0 + eslint: 8.32.0 esquery: 1.4.0 regextras: 0.8.0 semver: 7.3.8 spdx-expression-parse: 3.0.1 transitivePeerDependencies: - supports-color - dev: false - - /eslint-plugin-jsdoc/37.9.7_eslint@8.28.0: - resolution: {integrity: sha512-8alON8yYcStY94o0HycU2zkLKQdcS+qhhOUNQpfONHHwvI99afbmfpYuPqf6PbLz5pLZldG3Te5I0RbAiTN42g==} - engines: {node: ^12 || ^14 || ^16 || ^17} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - dependencies: - '@es-joy/jsdoccomment': 0.20.1 - comment-parser: 1.3.0 - debug: 4.3.4 - escape-string-regexp: 4.0.0 - eslint: 8.28.0 - esquery: 1.4.0 - regextras: 0.8.0 - semver: 7.3.8 - spdx-expression-parse: 3.0.1 - transitivePeerDependencies: - - supports-color - dev: true /eslint-plugin-jsx-a11y/6.5.1_eslint@7.32.0: resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} @@ -23329,7 +22791,7 @@ packages: minimatch: 3.1.2 dev: true - /eslint-plugin-jsx-a11y/6.5.1_eslint@8.25.0: + /eslint-plugin-jsx-a11y/6.5.1_eslint@8.32.0: resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} engines: {node: '>=4.0'} peerDependencies: @@ -23343,33 +22805,11 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.7 emoji-regex: 9.2.2 - eslint: 8.25.0 + eslint: 8.32.0 has: 1.0.3 jsx-ast-utils: 3.2.1 language-tags: 1.0.5 minimatch: 3.1.2 - dev: false - - /eslint-plugin-jsx-a11y/6.5.1_eslint@8.28.0: - resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} - engines: {node: '>=4.0'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - '@babel/runtime': 7.19.0 - aria-query: 4.2.2 - array-includes: 3.1.4 - ast-types-flow: 0.0.7 - axe-core: 4.3.5 - axobject-query: 2.2.0 - damerau-levenshtein: 1.0.7 - emoji-regex: 9.2.2 - eslint: 8.28.0 - has: 1.0.3 - jsx-ast-utils: 3.2.1 - language-tags: 1.0.5 - minimatch: 3.1.2 - dev: true /eslint-plugin-markdown/1.0.2: resolution: {integrity: sha512-BfvXKsO0K+zvdarNc801jsE/NTLmig4oKhZ1U3aSUgTf2dB/US5+CrfGxMsCK2Ki1vS1R3HPok+uYpufFndhzw==} @@ -23392,7 +22832,7 @@ packages: - supports-color dev: true - /eslint-plugin-playwright/0.8.0_bgyrkcoecpw7hmmqwzduoudyum: + /eslint-plugin-playwright/0.8.0_bue26mukq4crcytfui3g7egwhy: resolution: {integrity: sha512-9uJH25m6H3jwU5O7bHD5M8cLx46L72EnIUe3dZqTox6M+WzOFzeUWaDJHHCdLGXZ8XlAU4mbCZnP7uhjKepfRA==} peerDependencies: eslint: '>=7' @@ -23401,8 +22841,25 @@ packages: eslint-plugin-jest: optional: true dependencies: - eslint: 8.28.0 - eslint-plugin-jest: 25.7.0_hf2laxo64q65ca427enwz6fepa + eslint: 8.32.0 + eslint-plugin-jest: 25.7.0_vrczkf54xwdqns6dzhfyfknf4i + dev: true + + /eslint-plugin-prettier/3.4.1_7r3blfeknbmsg4nj2vdrt55nra: + resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==} + engines: {node: '>=6.0.0'} + peerDependencies: + eslint: '>=5.0.0' + eslint-config-prettier: '*' + prettier: '>=1.13.0' + peerDependenciesMeta: + eslint-config-prettier: + optional: true + dependencies: + eslint: 8.32.0 + eslint-config-prettier: 8.5.0_eslint@8.32.0 + prettier: /wp-prettier/2.6.2 + prettier-linter-helpers: 1.0.0 dev: true /eslint-plugin-prettier/3.4.1_gs3qp45fhmeuf44rtqp7mvwogy: @@ -23422,7 +22879,7 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/3.4.1_qsebzixysgccx3deogol23q32e: + /eslint-plugin-prettier/3.4.1_kkndast3snpxc6vned3vep6fka: resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==} engines: {node: '>=6.0.0'} peerDependencies: @@ -23433,25 +22890,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.28.0 - eslint-config-prettier: 8.5.0_eslint@8.28.0 - prettier: /wp-prettier/2.6.2 - prettier-linter-helpers: 1.0.0 - dev: true - - /eslint-plugin-prettier/3.4.1_xewdwxdxvhaotirttsgfltr2ce: - resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==} - engines: {node: '>=6.0.0'} - peerDependencies: - eslint: '>=5.0.0' - eslint-config-prettier: '*' - prettier: '>=1.13.0' - peerDependenciesMeta: - eslint-config-prettier: - optional: true - dependencies: - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0_eslint@8.32.0 prettier: 2.3.0 prettier-linter-helpers: 1.0.0 dev: false @@ -23473,13 +22913,13 @@ packages: prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-react-hooks/2.5.1_eslint@8.25.0: + /eslint-plugin-react-hooks/2.5.1_eslint@8.32.0: resolution: {integrity: sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==} engines: {node: '>=7'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 dependencies: - eslint: 8.25.0 + eslint: 8.32.0 dev: true /eslint-plugin-react-hooks/4.3.0_eslint@7.32.0: @@ -23491,23 +22931,13 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-react-hooks/4.3.0_eslint@8.25.0: + /eslint-plugin-react-hooks/4.3.0_eslint@8.32.0: resolution: {integrity: sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.25.0 - dev: false - - /eslint-plugin-react-hooks/4.3.0_eslint@8.28.0: - resolution: {integrity: sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==} - engines: {node: '>=10'} - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - dependencies: - eslint: 8.28.0 - dev: true + eslint: 8.32.0 /eslint-plugin-react/7.29.4_eslint@7.32.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} @@ -23532,7 +22962,7 @@ packages: string.prototype.matchall: 4.0.6 dev: true - /eslint-plugin-react/7.29.4_eslint@8.11.0: + /eslint-plugin-react/7.29.4_eslint@8.32.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -23541,7 +22971,7 @@ packages: array-includes: 3.1.4 array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 - eslint: 8.11.0 + eslint: 8.32.0 estraverse: 5.3.0 jsx-ast-utils: 3.2.1 minimatch: 3.1.2 @@ -23553,74 +22983,27 @@ packages: resolve: 2.0.0-next.3 semver: 6.3.0 string.prototype.matchall: 4.0.6 - dev: true - /eslint-plugin-react/7.29.4_eslint@8.25.0: - resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.4 - array.prototype.flatmap: 1.2.5 - doctrine: 2.1.0 - eslint: 8.25.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.2.1 - minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.0 - object.values: 1.1.5 - prop-types: 15.8.1 - resolve: 2.0.0-next.3 - semver: 6.3.0 - string.prototype.matchall: 4.0.6 - dev: false - - /eslint-plugin-react/7.29.4_eslint@8.28.0: - resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.4 - array.prototype.flatmap: 1.2.5 - doctrine: 2.1.0 - eslint: 8.28.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.2.1 - minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.0 - object.values: 1.1.5 - prop-types: 15.8.1 - resolve: 2.0.0-next.3 - semver: 6.3.0 - string.prototype.matchall: 4.0.6 - dev: true - - /eslint-plugin-testing-library/5.1.0_z4bbprzjrhnsfa24uvmcbu7f5q: + /eslint-plugin-testing-library/5.1.0_yygwinqv3a2io74xmwofqb7uka: resolution: {integrity: sha512-YSNzasJUbyhOTe14ZPygeOBvcPvcaNkwHwrj4vdf+uirr2D32JTDaKi6CP5Os2aWtOcvt4uBSPXp9h5xGoqvWQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.15.0_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/utils': 5.15.0_yygwinqv3a2io74xmwofqb7uka + eslint: 8.32.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-wpcalypso/4.1.0_eslint@8.25.0: + /eslint-plugin-wpcalypso/4.1.0_eslint@8.32.0: resolution: {integrity: sha512-2gZdaaX5rS7vve5FfIBTANPFXfQstxMppUFR8KzrY5cJPt7hIhpg9lOb4y0hVYNdJkhZxkvEWw8yoJhaUc1OYQ==} engines: {node: '>=10'} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.25.0 + eslint: 8.32.0 dev: true /eslint-scope/4.0.3: @@ -23638,14 +23021,6 @@ packages: esrecurse: 4.3.0 estraverse: 4.3.0 - /eslint-scope/6.0.0: - resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - dev: true - /eslint-scope/7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -23676,52 +23051,13 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /eslint-utils/3.0.0_eslint@8.11.0: + /eslint-utils/3.0.0_eslint@8.32.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.11.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-utils/3.0.0_eslint@8.12.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.12.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-utils/3.0.0_eslint@8.2.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.2.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-utils/3.0.0_eslint@8.25.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.25.0 - eslint-visitor-keys: 2.1.0 - - /eslint-utils/3.0.0_eslint@8.28.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.28.0 + eslint: 8.32.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/1.3.0: @@ -23732,11 +23068,6 @@ packages: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} - /eslint-visitor-keys/3.0.0: - resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /eslint-visitor-keys/3.3.0: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -23746,7 +23077,7 @@ packages: engines: {node: ^6.14.0 || ^8.10.0 || >=9.10.0} hasBin: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 ajv: 6.12.6 chalk: 2.4.2 cross-spawn: 6.0.5 @@ -23857,7 +23188,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.18.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -23881,194 +23212,13 @@ packages: - supports-color dev: true - /eslint/8.11.0: - resolution: {integrity: sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==} + /eslint/8.32.0: + resolution: {integrity: sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.2.1 - '@humanwhocodes/config-array': 0.9.5 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.3 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.11.0 - eslint-visitor-keys: 3.3.0 - espree: 9.3.1 - esquery: 1.4.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 6.0.2 - globals: 13.12.0 - ignore: 5.2.0 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.1 - regexpp: 3.2.0 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /eslint/8.12.0: - resolution: {integrity: sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.2.1 - '@humanwhocodes/config-array': 0.9.5 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.4 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.12.0 - eslint-visitor-keys: 3.3.0 - espree: 9.3.1 - esquery: 1.4.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 6.0.2 - globals: 13.12.0 - ignore: 5.2.0 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.1 - regexpp: 3.2.0 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /eslint/8.2.0: - resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.0.4 - '@humanwhocodes/config-array': 0.6.0 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.2 - doctrine: 3.0.0 - enquirer: 2.3.6 - escape-string-regexp: 4.0.0 - eslint-scope: 6.0.0 - eslint-utils: 3.0.0_eslint@8.2.0 - eslint-visitor-keys: 3.0.0 - espree: 9.0.0 - esquery: 1.4.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 6.0.2 - globals: 13.12.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.2.0 - semver: 7.3.5 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.10.7 - '@humanwhocodes/module-importer': 1.0.1 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.4 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 - eslint-visitor-keys: 3.3.0 - espree: 9.4.0 - esquery: 1.4.0 - esutils: 2.0.3 - fast-deep-equal: 3.1.3 - file-entry-cache: 6.0.1 - find-up: 5.0.0 - glob-parent: 6.0.2 - globals: 13.17.0 - globby: 11.1.0 - grapheme-splitter: 1.0.4 - ignore: 5.2.0 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-sdsl: 4.1.5 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.1 - regexpp: 3.2.0 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - - /eslint/8.28.0: - resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.11.7 + '@eslint/eslintrc': 1.4.1 + '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -24078,7 +23228,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint-utils: 3.0.0_eslint@8.32.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -24087,7 +23237,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.18.0 + globals: 13.19.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 @@ -24136,32 +23286,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /espree/9.0.0: - resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /espree/9.3.1: - resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /espree/9.4.0: - resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.8.1 - acorn-jsx: 5.3.2_acorn@8.8.1 - eslint-visitor-keys: 3.3.0 - /espree/9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -25111,7 +24235,7 @@ packages: /forever-agent/0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} - /fork-ts-checker-webpack-plugin/4.1.6_hsuy55rzeh5wgjgxknlp6ffswa: + /fork-ts-checker-webpack-plugin/4.1.6_62fz4gragfs3w5a4iegi53ru5i: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -25127,7 +24251,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.12.0 + eslint: 8.32.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -25180,7 +24304,7 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 '@types/json-schema': 7.0.9 chalk: 4.1.2 chokidar: 3.5.3 @@ -25191,13 +24315,13 @@ packages: memfs: 3.3.0 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.3.5 + semver: 7.3.8 tapable: 1.1.3 typescript: 4.8.4 webpack: 5.70.0 dev: true - /fork-ts-checker-webpack-plugin/6.5.0_hsuy55rzeh5wgjgxknlp6ffswa: + /fork-ts-checker-webpack-plugin/6.5.0_5spy6wmzwqixc3k64gvf5wblh4: resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -25217,39 +24341,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.12.0 - fs-extra: 9.1.0 - glob: 7.2.0 - memfs: 3.3.0 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.3.5 - tapable: 1.1.3 - typescript: 4.8.4 - webpack: 4.46.0_webpack-cli@3.3.12 - dev: true - - /fork-ts-checker-webpack-plugin/6.5.0_k7hdfuiil3x6lfvxi3pndxxjmi: - resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} - engines: {node: '>=10', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - '@babel/code-frame': 7.16.7 - '@types/json-schema': 7.0.9 - chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.11.0 + eslint: 8.32.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -25261,6 +24353,38 @@ packages: webpack: 5.70.0_webpack-cli@4.9.2 dev: true + /fork-ts-checker-webpack-plugin/6.5.0_62fz4gragfs3w5a4iegi53ru5i: + resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} + engines: {node: '>=10', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true + dependencies: + '@babel/code-frame': 7.18.6 + '@types/json-schema': 7.0.9 + chalk: 4.1.2 + chokidar: 3.5.3 + cosmiconfig: 6.0.0 + deepmerge: 4.2.2 + eslint: 8.32.0 + fs-extra: 9.1.0 + glob: 7.2.0 + memfs: 3.3.0 + minimatch: 3.1.2 + schema-utils: 2.7.0 + semver: 7.3.8 + tapable: 1.1.3 + typescript: 4.8.4 + webpack: 4.46.0_webpack-cli@3.3.12 + dev: true + /fork-ts-checker-webpack-plugin/6.5.0_lasgyenclx45ngbljrbo537mpe: resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} engines: {node: '>=10', yarn: '>=1.0.0'} @@ -25275,7 +24399,7 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 '@types/json-schema': 7.0.9 chalk: 4.1.2 chokidar: 3.5.3 @@ -25286,7 +24410,7 @@ packages: memfs: 3.3.0 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.3.5 + semver: 7.3.8 tapable: 1.1.3 typescript: 4.8.4 webpack: 4.46.0 @@ -25553,7 +24677,7 @@ packages: functions-have-names: 1.2.2 /functional-red-black-tree/1.0.1: - resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} + resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} /functions-have-names/1.2.2: resolution: {integrity: sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==} @@ -25902,9 +25026,10 @@ packages: engines: {node: '>=8'} dependencies: type-fest: 0.20.2 + dev: false - /globals/13.18.0: - resolution: {integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==} + /globals/13.19.0: + resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -29945,9 +29070,6 @@ packages: /js-base64/2.6.4: resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} - /js-sdsl/4.1.5: - resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} - /js-sdsl/4.2.0: resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} @@ -31911,6 +31033,7 @@ packages: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 + dev: true /minimatch/3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -38900,33 +38023,6 @@ packages: - acorn dev: true - /terser-webpack-plugin/5.2.5_5ksa6e7vqalagerztjs2ao5siy: - resolution: {integrity: sha512-3luOVHku5l0QBeYS8r4CdHYWEGMmIj3H1U64jgkdZzECcSOJAyJ9TjuqcQZvw1Y+4AOBN9SeYJPJmFn2cM4/2g==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' - webpack: ^5.1.0 - peerDependenciesMeta: - '@swc/core': - optional: true - esbuild: - optional: true - uglify-js: - optional: true - dependencies: - jest-worker: 27.5.1 - schema-utils: 3.1.1 - serialize-javascript: 6.0.0 - source-map: 0.6.1 - terser: 5.10.0_acorn@6.4.2 - uglify-js: 3.14.5 - webpack: 5.70.0_bgqcrdgdviybk52kjcpjat65sa - transitivePeerDependencies: - - acorn - dev: true - /terser-webpack-plugin/5.2.5_acorn@8.8.1+webpack@5.70.0: resolution: {integrity: sha512-3luOVHku5l0QBeYS8r4CdHYWEGMmIj3H1U64jgkdZzECcSOJAyJ9TjuqcQZvw1Y+4AOBN9SeYJPJmFn2cM4/2g==} engines: {node: '>= 10.13.0'} @@ -38963,22 +38059,6 @@ packages: source-map-support: 0.5.20 dev: true - /terser/5.10.0_acorn@6.4.2: - resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} - engines: {node: '>=10'} - hasBin: true - peerDependencies: - acorn: ^8.5.0 - peerDependenciesMeta: - acorn: - optional: true - dependencies: - acorn: 6.4.2 - commander: 2.20.3 - source-map: 0.7.3 - source-map-support: 0.5.20 - dev: true - /terser/5.10.0_acorn@7.4.1: resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} engines: {node: '>=10'} diff --git a/tools/code-analyzer/package.json b/tools/code-analyzer/package.json index 1781c296fc8..2ad5d14f7be 100644 --- a/tools/code-analyzer/package.json +++ b/tools/code-analyzer/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/node": "^16.9.4", "@woocommerce/eslint-plugin": "workspace:*", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "ts-node": "^10.2.1", "tslib": "^2.3.1", "typescript": "^4.8.3" diff --git a/tools/monorepo-merge/package.json b/tools/monorepo-merge/package.json index ce3c700d37e..525d639ddbf 100644 --- a/tools/monorepo-merge/package.json +++ b/tools/monorepo-merge/package.json @@ -26,7 +26,7 @@ "@octokit/request-error": "^3.0.1", "@woocommerce/eslint-plugin": "workspace:*", "@types/node": "^16.9.4", - "eslint": "^8.12.0", + "eslint": "^8.32.0", "globby": "^11", "jscodeshift": "^0.13.1", "oclif": "^2",