diff --git a/packages/connector-jsdom/package.json b/packages/connector-jsdom/package.json index c7c5ef94109..188478205d9 100644 --- a/packages/connector-jsdom/package.json +++ b/packages/connector-jsdom/package.json @@ -29,7 +29,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/connector-local/package.json b/packages/connector-local/package.json index 442a65194f6..b82f7a5308f 100644 --- a/packages/connector-local/package.json +++ b/packages/connector-local/package.json @@ -28,7 +28,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/connector-puppeteer/package.json b/packages/connector-puppeteer/package.json index 1a786e20131..697d1511c10 100644 --- a/packages/connector-puppeteer/package.json +++ b/packages/connector-puppeteer/package.json @@ -36,7 +36,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/create-hint/package.json b/packages/create-hint/package.json index cb9b3f2317e..8826f3a1fa8 100644 --- a/packages/create-hint/package.json +++ b/packages/create-hint/package.json @@ -26,7 +26,7 @@ "@types/node": "^20.1.1", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.11", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/create-hintrc/package.json b/packages/create-hintrc/package.json index d2e3662454c..b1990a513b5 100644 --- a/packages/create-hintrc/package.json +++ b/packages/create-hintrc/package.json @@ -27,7 +27,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/create-parser/package.json b/packages/create-parser/package.json index 53e0077df1f..2dedb425e05 100644 --- a/packages/create-parser/package.json +++ b/packages/create-parser/package.json @@ -25,7 +25,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/extension-browser/package.json b/packages/extension-browser/package.json index 69924278f2c..4970d67610a 100644 --- a/packages/extension-browser/package.json +++ b/packages/extension-browser/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", "assert": "^2.0.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "browserslist": "^4.21.5", "copyfiles": "^2.4.1", "crypto-browserify": "^3.12.0", diff --git a/packages/extension-vscode/package.json b/packages/extension-vscode/package.json index bea286192f5..8c443b41550 100644 --- a/packages/extension-vscode/package.json +++ b/packages/extension-vscode/package.json @@ -35,7 +35,7 @@ "@types/vscode": "^1.86.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-codeframe/package.json b/packages/formatter-codeframe/package.json index 4c07edbf6b1..ac18e1b2cfd 100644 --- a/packages/formatter-codeframe/package.json +++ b/packages/formatter-codeframe/package.json @@ -26,7 +26,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-excel/package.json b/packages/formatter-excel/package.json index 6da278c1bb2..fc4a4d19767 100644 --- a/packages/formatter-excel/package.json +++ b/packages/formatter-excel/package.json @@ -25,7 +25,7 @@ "@types/proxyquire": "^1.3.28", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-html/package.json b/packages/formatter-html/package.json index 0f764744590..33e78e576a6 100644 --- a/packages/formatter-html/package.json +++ b/packages/formatter-html/package.json @@ -27,7 +27,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-json/package.json b/packages/formatter-json/package.json index 22486331c95..74b51125fcb 100644 --- a/packages/formatter-json/package.json +++ b/packages/formatter-json/package.json @@ -23,7 +23,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-stylish/package.json b/packages/formatter-stylish/package.json index efe847559de..25b39118375 100644 --- a/packages/formatter-stylish/package.json +++ b/packages/formatter-stylish/package.json @@ -28,7 +28,7 @@ "@types/text-table": "^0.2.2", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/formatter-summary/package.json b/packages/formatter-summary/package.json index 5428062d51b..5341a4c37ea 100644 --- a/packages/formatter-summary/package.json +++ b/packages/formatter-summary/package.json @@ -25,7 +25,7 @@ "@types/proxyquire": "^1.3.28", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-apple-touch-icons/package.json b/packages/hint-apple-touch-icons/package.json index 30233d6d741..f327b72f259 100644 --- a/packages/hint-apple-touch-icons/package.json +++ b/packages/hint-apple-touch-icons/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-axe/package.json b/packages/hint-axe/package.json index 0d72b0b5b8c..972e0a08963 100644 --- a/packages/hint-axe/package.json +++ b/packages/hint-axe/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "chalk": "^4.1.2", "copyfiles": "^2.4.1", "eslint": "^7.32.0", diff --git a/packages/hint-babel-config/package.json b/packages/hint-babel-config/package.json index bfb253ef76a..463973f8d2f 100644 --- a/packages/hint-babel-config/package.json +++ b/packages/hint-babel-config/package.json @@ -20,7 +20,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-button-type/package.json b/packages/hint-button-type/package.json index 95a8e083f3a..486558ca49c 100644 --- a/packages/hint-button-type/package.json +++ b/packages/hint-button-type/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-compat-api/package.json b/packages/hint-compat-api/package.json index 2021ac54e13..a036ea20fe8 100644 --- a/packages/hint-compat-api/package.json +++ b/packages/hint-compat-api/package.json @@ -26,7 +26,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-content-type/package.json b/packages/hint-content-type/package.json index 11867237344..cccdb6da05e 100644 --- a/packages/hint-content-type/package.json +++ b/packages/hint-content-type/package.json @@ -25,7 +25,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-create-element-svg/package.json b/packages/hint-create-element-svg/package.json index 5e138548c9b..c7046806f2e 100644 --- a/packages/hint-create-element-svg/package.json +++ b/packages/hint-create-element-svg/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-css-prefix-order/package.json b/packages/hint-css-prefix-order/package.json index a91ee853b15..26fca17759b 100644 --- a/packages/hint-css-prefix-order/package.json +++ b/packages/hint-css-prefix-order/package.json @@ -25,7 +25,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-detect-css-reflows/package.json b/packages/hint-detect-css-reflows/package.json index 6f85dc45820..9163387ae61 100644 --- a/packages/hint-detect-css-reflows/package.json +++ b/packages/hint-detect-css-reflows/package.json @@ -25,7 +25,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-disown-opener/package.json b/packages/hint-disown-opener/package.json index 9014fb0d976..31c3470fbc5 100644 --- a/packages/hint-disown-opener/package.json +++ b/packages/hint-disown-opener/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-doctype/package.json b/packages/hint-doctype/package.json index 20f02c5c10c..585a4f4833e 100644 --- a/packages/hint-doctype/package.json +++ b/packages/hint-doctype/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-highest-available-document-mode/package.json b/packages/hint-highest-available-document-mode/package.json index b351dbf9acd..2073507421f 100644 --- a/packages/hint-highest-available-document-mode/package.json +++ b/packages/hint-highest-available-document-mode/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-html-checker/package.json b/packages/hint-html-checker/package.json index e28e405cad9..1aea01f26da 100644 --- a/packages/hint-html-checker/package.json +++ b/packages/hint-html-checker/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-http-cache/package.json b/packages/hint-http-cache/package.json index 13f37aeae64..0c160f42c77 100644 --- a/packages/hint-http-cache/package.json +++ b/packages/hint-http-cache/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-http-compression/package.json b/packages/hint-http-compression/package.json index 157e710f766..c9268ee2f39 100644 --- a/packages/hint-http-compression/package.json +++ b/packages/hint-http-compression/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-https-only/package.json b/packages/hint-https-only/package.json index a70481eca8a..5ddf9a8d832 100644 --- a/packages/hint-https-only/package.json +++ b/packages/hint-https-only/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-ie-flexbox-compat/package.json b/packages/hint-ie-flexbox-compat/package.json index 66e49d7d00d..ac3cb596137 100644 --- a/packages/hint-ie-flexbox-compat/package.json +++ b/packages/hint-ie-flexbox-compat/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-image-optimization-cloudinary/package.json b/packages/hint-image-optimization-cloudinary/package.json index 7f06c5cecfe..bf350342ebf 100644 --- a/packages/hint-image-optimization-cloudinary/package.json +++ b/packages/hint-image-optimization-cloudinary/package.json @@ -25,7 +25,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-leading-dot-classlist/package.json b/packages/hint-leading-dot-classlist/package.json index 5413de2c415..6e3d95fcb19 100644 --- a/packages/hint-leading-dot-classlist/package.json +++ b/packages/hint-leading-dot-classlist/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-manifest-app-name/package.json b/packages/hint-manifest-app-name/package.json index 6aabf718ca1..bfe92bbe29a 100644 --- a/packages/hint-manifest-app-name/package.json +++ b/packages/hint-manifest-app-name/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-manifest-exists/package.json b/packages/hint-manifest-exists/package.json index 5e8909869de..f541687315e 100644 --- a/packages/hint-manifest-exists/package.json +++ b/packages/hint-manifest-exists/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-manifest-file-extension/package.json b/packages/hint-manifest-file-extension/package.json index 9355f365daf..dd3066a3c08 100644 --- a/packages/hint-manifest-file-extension/package.json +++ b/packages/hint-manifest-file-extension/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-manifest-icons/package.json b/packages/hint-manifest-icons/package.json index 05d4f9b5124..980a71e8fad 100644 --- a/packages/hint-manifest-icons/package.json +++ b/packages/hint-manifest-icons/package.json @@ -25,7 +25,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-manifest-is-valid/package.json b/packages/hint-manifest-is-valid/package.json index 681aa3030bd..0f2015b1e42 100644 --- a/packages/hint-manifest-is-valid/package.json +++ b/packages/hint-manifest-is-valid/package.json @@ -26,7 +26,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-manifest-scoped-urls/package.json b/packages/hint-manifest-scoped-urls/package.json index ded646ba42d..9193c3005a0 100644 --- a/packages/hint-manifest-scoped-urls/package.json +++ b/packages/hint-manifest-scoped-urls/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-meta-charset-utf-8/package.json b/packages/hint-meta-charset-utf-8/package.json index 8f118ecadfb..a98bb8b0a01 100644 --- a/packages/hint-meta-charset-utf-8/package.json +++ b/packages/hint-meta-charset-utf-8/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-meta-theme-color/package.json b/packages/hint-meta-theme-color/package.json index 4942e33fb2a..99f49371b30 100644 --- a/packages/hint-meta-theme-color/package.json +++ b/packages/hint-meta-theme-color/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-meta-viewport/package.json b/packages/hint-meta-viewport/package.json index 4a91cf9c037..679ac4e0ce1 100644 --- a/packages/hint-meta-viewport/package.json +++ b/packages/hint-meta-viewport/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-minified-js/package.json b/packages/hint-minified-js/package.json index 3a159588f5b..0762ad8102c 100644 --- a/packages/hint-minified-js/package.json +++ b/packages/hint-minified-js/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-no-bom/package.json b/packages/hint-no-bom/package.json index 3a1b014afe7..b3a639a8f19 100644 --- a/packages/hint-no-bom/package.json +++ b/packages/hint-no-bom/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-no-broken-links/package.json b/packages/hint-no-broken-links/package.json index 6e9bdd8c53b..e67ba09d3f1 100644 --- a/packages/hint-no-broken-links/package.json +++ b/packages/hint-no-broken-links/package.json @@ -23,7 +23,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-no-disallowed-headers/package.json b/packages/hint-no-disallowed-headers/package.json index 0b688b36500..a3493506315 100644 --- a/packages/hint-no-disallowed-headers/package.json +++ b/packages/hint-no-disallowed-headers/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-no-friendly-error-pages/package.json b/packages/hint-no-friendly-error-pages/package.json index 0f07c1d865d..745a82f45a9 100644 --- a/packages/hint-no-friendly-error-pages/package.json +++ b/packages/hint-no-friendly-error-pages/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-no-html-only-headers/package.json b/packages/hint-no-html-only-headers/package.json index 552ea71f272..0573f3a001e 100644 --- a/packages/hint-no-html-only-headers/package.json +++ b/packages/hint-no-html-only-headers/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-no-http-redirects/package.json b/packages/hint-no-http-redirects/package.json index 94532f92d24..36b3d0e7bb5 100644 --- a/packages/hint-no-http-redirects/package.json +++ b/packages/hint-no-http-redirects/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-no-inline-styles/package.json b/packages/hint-no-inline-styles/package.json index de1a4ada982..38bfaef7546 100644 --- a/packages/hint-no-inline-styles/package.json +++ b/packages/hint-no-inline-styles/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-no-p3p/package.json b/packages/hint-no-p3p/package.json index e89bb9d2954..0b06f956cd8 100644 --- a/packages/hint-no-p3p/package.json +++ b/packages/hint-no-p3p/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-no-protocol-relative-urls/package.json b/packages/hint-no-protocol-relative-urls/package.json index cfb69afc6c6..77896972d94 100644 --- a/packages/hint-no-protocol-relative-urls/package.json +++ b/packages/hint-no-protocol-relative-urls/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-no-vulnerable-javascript-libraries/package.json b/packages/hint-no-vulnerable-javascript-libraries/package.json index c56beb240a8..e92e8a460e2 100644 --- a/packages/hint-no-vulnerable-javascript-libraries/package.json +++ b/packages/hint-no-vulnerable-javascript-libraries/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", "angular": "1.4.9", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-performance-budget/package.json b/packages/hint-performance-budget/package.json index 51e2c0eeef3..b7cb36633eb 100644 --- a/packages/hint-performance-budget/package.json +++ b/packages/hint-performance-budget/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-scoped-svg-styles/package.json b/packages/hint-scoped-svg-styles/package.json index 5c7aef2b158..5f59dd0af91 100644 --- a/packages/hint-scoped-svg-styles/package.json +++ b/packages/hint-scoped-svg-styles/package.json @@ -24,7 +24,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-sri/package.json b/packages/hint-sri/package.json index 68061ee89bc..5e1e7909ee0 100644 --- a/packages/hint-sri/package.json +++ b/packages/hint-sri/package.json @@ -23,7 +23,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-ssllabs/package.json b/packages/hint-ssllabs/package.json index f741a4065b2..6ac733d33be 100644 --- a/packages/hint-ssllabs/package.json +++ b/packages/hint-ssllabs/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-strict-transport-security/package.json b/packages/hint-strict-transport-security/package.json index 9ec81ff2401..ae9abb952a3 100644 --- a/packages/hint-strict-transport-security/package.json +++ b/packages/hint-strict-transport-security/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-stylesheet-limits/package.json b/packages/hint-stylesheet-limits/package.json index d0ac15a63a7..86964131a5b 100644 --- a/packages/hint-stylesheet-limits/package.json +++ b/packages/hint-stylesheet-limits/package.json @@ -19,7 +19,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-summary-display/package.json b/packages/hint-summary-display/package.json index 415732d7e9b..ea6304b0f4b 100644 --- a/packages/hint-summary-display/package.json +++ b/packages/hint-summary-display/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/hint-typescript-config/package.json b/packages/hint-typescript-config/package.json index 6d7a253892f..801bf621c26 100644 --- a/packages/hint-typescript-config/package.json +++ b/packages/hint-typescript-config/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-validate-set-cookie-header/package.json b/packages/hint-validate-set-cookie-header/package.json index bcaf0d3b80b..bf97b6d55e0 100644 --- a/packages/hint-validate-set-cookie-header/package.json +++ b/packages/hint-validate-set-cookie-header/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-webpack-config/package.json b/packages/hint-webpack-config/package.json index f0fbb0ece3e..4467e082cb7 100644 --- a/packages/hint-webpack-config/package.json +++ b/packages/hint-webpack-config/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint-x-content-type-options/package.json b/packages/hint-x-content-type-options/package.json index a803469dac2..f4cef32abf2 100644 --- a/packages/hint-x-content-type-options/package.json +++ b/packages/hint-x-content-type-options/package.json @@ -22,7 +22,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/hint/package.json b/packages/hint/package.json index 7bf85748f0b..ad738467d76 100644 --- a/packages/hint/package.json +++ b/packages/hint/package.json @@ -38,7 +38,7 @@ "@types/update-notifier": "^5.1.0", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-babel-config/package.json b/packages/parser-babel-config/package.json index 5cc293ef331..477d6cf8782 100644 --- a/packages/parser-babel-config/package.json +++ b/packages/parser-babel-config/package.json @@ -20,7 +20,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-css/package.json b/packages/parser-css/package.json index 9c87ebadce4..cc274e56865 100644 --- a/packages/parser-css/package.json +++ b/packages/parser-css/package.json @@ -23,7 +23,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-html/package.json b/packages/parser-html/package.json index 9bfa005a348..9ee9ced6575 100644 --- a/packages/parser-html/package.json +++ b/packages/parser-html/package.json @@ -17,7 +17,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/parser-javascript/package.json b/packages/parser-javascript/package.json index a04bf76f6c5..380ae14f7f3 100644 --- a/packages/parser-javascript/package.json +++ b/packages/parser-javascript/package.json @@ -26,7 +26,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/parser-jsx/package.json b/packages/parser-jsx/package.json index 34a5098cbff..60065030ba9 100644 --- a/packages/parser-jsx/package.json +++ b/packages/parser-jsx/package.json @@ -21,7 +21,7 @@ "@types/node": "^20.1.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/parser-less/package.json b/packages/parser-less/package.json index c29a7e92aba..0a7243643d7 100644 --- a/packages/parser-less/package.json +++ b/packages/parser-less/package.json @@ -24,7 +24,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-manifest/package.json b/packages/parser-manifest/package.json index 3ad95b62d83..65878054aaa 100644 --- a/packages/parser-manifest/package.json +++ b/packages/parser-manifest/package.json @@ -20,7 +20,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-package-json/package.json b/packages/parser-package-json/package.json index e4d7396ed2f..3c7c6cbff6b 100644 --- a/packages/parser-package-json/package.json +++ b/packages/parser-package-json/package.json @@ -20,7 +20,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-sass/package.json b/packages/parser-sass/package.json index 287d63c16a2..806182a921b 100644 --- a/packages/parser-sass/package.json +++ b/packages/parser-sass/package.json @@ -25,7 +25,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-typescript-config/package.json b/packages/parser-typescript-config/package.json index e5a6db92a38..d809063558f 100644 --- a/packages/parser-typescript-config/package.json +++ b/packages/parser-typescript-config/package.json @@ -21,7 +21,7 @@ "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/parser-typescript/package.json b/packages/parser-typescript/package.json index dd6b21a039a..fe116865cfd 100644 --- a/packages/parser-typescript/package.json +++ b/packages/parser-typescript/package.json @@ -21,7 +21,7 @@ "@types/proxyquire": "^1.3.28", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/parser-webpack-config/package.json b/packages/parser-webpack-config/package.json index c197931425d..4d44e0a2f85 100644 --- a/packages/parser-webpack-config/package.json +++ b/packages/parser-webpack-config/package.json @@ -20,7 +20,7 @@ "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-compat-data/package.json b/packages/utils-compat-data/package.json index 2608b93232c..573bcc99445 100644 --- a/packages/utils-compat-data/package.json +++ b/packages/utils-compat-data/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/utils-connector-tools/package.json b/packages/utils-connector-tools/package.json index c676da3fb7c..cb68915ca68 100644 --- a/packages/utils-connector-tools/package.json +++ b/packages/utils-connector-tools/package.json @@ -26,7 +26,7 @@ "@types/node-fetch": "^2.x", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/utils-create-server/package.json b/packages/utils-create-server/package.json index 97cd83fd8a7..d90975e2db6 100644 --- a/packages/utils-create-server/package.json +++ b/packages/utils-create-server/package.json @@ -15,7 +15,7 @@ "@types/on-headers": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/utils-css/package.json b/packages/utils-css/package.json index b02284fa686..5f40e7731aa 100644 --- a/packages/utils-css/package.json +++ b/packages/utils-css/package.json @@ -12,7 +12,7 @@ "description": "utils for CSS", "devDependencies": { "@hint/utils-types": "^1.2.1", - "ava": "^4.3.3", + "ava": "^6.2.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-dom/package.json b/packages/utils-dom/package.json index 6a2fd3ef118..6ed1543283f 100644 --- a/packages/utils-dom/package.json +++ b/packages/utils-dom/package.json @@ -20,7 +20,7 @@ "description": "utils for DOM", "devDependencies": { "@types/parse5-htmlparser2-tree-adapter": "^6.0.1", - "ava": "^4.3.3", + "ava": "^6.2.0", "axe-core": "^4.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/utils-fs/package.json b/packages/utils-fs/package.json index 4dcf1542c4b..9fc396eb668 100644 --- a/packages/utils-fs/package.json +++ b/packages/utils-fs/package.json @@ -13,7 +13,7 @@ }, "description": "utils for filesystem", "devDependencies": { - "ava": "^4.3.3", + "ava": "^6.2.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-i18n/package.json b/packages/utils-i18n/package.json index d190950798a..48d15a7a986 100644 --- a/packages/utils-i18n/package.json +++ b/packages/utils-i18n/package.json @@ -13,7 +13,7 @@ }, "description": "util for i18n", "devDependencies": { - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/packages/utils-json/package.json b/packages/utils-json/package.json index 25d071c6e71..3d0c9901a51 100644 --- a/packages/utils-json/package.json +++ b/packages/utils-json/package.json @@ -19,7 +19,7 @@ }, "description": "utils for JSON", "devDependencies": { - "ava": "^4.3.3", + "ava": "^6.2.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-network/package.json b/packages/utils-network/package.json index ac3af67b586..4196ae24933 100644 --- a/packages/utils-network/package.json +++ b/packages/utils-network/package.json @@ -22,7 +22,7 @@ "description": "utils for network", "devDependencies": { "@types/node-fetch": "^2.x", - "ava": "^4.3.3", + "ava": "^6.2.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-string/package.json b/packages/utils-string/package.json index 5c11c79d12d..089f2e71f64 100644 --- a/packages/utils-string/package.json +++ b/packages/utils-string/package.json @@ -11,7 +11,7 @@ "dependencies": {}, "description": "utils for strings", "devDependencies": { - "ava": "^4.3.3", + "ava": "^6.2.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", diff --git a/packages/utils-tests-helpers/package.json b/packages/utils-tests-helpers/package.json index 400f39eb3b7..4a0b0da6622 100644 --- a/packages/utils-tests-helpers/package.json +++ b/packages/utils-tests-helpers/package.json @@ -5,7 +5,7 @@ "@hint/utils-fs": "^1.0.16", "@hint/utils-network": "^1.0.27", "@hint/utils-types": "^1.2.1", - "ava": "^4.3.3", + "ava": "^6.2.0", "proxyquire": "^2.1.3" }, "description": "hint tests helpers", diff --git a/packages/utils-worker/package.json b/packages/utils-worker/package.json index 80154a7796b..dbadaa6b6ce 100644 --- a/packages/utils-worker/package.json +++ b/packages/utils-worker/package.json @@ -52,7 +52,7 @@ "@types/puppeteer": "^5.4.5", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "browserslist": "^4.23.0", "copyfiles": "^2.4.1", "crypto-browserify": "^3.12.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 8acc9198c1f..af9d14021ac 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -33,7 +33,7 @@ "@types/semver": "^7.5.1", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^4.33.0", - "ava": "^4.3.3", + "ava": "^6.2.0", "copyfiles": "^2.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", diff --git a/yarn.lock b/yarn.lock index 784d8ad3457..25973247584 100644 --- a/yarn.lock +++ b/yarn.lock @@ -483,6 +483,21 @@ semver "^7.3.4" tar "^6.1.0" +"@mapbox/node-pre-gyp@^1.0.5": + version "1.0.11" + resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz#417db42b7f5323d79e93b34a6d7a2a12c0df43fa" + integrity sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ== + dependencies: + detect-libc "^2.0.0" + https-proxy-agent "^5.0.0" + make-dir "^3.1.0" + node-fetch "^2.6.7" + nopt "^5.0.0" + npmlog "^5.0.1" + rimraf "^3.0.2" + semver "^7.3.5" + tar "^6.1.11" + "@mdn/browser-compat-data@5.2.17", "@mdn/browser-compat-data@^5.5.23": version "5.5.23" resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.5.23.tgz#14b8f80118b5ab5e5cb2e40f07e0e70b23bf107a" @@ -756,6 +771,14 @@ "@pnpm/network.ca-file" "^1.0.1" config-chain "^1.1.11" +"@rollup/pluginutils@^4.0.0": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d" + integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ== + dependencies: + estree-walker "^2.0.1" + picomatch "^2.2.2" + "@samverschueren/stream-to-observable@^0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" @@ -778,6 +801,11 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.3.0.tgz#0ec9264cf54a527671d990eb874e030b55b70dcc" integrity sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw== +"@sindresorhus/merge-streams@^2.1.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958" + integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg== + "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.3": version "1.8.3" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" @@ -1502,6 +1530,24 @@ "@typescript-eslint/types" "5.59.5" eslint-visitor-keys "^3.3.0" +"@vercel/nft@^0.27.5": + version "0.27.5" + resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.27.5.tgz#7f0d112e05193ba7aab5d72dc91e5955194743cc" + integrity sha512-b2A7M+4yMHdWKY7xCC+kBEcnMrpaSE84CnuauTjhKKoCEeej0byJMAB8h/RBVnw/HdZOAFVcxR0Izr3LL24FwA== + dependencies: + "@mapbox/node-pre-gyp" "^1.0.5" + "@rollup/pluginutils" "^4.0.0" + acorn "^8.6.0" + acorn-import-attributes "^1.9.5" + async-sema "^3.1.1" + bindings "^1.4.0" + estree-walker "2.0.2" + glob "^7.1.3" + graceful-fs "^4.2.9" + micromatch "^4.0.8" + node-gyp-build "^4.2.2" + resolve-from "^5.0.0" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" @@ -1688,6 +1734,11 @@ acorn-import-assertions@^1.7.6: resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9" integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== +acorn-import-attributes@^1.9.5: + version "1.9.5" + resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef" + integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ== + acorn-jsx-walk@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/acorn-jsx-walk/-/acorn-jsx-walk-2.0.0.tgz#a5ed648264e68282d7c2aead80216bfdf232573a" @@ -1698,20 +1749,22 @@ acorn-jsx@^5.3.1, acorn-jsx@^5.3.2: resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn-walk@^8.0.2, acorn-walk@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" - integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== +acorn-walk@^8.0.2, acorn-walk@^8.2.0, acorn-walk@^8.3.4: + version "8.3.4" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.4.tgz#794dd169c3977edf4ba4ea47583587c5866236b7" + integrity sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g== + dependencies: + acorn "^8.11.0" acorn@^7.4.0: version "7.4.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== -acorn@^8.1.0, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.1, acorn@^8.8.2: - version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" - integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +acorn@^8.1.0, acorn@^8.11.0, acorn@^8.13.0, acorn@^8.5.0, acorn@^8.6.0, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.1, acorn@^8.8.2: + version "8.14.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0" + integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== addons-linter@5.23.0: version "5.23.0" @@ -1803,14 +1856,6 @@ aggregate-error@^3.0.0: clean-stack "^2.0.0" indent-string "^4.0.0" -aggregate-error@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-4.0.0.tgz#83dbdb53a0d500721281d22e19eee9bc352a89cd" - integrity sha512-8DGp7zUt1E9k0NE2q4jlXHk+V3ORErmwolEdRz9iV+LKJ40WhMHh92cxAvhqV2I+zEn/gotIoqoMs0NjF3xofg== - dependencies: - clean-stack "^4.0.0" - indent-string "^5.0.0" - ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" @@ -1942,10 +1987,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: "@types/color-name" "^1.1.1" color-convert "^2.0.1" -ansi-styles@^6.0.0, ansi-styles@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3" - integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ== +ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== any-observable@^0.3.0: version "0.3.0" @@ -1977,6 +2022,11 @@ aproba@^1.0.3: resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== +"aproba@^1.0.3 || ^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" + integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== + archiver-utils@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" @@ -2011,6 +2061,14 @@ archy@^1.0.0: resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA= +are-we-there-yet@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" + integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== + dependencies: + delegates "^1.0.0" + readable-stream "^3.6.0" + are-we-there-yet@~1.1.2: version "1.1.5" resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" @@ -2156,6 +2214,11 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== +async-sema@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/async-sema/-/async-sema-3.1.1.tgz#e527c08758a0f8f6f9f15f799a173ff3c40ea808" + integrity sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg== + async@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720" @@ -2181,56 +2244,51 @@ atomic-sleep@^1.0.0: resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b" integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== -ava@^4.3.3: - version "4.3.3" - resolved "https://registry.yarnpkg.com/ava/-/ava-4.3.3.tgz#4ddcb650ed059e4e999a4b640de53ff00f4a008b" - integrity sha512-9Egq/d9R74ExrWohHeqUlexjDbgZJX5jA1Wq4KCTqc3wIfpGEK79zVy4rBtofJ9YKIxs4PzhJ8BgbW5PlAYe6w== +ava@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/ava/-/ava-6.2.0.tgz#77be81e745ae219dd835c4e0941f6cf236bb23aa" + integrity sha512-+GZk5PbyepjiO/68hzCZCUepQOQauKfNnI7sA4JukBTg97jD7E+tDKEA7OhGOGr6EorNNMM9+jqvgHVOTOzG4w== dependencies: - acorn "^8.7.1" - acorn-walk "^8.2.0" - ansi-styles "^6.1.0" + "@vercel/nft" "^0.27.5" + acorn "^8.13.0" + acorn-walk "^8.3.4" + ansi-styles "^6.2.1" arrgv "^1.0.2" arrify "^3.0.0" - callsites "^4.0.0" - cbor "^8.1.0" - chalk "^5.0.1" - chokidar "^3.5.3" + callsites "^4.2.0" + cbor "^9.0.2" + chalk "^5.3.0" chunkd "^2.0.1" - ci-info "^3.3.1" + ci-info "^4.0.0" ci-parallel-vars "^1.0.1" - clean-yaml-object "^0.1.0" - cli-truncate "^3.1.0" + cli-truncate "^4.0.0" code-excerpt "^4.0.0" common-path-prefix "^3.0.0" concordance "^5.0.4" currently-unhandled "^0.4.1" - debug "^4.3.4" - del "^6.1.1" - emittery "^0.11.0" - figures "^4.0.1" - globby "^13.1.1" + debug "^4.3.7" + emittery "^1.0.3" + figures "^6.1.0" + globby "^14.0.2" ignore-by-default "^2.1.0" indent-string "^5.0.0" - is-error "^2.2.2" is-plain-object "^5.0.0" is-promise "^4.0.0" matcher "^5.0.0" - mem "^9.0.2" + memoize "^10.0.0" ms "^2.1.3" - p-event "^5.0.1" - p-map "^5.4.0" - picomatch "^2.3.1" - pkg-conf "^4.0.0" + p-map "^7.0.2" + package-config "^5.0.0" + picomatch "^4.0.2" plur "^5.1.0" - pretty-ms "^7.0.1" + pretty-ms "^9.1.0" resolve-cwd "^3.0.0" - slash "^3.0.0" - stack-utils "^2.0.5" - strip-ansi "^7.0.1" + stack-utils "^2.0.6" + strip-ansi "^7.1.0" supertap "^3.0.1" - temp-dir "^2.0.0" - write-file-atomic "^4.0.1" - yargs "^17.5.1" + temp-dir "^3.0.0" + write-file-atomic "^6.0.0" + yargs "^17.7.2" available-typed-arrays@^1.0.0, available-typed-arrays@^1.0.2: version "1.0.2" @@ -2312,6 +2370,13 @@ binary@~0.3.0: buffers "~0.1.1" chainsaw "~0.1.0" +bindings@^1.4.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + bl@^4.0.1, bl@^4.0.3, bl@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" @@ -2692,10 +2757,10 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== -callsites@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.0.0.tgz#8014cea4fedfe681a30e2f7d2d557dd95808a92a" - integrity sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ== +callsites@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.2.0.tgz#98761d5be3ce092e4b9c92f7fb8c8eb9b83cadc8" + integrity sha512-kfzR4zzQtAE9PC7CzZsjl3aBNbXWuXiSeOCdLcPpBfGW8YuCqQHcRPFDbr/BPVmd3EEPVpuFzLyuT/cUhPr4OQ== camelcase@7.0.0, camelcase@^7.0.0: version "7.0.0" @@ -2731,10 +2796,10 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -cbor@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/cbor/-/cbor-8.1.0.tgz#cfc56437e770b73417a2ecbfc9caf6b771af60d5" - integrity sha512-DwGjNW9omn6EwP70aXsn7FQJx5kO12tX0bZkaTjzdVFM6/7nhA4t0EENocKGx6D2Bch9PE2KzCUf5SceBdeijg== +cbor@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/cbor/-/cbor-9.0.2.tgz#536b4f2d544411e70ec2b19a2453f10f83cd9fdb" + integrity sha512-JPypkxsB10s9QOWwa6zwPzqE1Md3vqpPc+cai4sAecuCsRyAtAl/pMyhPlMbT/xtPnm2dznJZYRLui57qiRhaQ== dependencies: nofilter "^3.1.0" @@ -2781,10 +2846,10 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.1.tgz#ca57d71e82bb534a296df63bbacc4a1c22b2a4b6" - integrity sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w== +chalk@^5.0.1, chalk@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== character-entities-legacy@^1.0.0: version "1.1.3" @@ -2912,11 +2977,16 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.1.0, ci-info@^3.2.0, ci-info@^3.3.1: +ci-info@^3.1.0, ci-info@^3.2.0: version "3.4.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251" integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug== +ci-info@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.0.0.tgz#65466f8b280fc019b9f50a5388115d17a63a44f2" + integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== + ci-parallel-vars@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/ci-parallel-vars/-/ci-parallel-vars-1.0.1.tgz#e87ff0625ccf9d286985b29b4ada8485ca9ffbc2" @@ -2935,18 +3005,6 @@ clean-stack@^2.0.0: resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== -clean-stack@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-4.1.0.tgz#5ce5a2fd19a12aecdce8570daefddb7ac94b6b4e" - integrity sha512-dxXQYI7mfQVcaF12s6sjNFoZ6ZPDQuBBLp3QJ5156k9EvUFClUoZ11fo8HnLQO241DDVntHEug8MOuFO5PSfRg== - dependencies: - escape-string-regexp "5.0.0" - -clean-yaml-object@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz#63fb110dc2ce1a84dc21f6d9334876d010ae8b68" - integrity sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g= - cli-boxes@^2.2.0, cli-boxes@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" @@ -2995,13 +3053,13 @@ cli-truncate@^0.2.1: slice-ansi "0.0.4" string-width "^1.0.1" -cli-truncate@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-3.1.0.tgz#3f23ab12535e3d73e839bb43e73c9de487db1389" - integrity sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA== +cli-truncate@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-4.0.0.tgz#6cc28a2924fee9e25ce91e973db56c7066e6172a" + integrity sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA== dependencies: slice-ansi "^5.0.0" - string-width "^5.0.0" + string-width "^7.0.0" cli-width@^2.0.0: version "2.2.0" @@ -3113,6 +3171,11 @@ color-string@^1.9.1: color-name "^1.0.0" simple-swizzle "^0.2.2" +color-support@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== + colorette@^2.0.14: version "2.0.16" resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da" @@ -3250,7 +3313,7 @@ configstore@^6.0.0: write-file-atomic "^3.0.3" xdg-basedir "^5.0.1" -console-control-strings@^1.0.0, console-control-strings@~1.1.0: +console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= @@ -3583,12 +3646,12 @@ debug@2.6.9, debug@^2.6.8: dependencies: ms "2.0.0" -debug@4, debug@4.3.4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== +debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.7, debug@~4.3.1: + version "4.3.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== dependencies: - ms "2.1.2" + ms "^2.1.3" debug@4.3.1: version "4.3.1" @@ -3604,6 +3667,13 @@ debug@4.3.2: dependencies: ms "2.1.2" +debug@4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + debug@^3.2.7: version "3.2.7" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a" @@ -3718,20 +3788,6 @@ define-properties@^1.1.4: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -del@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a" - integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== - dependencies: - globby "^11.0.1" - graceful-fs "^4.2.4" - is-glob "^4.0.1" - is-path-cwd "^2.2.0" - is-path-inside "^3.0.2" - p-map "^4.0.0" - rimraf "^3.0.2" - slash "^3.0.0" - delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" @@ -4006,10 +4062,15 @@ elliptic@^6.5.3, elliptic@^6.5.5: minimalistic-assert "^1.0.1" minimalistic-crypto-utils "^1.0.1" -emittery@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.11.0.tgz#eb5f756a200d3431de2c6e850cb2d8afd97a03b9" - integrity sha512-S/7tzL6v5i+4iJd627Nhv9cLFIo5weAIlGccqJFpnBoDB8U1TF2k5tez4J/QNuxyyhWuFqHg1L84Kd3m7iXg6g== +emittery@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-1.0.3.tgz#c9d2a9c689870f15251bb13b31c67715c26d69ac" + integrity sha512-tJdCJitoy2lrC2ldJcqN4vkqJ00lT+tOWNT1hBJjO/3FDMJa5TTIiYGCKGkn/WfCyOzUMObeohbVTj00fhiLiA== + +emoji-regex@^10.3.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.4.0.tgz#03553afea80b3975749cfcb36f776ca268e413d4" + integrity sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw== emoji-regex@^7.0.1: version "7.0.3" @@ -4338,11 +4399,6 @@ escape-html@~1.0.3: resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= -escape-string-regexp@5.0.0, escape-string-regexp@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" - integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== - escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" @@ -4358,6 +4414,11 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== +escape-string-regexp@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== + escodegen@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" @@ -4631,6 +4692,11 @@ estraverse@^5.2.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880" integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== +estree-walker@2.0.2, estree-walker@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== + esutils@^2.0.2, esutils@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" @@ -4846,7 +4912,7 @@ fast-diff@^1.2.0: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== -fast-glob@^3.2.11, fast-glob@^3.2.9: +fast-glob@^3.2.9: version "3.2.12" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== @@ -4857,6 +4923,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9: merge2 "^1.3.0" micromatch "^4.0.4" +fast-glob@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-patch@^2.0.6: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-2.1.0.tgz#e348c330a5b2481b14f5fffd707aebfef8b7bef6" @@ -4939,13 +5016,12 @@ figures@^3.0.0: dependencies: escape-string-regexp "^1.0.5" -figures@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/figures/-/figures-4.0.1.tgz#27b26609907bc888b3e3b0ef5403643f80aa2518" - integrity sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w== +figures@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a" + integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg== dependencies: - escape-string-regexp "^5.0.0" - is-unicode-supported "^1.2.0" + is-unicode-supported "^2.0.0" file-entry-cache@^6.0.1: version "6.0.1" @@ -4968,6 +5044,11 @@ file-type@^16.5.4: strtok3 "^6.2.4" token-types "^4.1.1" +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + filelist@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb" @@ -5012,6 +5093,11 @@ find-cache-dir@^3.2.0: make-dir "^3.0.2" pkg-dir "^4.1.0" +find-up-simple@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.0.tgz#21d035fde9fdbd56c8f4d2f63f32fd93a1cfc368" + integrity sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw== + find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" @@ -5028,14 +5114,6 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -find-up@^6.0.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790" - integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw== - dependencies: - locate-path "^7.1.0" - path-exists "^5.0.0" - firefox-profile@4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/firefox-profile/-/firefox-profile-4.2.2.tgz#1c7c78d103e2fe4102154e0300dbc17124847db5" @@ -5287,6 +5365,21 @@ fx-runner@1.3.0: which "1.2.4" winreg "0.0.12" +gauge@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" + integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== + dependencies: + aproba "^1.0.3 || ^2.0.0" + color-support "^1.1.2" + console-control-strings "^1.0.0" + has-unicode "^2.0.1" + object-assign "^4.1.1" + signal-exit "^3.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + wide-align "^1.1.2" + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -5311,6 +5404,11 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== +get-east-asian-width@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz#21b4071ee58ed04ee0db653371b55b4299875389" + integrity sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ== + get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" @@ -5505,7 +5603,7 @@ globalthis@^1.0.3: dependencies: define-properties "^1.1.3" -globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0: +globby@^11.0.3, globby@^11.0.4, globby@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== @@ -5517,16 +5615,17 @@ globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" -globby@^13.1.1: - version "13.1.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" - integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== +globby@^14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f" + integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw== dependencies: - dir-glob "^3.0.1" - fast-glob "^3.2.11" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^4.0.0" + "@sindresorhus/merge-streams" "^2.1.0" + fast-glob "^3.3.2" + ignore "^5.2.4" + path-type "^5.0.0" + slash "^5.1.0" + unicorn-magic "^0.1.0" gonzales-pe@^4.3.0: version "4.3.0" @@ -5704,7 +5803,7 @@ has-tostringtag@^1.0.0: dependencies: has-symbols "^1.0.2" -has-unicode@^2.0.0: +has-unicode@^2.0.0, has-unicode@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= @@ -5972,6 +6071,11 @@ ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +ignore@^5.2.4: + version "5.3.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== + image-size@*, image-size@1.0.2, image-size@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.2.tgz#d778b6d0ab75b2737c1556dd631652eb963bc486" @@ -6289,11 +6393,6 @@ is-docker@^2.1.1: resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== -is-error@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/is-error/-/is-error-2.2.2.tgz#c10ade187b3c93510c5470a5567833ee25649843" - integrity sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg== - is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -6415,11 +6514,6 @@ is-observable@^1.1.0: dependencies: symbol-observable "^1.1.0" -is-path-cwd@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" - integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== - is-path-inside@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017" @@ -6580,10 +6674,10 @@ is-unicode-supported@^0.1.0: resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== -is-unicode-supported@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" - integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== +is-unicode-supported@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a" + integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ== is-utf8@^0.2.1: version "0.2.1" @@ -7186,7 +7280,7 @@ load-json-file@^4.0.0: pify "^3.0.0" strip-bom "^3.0.0" -load-json-file@^7.0.0: +load-json-file@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-7.0.1.tgz#a3c9fde6beffb6bedb5acf104fad6bb1604e1b00" integrity sha512-Gnxj3ev3mB5TkVBGad0JM6dmLiQL+o0t23JPBZ9sd+yvSLk05mFoqKBw5N8gbbkU4TNXyqCgIrl/VM17OgUIgQ== @@ -7210,13 +7304,6 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -locate-path@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.1.0.tgz#241d62af60739f6097c055efe10329c88b798425" - integrity sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ== - dependencies: - p-locate "^6.0.0" - lockfile@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609" @@ -7588,14 +7675,6 @@ mem@^5.0.0: mimic-fn "^2.1.0" p-is-promise "^2.1.0" -mem@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/mem/-/mem-9.0.2.tgz#bbc2d40be045afe30749681e8f5d554cee0c0354" - integrity sha512-F2t4YIv9XQUBHt6AOJ0y7lSmP1+cY7Fm1DRh9GClTGzKST7UWLMx6ly9WZdLH/G/ppM5RL4MlQfRT71ri9t19A== - dependencies: - map-age-cleaner "^0.1.3" - mimic-fn "^4.0.0" - memfs@^3.4.1: version "3.4.1" resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305" @@ -7603,6 +7682,13 @@ memfs@^3.4.1: dependencies: fs-monkey "1.0.3" +memoize@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/memoize/-/memoize-10.0.0.tgz#43fa66b2022363c7c50cf5dfab732a808a3d7147" + integrity sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA== + dependencies: + mimic-function "^5.0.0" + memoizee@^0.4.15: version "0.4.15" resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.15.tgz#e6f3d2da863f318d02225391829a6c5956555b72" @@ -7660,7 +7746,7 @@ micromark@~2.11.0: debug "^4.0.0" parse-entities "^2.0.0" -micromatch@^4.0.0, micromatch@^4.0.4: +micromatch@^4.0.0, micromatch@^4.0.4, micromatch@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== @@ -7703,10 +7789,10 @@ mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -mimic-fn@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" - integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== +mimic-function@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076" + integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA== mimic-response@^1.0.0, mimic-response@^1.0.1: version "1.0.1" @@ -8023,6 +8109,11 @@ node-forge@^1.3.1: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== +node-gyp-build@^4.2.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.8.2.tgz#4f802b71c1ab2ca16af830e6c1ea7dd1ad9496fa" + integrity sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw== + node-notifier@10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-10.0.1.tgz#0e82014a15a8456c4cfcdb25858750399ae5f1c7" @@ -8164,6 +8255,16 @@ npmlog@^4.0.1, npmlog@^4.1.2: gauge "~2.7.3" set-blocking "~2.0.0" +npmlog@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== + dependencies: + are-we-there-yet "^2.0.0" + console-control-strings "^1.1.0" + gauge "^3.0.0" + set-blocking "^2.0.0" + nth-check@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" @@ -8219,7 +8320,7 @@ oauth-sign@~0.9.0: resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== -object-assign@^4.0.1, object-assign@^4.1.0: +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= @@ -8443,13 +8544,6 @@ p-defer@^1.0.0: resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= -p-event@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/p-event/-/p-event-5.0.1.tgz#614624ec02ae7f4f13d09a721c90586184af5b0c" - integrity sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ== - dependencies: - p-timeout "^5.0.2" - p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" @@ -8474,13 +8568,6 @@ p-limit@^3.0.2: dependencies: yocto-queue "^0.1.0" -p-limit@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644" - integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ== - dependencies: - yocto-queue "^1.0.0" - p-locate@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" @@ -8495,13 +8582,6 @@ p-locate@^5.0.0: dependencies: p-limit "^3.0.2" -p-locate@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f" - integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw== - dependencies: - p-limit "^4.0.0" - p-map@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" @@ -8521,23 +8601,24 @@ p-map@^4.0.0: dependencies: aggregate-error "^3.0.0" -p-map@^5.4.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-5.5.0.tgz#054ca8ca778dfa4cf3f8db6638ccb5b937266715" - integrity sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg== - dependencies: - aggregate-error "^4.0.0" - -p-timeout@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0" - integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ== +p-map@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.2.tgz#7c5119fada4755660f70199a66aa3fe2f85a1fe8" + integrity sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q== p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== +package-config@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/package-config/-/package-config-5.0.0.tgz#cba78b7feb3396fa0149caca2c72677ff302b3c4" + integrity sha512-GYTTew2slBcYdvRHqjhwaaydVMvn/qrGC323+nKclYioNSLTDUM/lGgtGTgyHVtYcozb+XkE8CNhwcraOmZ9Mg== + dependencies: + find-up-simple "^1.0.0" + load-json-file "^7.0.1" + package-hash@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/package-hash/-/package-hash-4.0.0.tgz#3537f654665ec3cc38827387fc904c163c54f506" @@ -8643,10 +8724,10 @@ parse-json@^5.0.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" -parse-ms@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" - integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== +parse-ms@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4" + integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw== parse-semver@^1.1.1: version "1.1.1" @@ -8697,11 +8778,6 @@ path-exists@^4.0.0: resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== -path-exists@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7" - integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== - path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" @@ -8754,6 +8830,11 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== +path-type@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8" + integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg== + pbkdf2@^3.0.3: version "3.1.1" resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" @@ -8796,11 +8877,16 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== +picomatch@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" + integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== + pidtree@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b" @@ -8841,14 +8927,6 @@ pino@8.7.0: sonic-boom "^3.1.0" thread-stream "^2.0.0" -pkg-conf@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/pkg-conf/-/pkg-conf-4.0.0.tgz#63ace00cbacfa94c2226aee133800802d3e3b80c" - integrity sha512-7dmgi4UY4qk+4mj5Cd8v/GExPo0K+SlY+hulOSdfZ/T6jVH6//y7NtzZo5WrfhDBxuQ0jCa7fLZmNaNh7EWL/w== - dependencies: - find-up "^6.0.0" - load-json-file "^7.0.0" - pkg-dir@4.2.0, pkg-dir@^4.1.0, pkg-dir@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" @@ -9042,12 +9120,12 @@ prettier@^2.6.2: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== -pretty-ms@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" - integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== +pretty-ms@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.1.0.tgz#0ad44de6086454f48a168e5abb3c26f8db1b3253" + integrity sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw== dependencies: - parse-ms "^2.1.0" + parse-ms "^4.0.0" printj@~1.1.0: version "1.1.2" @@ -10016,11 +10094,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== -signal-exit@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - signal-exit@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a" @@ -10073,10 +10146,10 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== -slash@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7" - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== +slash@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" + integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== slice-ansi@0.0.4: version "0.0.4" @@ -10242,10 +10315,10 @@ ssri@^10.0.0: dependencies: minipass "^4.0.0" -stack-utils@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" - integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== +stack-utils@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" + integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== dependencies: escape-string-regexp "^2.0.0" @@ -10295,6 +10368,15 @@ string-width@^1.0.1: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string-width@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" @@ -10304,16 +10386,7 @@ string-width@^3.0.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2: +string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== @@ -10322,6 +10395,15 @@ string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" +string-width@^7.0.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc" + integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ== + dependencies: + emoji-regex "^10.3.0" + get-east-asian-width "^1.0.0" + strip-ansi "^7.1.0" + string.prototype.padend@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" @@ -10469,10 +10551,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -strip-ansi@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2" - integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw== +strip-ansi@^7.0.1, strip-ansi@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== dependencies: ansi-regex "^6.0.1" @@ -10690,10 +10772,10 @@ tar@^6.1.0, tar@^6.1.11: mkdirp "^1.0.3" yallist "^4.0.0" -temp-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" - integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== +temp-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa" + integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw== term-size@^2.1.0: version "2.1.0" @@ -11100,6 +11182,11 @@ underscore@^1.12.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1" integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g== +unicorn-magic@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" + integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== + unique-filename@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" @@ -11709,6 +11796,13 @@ wide-align@^1.1.0: dependencies: string-width "^1.0.2 || 2" +wide-align@^1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" + integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== + dependencies: + string-width "^1.0.2 || 2 || 3 || 4" + widest-line@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" @@ -11800,13 +11894,13 @@ write-file-atomic@^3.0.0, write-file-atomic@^3.0.3: signal-exit "^3.0.2" typedarray-to-buffer "^3.1.5" -write-file-atomic@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" - integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== +write-file-atomic@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-6.0.0.tgz#e9c89c8191b3ef0606bc79fb92681aa1aa16fa93" + integrity sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ== dependencies: imurmurhash "^0.1.4" - signal-exit "^3.0.7" + signal-exit "^4.0.1" ws@7.4.6: version "7.4.6" @@ -11899,7 +11993,7 @@ yargs-parser@^21.1.1: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== -yargs@17.6.2, yargs@^17.4.1, yargs@^17.5.1: +yargs@17.6.2: version "17.6.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.2.tgz#2e23f2944e976339a1ee00f18c77fedee8332541" integrity sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw== @@ -11942,6 +12036,19 @@ yargs@^16.1.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.4.1, yargs@^17.7.2: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + yauzl@2.10.0, yauzl@^2.10.0, yauzl@^2.3.1: version "2.10.0" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" @@ -11962,11 +12069,6 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -yocto-queue@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" - integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== - zip-dir@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/zip-dir/-/zip-dir-2.0.0.tgz#c5df6e15c8f9efeb4e320377028c9f5c8277c932"