Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-11-16 00:45:17 +0300
committerNathan Fritz <fritzy@github.com>2021-11-18 22:54:00 +0300
commitca59987959681ac75d71f7c20fdd3a69385396f7 (patch)
treec2ae5fb01bbbd463bccb4459973c10cb2cbd6082 /docs/package.json
parent08015859ca0abe47845d2970212cd344cdfc56e6 (diff)
chore(docs): jsdom@8.1.0
PR-URL: https://github.com/npm/cli/pull/4048 Credit: @wraithgar Close: #4048 Reviewed-by: @fritzy
Diffstat (limited to 'docs/package.json')
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 9e594a12f..250fbe37e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -14,7 +14,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"cmark-gfm": "^0.8.3",
- "jsdom": "^16.4.0",
+ "jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"yaml": "^1.10.0"
}