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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-22 12:35:54 +0300
committerGitHub <noreply@github.com>2020-12-22 12:35:54 +0300
commit9445ce9b459e93f3f6d3f932d2a7fac290bfb5d1 (patch)
treeec99d1a8b6a3838c0707ff1a5c42b00a1f2fa508 /package-lock.json
parent36048b1156741f0deb461d68915eff7520113f74 (diff)
parent33d0de7cb08c04930a2c0c994de5373eb32f3197 (diff)
Merge pull request #1287 from nextcloud/dependabot/npm_and_yarn/markdown-it-12.0.4
Bump markdown-it from 12.0.2 to 12.0.4
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 3025826af..2ea50cfc3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17868,12 +17868,12 @@
}
},
"markdown-it": {
- "version": "12.0.2",
- "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.2.tgz",
- "integrity": "sha512-4Lkvjbv2kK+moL9TbeV+6/NHx+1Q+R/NIdUlFlkqkkzUcTod4uiyTJRiBidKR9qXSdkNFkgv+AELY8KN9vSgVA==",
+ "version": "12.0.4",
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.4.tgz",
+ "integrity": "sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q==",
"requires": {
"argparse": "^2.0.1",
- "entities": "~2.0.0",
+ "entities": "~2.1.0",
"linkify-it": "^3.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
@@ -17884,11 +17884,6 @@
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
- "entities": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
- "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ=="
- },
"linkify-it": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz",