Skip to content

Commit

Permalink
chore: yaml@2.1.3, jsdom@20.0.1
Browse files Browse the repository at this point in the history
Closes #5643
Closes #5642
Closes #5630
Closes #5638
  • Loading branch information
lukekarrys committed Oct 12, 2022
1 parent 0d845a0 commit 17a7342
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 370 deletions.
19 changes: 17 additions & 2 deletions DEPENDENCIES.md
Expand Up @@ -257,13 +257,17 @@ graph LR;
agentkeepalive-->humanize-ms;
aggregate-error-->clean-stack;
aggregate-error-->indent-string;
ampproject-remapping-->jridgewell-gen-mapping["@jridgewell/gen-mapping"];
ampproject-remapping-->jridgewell-trace-mapping["@jridgewell/trace-mapping"];
ansi-styles-->color-convert;
are-we-there-yet-->delegates;
are-we-there-yet-->readable-stream;
argparse-->sprintf-js;
babel-code-frame-->babel-highlight["@babel/highlight"];
babel-core-->ampproject-remapping["@ampproject/remapping"];
babel-core-->babel-code-frame["@babel/code-frame"];
babel-core-->babel-generator["@babel/generator"];
babel-core-->babel-helper-compilation-targets["@babel/helper-compilation-targets"];
babel-core-->babel-helper-module-transforms["@babel/helper-module-transforms"];
babel-core-->babel-helpers["@babel/helpers"];
babel-core-->babel-parser["@babel/parser"];
Expand All @@ -281,6 +285,11 @@ graph LR;
babel-generator-->babel-types["@babel/types"];
babel-generator-->jridgewell-gen-mapping["@jridgewell/gen-mapping"];
babel-generator-->jsesc;
babel-helper-compilation-targets-->babel-compat-data["@babel/compat-data"];
babel-helper-compilation-targets-->babel-core["@babel/core"];
babel-helper-compilation-targets-->babel-helper-validator-option["@babel/helper-validator-option"];
babel-helper-compilation-targets-->browserslist;
babel-helper-compilation-targets-->semver;
babel-helper-function-name-->babel-template["@babel/template"];
babel-helper-function-name-->babel-types["@babel/types"];
babel-helper-hoist-variables-->babel-types["@babel/types"];
Expand Down Expand Up @@ -342,6 +351,10 @@ graph LR;
bl-->inherits;
bl-->readable-stream;
brace-expansion-->balanced-match;
browserslist-->caniuse-lite;
browserslist-->electron-to-chromium;
browserslist-->node-releases;
browserslist-->update-browserslist-db;
buffer-->base64-js;
buffer-->ieee754;
builtins-->semver;
Expand Down Expand Up @@ -501,7 +514,6 @@ graph LR;
jsdom-->saxes;
jsdom-->symbol-tree;
jsdom-->tough-cookie;
jsdom-->w3c-hr-time;
jsdom-->w3c-xmlserializer;
jsdom-->webidl-conversions;
jsdom-->whatwg-encoding;
Expand Down Expand Up @@ -933,6 +945,7 @@ graph LR;
parse-entities-->is-alphanumerical;
parse-entities-->is-decimal;
parse-entities-->is-hexadecimal;
parse5-->entities;
postcss-selector-parser-->cssesc;
postcss-selector-parser-->util-deprecate;
prebuild-install-->detect-libc;
Expand Down Expand Up @@ -1077,6 +1090,9 @@ graph LR;
unist-util-visit-->unist-util-visit-parents;
unist-util-visit-parents-->types-unist["@types/unist"];
unist-util-visit-parents-->unist-util-is;
update-browserslist-db-->browserslist;
update-browserslist-db-->escalade;
update-browserslist-db-->picocolors;
url-parse-->querystringify;
url-parse-->requires-port;
validate-npm-package-license-->spdx-correct;
Expand All @@ -1088,7 +1104,6 @@ graph LR;
vfile-->vfile-message;
vfile-message-->types-unist["@types/unist"];
vfile-message-->unist-util-stringify-position;
w3c-hr-time-->browser-process-hrtime;
w3c-xmlserializer-->xml-name-validator;
wcwidth-->defaults;
whatwg-encoding-->iconv-lite;
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -26,10 +26,10 @@
"cmark-gfm": "^0.9.0",
"front-matter": "^4.0.2",
"ignore-walk": "^5.0.1",
"jsdom": "^18.1.0",
"jsdom": "^20.0.1",
"marked-man": "^0.7.0",
"mkdirp": "^1.0.4",
"yaml": "^1.10.2"
"yaml": "^2.1.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand Down

0 comments on commit 17a7342

Please sign in to comment.