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-05-27 18:36:09 +0300
committerGar <gar+gh@danger.computer>2021-05-27 18:36:09 +0300
commit35c4df07cd3123c368a71af8378dcee33a8696ae (patch)
tree5999c5110ae9164d7dbece56f1e96a319ff75b01 /package-lock.json
parent5b26045076477d3d350f539e60adf48a80376fda (diff)
cmark-gfm@0.9.0
* devDependency used for building html docs
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 166c77a2a..cbe811cb6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -152,7 +152,7 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
- "cmark-gfm": "^0.8.5",
+ "cmark-gfm": "^0.9.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
@@ -1792,9 +1792,9 @@
}
},
"node_modules/cmark-gfm": {
- "version": "0.8.5",
- "resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.8.5.tgz",
- "integrity": "sha512-Ykt0MVYYUAJKH0z2MIPr9bekge+SGUPnfJe16cqiT75ypk5B2LIuOYQPquKfn/Mn5LvuH/CMrBxV1RzilPa13A==",
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.9.0.tgz",
+ "integrity": "sha512-zt++V303Zh+kqS3PERSq1knHT21TpKjbVUF/U63QhLktEH+eeZymv+mHz+6IhcTN5Hy85LdkgdKlroa/Jc6Wvg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -1803,7 +1803,7 @@
"prebuild-install": "^6.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">= 12"
}
},
"node_modules/cmd-shim": {
@@ -11609,9 +11609,9 @@
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
},
"cmark-gfm": {
- "version": "0.8.5",
- "resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.8.5.tgz",
- "integrity": "sha512-Ykt0MVYYUAJKH0z2MIPr9bekge+SGUPnfJe16cqiT75ypk5B2LIuOYQPquKfn/Mn5LvuH/CMrBxV1RzilPa13A==",
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.9.0.tgz",
+ "integrity": "sha512-zt++V303Zh+kqS3PERSq1knHT21TpKjbVUF/U63QhLktEH+eeZymv+mHz+6IhcTN5Hy85LdkgdKlroa/Jc6Wvg==",
"dev": true,
"requires": {
"bindings": "^1.5.0",