From c8139338b7af38750bbd3ee1c21b78578896324c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Oct 2023 14:41:17 +0000 Subject: [PATCH] fix: upgrade maath from 0.8.1 to 0.9.0 Snyk has created this PR to upgrade maath from 0.8.1 to 0.9.0. See this package in npm: https://www.npmjs.com/package/maath 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c69e426c..c59c4a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "lamina": "^1.1.23", "less": "^4.2.0", "lodash": "^4.17.21", - "maath": "^0.8.1", + "maath": "^0.9.0", "markmap-common": "^0.15.3", "markmap-lib": "^0.15.2", "markmap-view": "^0.15.4", @@ -23360,9 +23360,9 @@ } }, "node_modules/maath": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/maath/-/maath-0.8.1.tgz", - "integrity": "sha512-ayBciRVIVpXvUrbTn7pxUVhAH0sCpfe202MjDCxRCGyoj3lMhZU6xD1JMI1j6Whr6wJ7d07vaTDsngqyD1K5DA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/maath/-/maath-0.9.0.tgz", + "integrity": "sha512-aAR8hoUqPxlsU8VOxkS9y37jhUzdUxM017NpCuxFU1Gk+nMaZASZxymZrV8LRSHzRk/watlbfyNKu6XPUhCFrQ==", "peerDependencies": { "@types/three": ">=0.144.0", "three": ">=0.144.0" diff --git a/package.json b/package.json index 49416c87..a82904bd 100644 --- a/package.json +++ b/package.json @@ -243,7 +243,7 @@ "lamina": "^1.1.23", "less": "^4.2.0", "lodash": "^4.17.21", - "maath": "^0.8.1", + "maath": "^0.9.0", "markmap-common": "^0.15.3", "markmap-lib": "^0.15.2", "markmap-view": "^0.15.4",