|
|
@@ -4282,11 +4282,6 @@
|
|
|
dependencies:
|
|
|
"@types/unist" "*"
|
|
|
|
|
|
-"@types/mdurl@^1.0.0":
|
|
|
- version "1.0.2"
|
|
|
- resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
|
|
|
- integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
|
|
|
-
|
|
|
"@types/mime-types@^2.1.0":
|
|
|
version "2.1.1"
|
|
|
resolved "https://registry.yarnpkg.com/@types/mime-types/-/mime-types-2.1.1.tgz#d9ba43490fa3a3df958759adf69396c3532cf2c1"
|
|
|
@@ -7126,10 +7121,6 @@ consolidate@^0.16.0:
|
|
|
dependencies:
|
|
|
bluebird "^3.7.2"
|
|
|
|
|
|
-"consolidated-events@^1.1.0 || ^2.0.0":
|
|
|
- version "2.0.2"
|
|
|
- resolved "https://registry.yarnpkg.com/consolidated-events/-/consolidated-events-2.0.2.tgz#da8d8f8c2b232831413d9e190dc11669c79f4a91"
|
|
|
-
|
|
|
constant-case@^3.0.3, constant-case@^3.0.4:
|
|
|
version "3.0.4"
|
|
|
resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-3.0.4.tgz#3b84a9aeaf4cf31ec45e6bf5de91bdfb0589faf1"
|
|
|
@@ -14440,18 +14431,15 @@ mdast-util-mdx-expression@^1.1.0:
|
|
|
mdast-util-to-markdown "^1.0.0"
|
|
|
|
|
|
mdast-util-to-hast@^12.1.0:
|
|
|
- version "12.1.2"
|
|
|
- resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.1.2.tgz#5c793b04014746585254c7ce0bc2d117201a5d1d"
|
|
|
- integrity sha512-Wn6Mcj04qU4qUXHnHpPATYMH2Jd8RlntdnloDfYLe1ErWRHo6+pvSl/DzHp6sCZ9cBSYlc8Sk8pbwb8xtUoQhQ==
|
|
|
+ version "12.3.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz#045d2825fb04374e59970f5b3f279b5700f6fb49"
|
|
|
+ integrity sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==
|
|
|
dependencies:
|
|
|
"@types/hast" "^2.0.0"
|
|
|
"@types/mdast" "^3.0.0"
|
|
|
- "@types/mdurl" "^1.0.0"
|
|
|
mdast-util-definitions "^5.0.0"
|
|
|
- mdurl "^1.0.0"
|
|
|
- micromark-util-sanitize-uri "^1.0.0"
|
|
|
+ micromark-util-sanitize-uri "^1.1.0"
|
|
|
trim-lines "^3.0.0"
|
|
|
- unist-builder "^3.0.0"
|
|
|
unist-util-generated "^2.0.0"
|
|
|
unist-util-position "^4.0.0"
|
|
|
unist-util-visit "^4.0.0"
|
|
|
@@ -14526,10 +14514,6 @@ mdast-util-wiki-link@^0.0.2:
|
|
|
"@babel/runtime" "^7.12.1"
|
|
|
mdast-util-to-markdown "^0.6.5"
|
|
|
|
|
|
-mdurl@^1.0.0:
|
|
|
- version "1.0.1"
|
|
|
- resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
|
|
|
-
|
|
|
media-typer@0.3.0:
|
|
|
version "0.3.0"
|
|
|
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
|
|
@@ -15013,6 +14997,15 @@ micromark-util-sanitize-uri@^1.0.0:
|
|
|
micromark-util-encode "^1.0.0"
|
|
|
micromark-util-symbol "^1.0.0"
|
|
|
|
|
|
+micromark-util-sanitize-uri@^1.1.0:
|
|
|
+ version "1.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz#f12e07a85106b902645e0364feb07cf253a85aee"
|
|
|
+ integrity sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==
|
|
|
+ dependencies:
|
|
|
+ micromark-util-character "^1.0.0"
|
|
|
+ micromark-util-encode "^1.0.0"
|
|
|
+ micromark-util-symbol "^1.0.0"
|
|
|
+
|
|
|
micromark-util-subtokenize@^1.0.0:
|
|
|
version "1.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz#ff6f1af6ac836f8bfdbf9b02f40431760ad89105"
|
|
|
@@ -18192,16 +18185,6 @@ react-use-ripple@^1.5.2:
|
|
|
resolved "https://registry.yarnpkg.com/react-use-ripple/-/react-use-ripple-1.5.2.tgz#f42600a0c7729510c3dbba74e0c86ed6c55fd88e"
|
|
|
integrity sha512-pK7PLEaEGJ4xCM5acxW+ua7ba0lqxbhNzBHzEw+MoD0yVFT3r8SkfkG6aSpiEm4iLZO9HOeSnUz+1k7YVuYX5w==
|
|
|
|
|
|
-react-waypoint@^10.1.0:
|
|
|
- version "10.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/react-waypoint/-/react-waypoint-10.1.0.tgz#6ab522a61bd52946260e4a78b3182759a97b40ec"
|
|
|
- integrity sha512-wiVF0lTslVm27xHbnvUUADUrcDjrQxAp9lEYGExvcoEBScYbXu3Kt++pLrfj6CqOeeRAL4HcX8aANVLSn6bK0Q==
|
|
|
- dependencies:
|
|
|
- "@babel/runtime" "^7.12.5"
|
|
|
- consolidated-events "^1.1.0 || ^2.0.0"
|
|
|
- prop-types "^15.0.0"
|
|
|
- react-is "^17.0.1"
|
|
|
-
|
|
|
react@^18.2.0:
|
|
|
version "18.2.0"
|
|
|
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
|
|
|
@@ -21749,15 +21732,10 @@ swagger2openapi@^5.3.1:
|
|
|
yaml "^1.3.1"
|
|
|
yargs "^12.0.5"
|
|
|
|
|
|
-swr@^1.3.0:
|
|
|
- version "1.3.0"
|
|
|
- resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8"
|
|
|
- integrity sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==
|
|
|
-
|
|
|
-swr@^2.0.2:
|
|
|
- version "2.0.2"
|
|
|
- resolved "https://registry.yarnpkg.com/swr/-/swr-2.0.2.tgz#fd34f3aac354f6b70f9134eb4218c747cc899a8d"
|
|
|
- integrity sha512-iHbQW17hsduonMEliZnr6/yaxb+yvLe2r0+AH+ZfeqKzwc2bb+QRYpZm5/b/H0Lxgy7VWow4o71JeSazSun+9A==
|
|
|
+swr@^2.0.3:
|
|
|
+ version "2.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/swr/-/swr-2.0.3.tgz#9fe59a17f55b0fdddccd76b7b2f723f9f8e2263e"
|
|
|
+ integrity sha512-sGvQDok/AHEWTPfhUWXEHBVEXmgGnuahyhmRQbjl9XBYxT/MSlAzvXEKQpyM++bMPaI52vcWS2HiKNaW7+9OFw==
|
|
|
dependencies:
|
|
|
use-sync-external-store "^1.2.0"
|
|
|
|
|
|
@@ -23069,13 +23047,6 @@ unique-string@^2.0.0:
|
|
|
dependencies:
|
|
|
crypto-random-string "^2.0.0"
|
|
|
|
|
|
-unist-builder@^3.0.0:
|
|
|
- version "3.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-3.0.0.tgz#728baca4767c0e784e1e64bb44b5a5a753021a04"
|
|
|
- integrity sha512-GFxmfEAa0vi9i5sd0R2kcrI9ks0r82NasRq5QHh2ysGngrc6GiqD5CDf1FjPenY4vApmFASBIIlk/jj5J5YbmQ==
|
|
|
- dependencies:
|
|
|
- "@types/unist" "^2.0.0"
|
|
|
-
|
|
|
unist-types@^1.1.5:
|
|
|
version "1.1.5"
|
|
|
resolved "https://registry.yarnpkg.com/unist-types/-/unist-types-1.1.5.tgz#f001c0af2c3b0ac6e4f5d9aa114e7afe046d7abe"
|