From 0c4df089fb7459a7de9d1fc5d6ac63dc4377ed08 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 31 Dec 2021 17:03:36 +0800 Subject: [PATCH] update: modules --- .gitignore | 1 + src/package-lock.json | 29 +++++++++++++++++++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fafff2e..d92a9a2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store Thumbs.db +src/node_modules/ diff --git a/src/package-lock.json b/src/package-lock.json index 9d500af..f84d310 100755 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -26,6 +26,12 @@ "debug": "=3.1.0" } }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmmirror.com/fsevents/download/fsevents-2.3.2.tgz", + "integrity": "sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=", + "optional": true + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -40,9 +46,20 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "pinyin-match": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pinyin-match/-/pinyin-match-1.1.1.tgz", - "integrity": "sha512-stJVNJGHOEl3B3qXgeXJhWk3xfYQ3X7VaHBIIQHI2/9E1hNK9cmkigei0F+1l+uBM2XPVgxtmzg08AuY7n5Rnw==" + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/pinyin-match/download/pinyin-match-1.2.2.tgz", + "integrity": "sha1-JKYKW86J+ykD8z83SSeC0/jjTus=", + "requires": { + "rollup": "^2.44.0" + } + }, + "rollup": { + "version": "2.62.0", + "resolved": "https://registry.npmmirror.com/rollup/download/rollup-2.62.0.tgz", + "integrity": "sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==", + "requires": { + "fsevents": "~2.3.2" + } }, "safer-buffer": { "version": "2.1.2", @@ -50,9 +67,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "vm2": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.2.tgz", - "integrity": "sha512-nzyFmHdy2FMg7mYraRytc2jr4QBaUY3TEGe3q3bK8EgS9WC98wxn2jrPxS/ruWm+JGzrEIIeufKweQzVoQEd+Q==" + "version": "3.9.5", + "resolved": "https://registry.npmmirror.com/vm2/download/vm2-3.9.5.tgz", + "integrity": "sha1-UogESGC0u6zkQxAfzTvdsqCqJJY=" } } }