diff --git a/package.json b/package.json index 18943f222f9a..45e5ba1e990a 100644 --- a/package.json +++ b/package.json @@ -86,14 +86,14 @@ "css-loader": "^5.2.7", "css-minimizer-webpack-plugin": "^3.0.2", "cypress": "^8.3.0", - "directory-tree": "^2.2.9", + "directory-tree": "^2.3.1", "directory-tree-webpack-plugin": "^1.0.2", "duplexer": "^0.1.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-cypress": "^2.11.3", "eslint-plugin-markdown": "^2.2.0", - "eslint-plugin-mdx": "^1.14.1", + "eslint-plugin-mdx": "^1.15.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "front-matter": "^4.0.2", @@ -161,7 +161,7 @@ "unist-util-visit": "^2.0.3", "webpack-pwa-manifest": "^4.3.0", "webpack.vote": "https://github.com/webpack/voting-app.git", - "workbox-window": "^6.2.2" + "workbox-window": "^6.2.4" }, "resolutions": { "sitemap-static/minimist": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 7a3051c819a8..19838bb01f52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4604,10 +4604,10 @@ directory-tree-webpack-plugin@^1.0.2: dependencies: directory-tree "^2.0.0" -directory-tree@^2.0.0, directory-tree@^2.2.9: - version "2.2.9" - resolved "https://registry.yarnpkg.com/directory-tree/-/directory-tree-2.2.9.tgz#702c193f8b19f1076b585bcf8a2db3b49b11a11c" - integrity sha512-BOHxPNvP+XWijPkzoSBvr164IiNxRzvyAiWelbJsU/wG5OYXByer0+Aqo74G1qU+nRKC4yU/czmkmunkWdPPvQ== +directory-tree@^2.0.0, directory-tree@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/directory-tree/-/directory-tree-2.3.1.tgz#78b8aa84878eb84dd29a51dcd664ded4cd0247c7" + integrity sha512-hxolIHCtQ/a56CUywaLzGD/V78zPwFihI+UK/4ZjOp7GoV4Mptmtv95yavOn/RlnTi7cCMjszvfcNrwCoWLH+Q== dlv@^1.1.3: version "1.1.3" @@ -5102,14 +5102,16 @@ eslint-config-prettier@^8.3.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== -eslint-mdx@^1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.14.1.tgz#c4133f3383d5b58315efc01ddc7d139eb8b72dd9" - integrity sha512-6QxqRRghkl3i0NyayvED2zTN0kZzKoNMiGTYSnU3WMykm/Koptau//BqkIff+sEVoqcq1Q5z5PkrVBlYDuw3EA== +eslint-mdx@^1.15.0: + version "1.15.0" + resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.15.0.tgz#270de0a2ab27aad9350689d3b9b2112f94805239" + integrity sha512-0IGR9zH8RL5YDyL3SN3Vtc0u4uOTblGLrODMU9uhbiHJ8s48WZ24ruQthbUX221zFGf55+9A7cPeYi56xgI9pQ== dependencies: + cosmiconfig "^7.0.0" remark-mdx "^1.6.22" remark-parse "^8.0.3" - tslib "^2.3.0" + remark-stringify "^8.1.1" + tslib "^2.3.1" unified "^9.2.1" eslint-plugin-cypress@^2.11.3: @@ -5126,20 +5128,15 @@ eslint-plugin-markdown@^2.2.0: dependencies: mdast-util-from-markdown "^0.8.5" -eslint-plugin-mdx@^1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.14.1.tgz#d3e07ac38107ebdabd6a979853d1aae44331e010" - integrity sha512-1FmVGuZSPhHl0x/tWMOSBtE3DcWFaAJmIaWK0uBlUsC797TGrCtXd87xR4D+phbl1ii17pfM6gjgTbCKGH0Afg== +eslint-plugin-mdx@^1.15.0: + version "1.15.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.15.0.tgz#391e41b0025091f9912b6bd80897ce85b6d0cdd7" + integrity sha512-3NF/tp6MgdJL+28i+Qzg60loiHqgPWb35NUtDQvhocUOK2afRD0YR1+ep7JFUZ5mys2CTkpbd8Gc/GrXgsBVNA== dependencies: - cosmiconfig "^7.0.0" - eslint-mdx "^1.14.1" + eslint-mdx "^1.15.0" eslint-plugin-markdown "^2.2.0" - remark-mdx "^1.6.22" - remark-parse "^8.0.3" - remark-stringify "^8.1.1" synckit "^0.3.4" - tslib "^2.3.0" - unified "^9.2.1" + tslib "^2.3.1" vfile "^4.2.1" eslint-plugin-react-hooks@^4.2.0: @@ -12400,10 +12397,10 @@ tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" - integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== +tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== tslib@~2.1.0: version "2.1.0" @@ -13298,11 +13295,6 @@ workbox-cacheable-response@6.2.4: dependencies: workbox-core "6.2.4" -workbox-core@6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.2.2.tgz#3ea0d0348f318e047db3911816d6a14318f268f0" - integrity sha512-cRosvK04AJ3vg4VwIaihLyKLbdwp96D0urukIXm5nsc6XaQqx2OaHFDRjaP1y9g4Js2uNHmBhuHrNSlzQZLoWw== - workbox-core@6.2.4: version "6.2.4" resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.2.4.tgz#0ffb4f0ce6d8e36f10bf4aabd96a6f55705ccd80" @@ -13400,7 +13392,7 @@ workbox-webpack-plugin@^6.2.4: webpack-sources "^1.4.3" workbox-build "6.2.4" -workbox-window@6.2.4: +workbox-window@6.2.4, workbox-window@^6.2.4: version "6.2.4" resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.2.4.tgz#377e792158ec83670b6f810e0077a45c1a948d1b" integrity sha512-9jD6THkwGEASj1YP56ZBHYJ147733FoGpJlMamYk38k/EBFE75oc6K3Vs2tGOBx5ZGq54+mHSStnlrtFG3IiOg== @@ -13408,13 +13400,6 @@ workbox-window@6.2.4: "@types/trusted-types" "^2.0.2" workbox-core "6.2.4" -workbox-window@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.2.2.tgz#cc0581520674e0379d5ea6002d994ef4ca8724cd" - integrity sha512-6IjqNF8wqUxYd6LCB/j8xYajhVBfGzpsE51mKAVV7+YaJuHB2FkzUYO+qelF46/bl53JvM42ga4mC6M3njkgAQ== - dependencies: - workbox-core "6.2.2" - wrap-ansi@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"