Skip to content

Commit ca707ca

Browse files
committed
Closes #5643 Closes #5642 Closes #5630 Closes #5638
1 parent 6e9a06a commit ca707ca

File tree

3 files changed

+756
-511
lines changed

3 files changed

+756
-511
lines changed

DEPENDENCIES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ graph LR;
499499
jsdom-->saxes;
500500
jsdom-->symbol-tree;
501501
jsdom-->tough-cookie;
502-
jsdom-->w3c-hr-time;
503502
jsdom-->w3c-xmlserializer;
504503
jsdom-->webidl-conversions;
505504
jsdom-->whatwg-encoding;
@@ -931,6 +930,7 @@ graph LR;
931930
parse-entities-->is-alphanumerical;
932931
parse-entities-->is-decimal;
933932
parse-entities-->is-hexadecimal;
933+
parse5-->entities;
934934
postcss-selector-parser-->cssesc;
935935
postcss-selector-parser-->util-deprecate;
936936
prebuild-install-->detect-libc;
@@ -1051,6 +1051,7 @@ graph LR;
10511051
tough-cookie-->psl;
10521052
tough-cookie-->punycode;
10531053
tough-cookie-->universalify;
1054+
tough-cookie-->url-parse;
10541055
tr46-->punycode;
10551056
tunnel-agent-->safe-buffer;
10561057
type-check-->prelude-ls;
@@ -1074,6 +1075,8 @@ graph LR;
10741075
unist-util-visit-->unist-util-visit-parents;
10751076
unist-util-visit-parents-->types-unist["@types/unist"];
10761077
unist-util-visit-parents-->unist-util-is;
1078+
url-parse-->querystringify;
1079+
url-parse-->requires-port;
10771080
validate-npm-package-license-->spdx-correct;
10781081
validate-npm-package-license-->spdx-expression-parse;
10791082
validate-npm-package-name-->builtins;
@@ -1083,7 +1086,6 @@ graph LR;
10831086
vfile-->vfile-message;
10841087
vfile-message-->types-unist["@types/unist"];
10851088
vfile-message-->unist-util-stringify-position;
1086-
w3c-hr-time-->browser-process-hrtime;
10871089
w3c-xmlserializer-->xml-name-validator;
10881090
wcwidth-->defaults;
10891091
whatwg-encoding-->iconv-lite;

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"cmark-gfm": "^0.9.0",
2727
"front-matter": "^4.0.2",
2828
"ignore-walk": "^5.0.1",
29-
"jsdom": "^18.1.0",
29+
"jsdom": "^20.0.1",
3030
"marked-man": "^0.7.0",
3131
"mkdirp": "^1.0.4",
32-
"yaml": "^1.10.2"
32+
"yaml": "^2.1.3"
3333
},
3434
"devDependencies": {
3535
"@npmcli/eslint-config": "^3.1.0",

0 commit comments

Comments
 (0)