From 92c5e11ed57e5a4b62fcc421da7629cbdb32ff78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Aug 2023 23:22:15 +0000 Subject: [PATCH] fix: upgrade markmap-common from 0.15.0 to 0.15.3 Snyk has created this PR to upgrade markmap-common from 0.15.0 to 0.15.3. See this package in npm: https://www.npmjs.com/package/markmap-common See this project in Snyk: https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fc06c21..f590eebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "less": "^4.1.3", "lodash": "^4.17.21", "maath": "^0.7.0", - "markmap-common": "^0.15.0", + "markmap-common": "^0.15.3", "markmap-lib": "^0.15.2", "markmap-view": "^0.15.0", "mermaid": "^10.2.4", @@ -23564,13 +23564,13 @@ } }, "node_modules/markmap-common": { - "version": "0.15.0", - "resolved": "https://registry.npmmirror.com/markmap-common/-/markmap-common-0.15.0.tgz", - "integrity": "sha512-dCE9AH13QPYIs2e44axzgAWHDy1MbXXaYpKB9YFwsmuunfU02aU+3DkKyRthOgE9jIl8PsuKd5SkM2F+INIKjg==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/markmap-common/-/markmap-common-0.15.3.tgz", + "integrity": "sha512-a40FfdzFEKoyIhd5KDsV6FfkM55WWi2spRq/cUCsOZd8e4PAHMc9auCEjdxTWRiS2EGzET9sPpvyAmPSTva+/w==", "dependencies": { "@babel/runtime": "^7.22.6", "@gera2ld/jsx-dom": "^2.2.2", - "npm2url": "^0.2.0" + "npm2url": "^0.2.1" } }, "node_modules/markmap-lib": { @@ -25896,9 +25896,9 @@ } }, "node_modules/npm2url": { - "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/npm2url/-/npm2url-0.2.0.tgz", - "integrity": "sha512-Zi5Bgsf40i6XziCZEbFfraAiQNIa8TqZNjx0GzsHZ0br3e9rxbVllYvAIdUkOs1nPx6DPqFWakTbY6dINUz81w==" + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/npm2url/-/npm2url-0.2.1.tgz", + "integrity": "sha512-Ls7mMyud1Kk0EisqsTt2TPtM7gLRvgmvDxOg3FPI5zjfhQ+ZFNBXX2K9VT7vo+HqUsz/uCiIxkcO0SvIuneVug==" }, "node_modules/npmlog": { "version": "6.0.2", diff --git a/package.json b/package.json index a14f1b6b..3885bcd6 100644 --- a/package.json +++ b/package.json @@ -244,7 +244,7 @@ "less": "^4.1.3", "lodash": "^4.17.21", "maath": "^0.7.0", - "markmap-common": "^0.15.0", + "markmap-common": "^0.15.3", "markmap-lib": "^0.15.2", "markmap-view": "^0.15.0", "mermaid": "^10.2.4",