From e0cc2771fda32bb7f456f0024ee9df58b624f3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 15:57:06 +0000 Subject: [PATCH] chore(deps): bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 709095f..4359058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "wxml-minifier", - "version": "0.0.4", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wxml-minifier", - "version": "0.0.4", + "version": "0.0.7", "license": "MIT", "dependencies": { - "@leejim/wxml-parser": "^0.1.6" + "@leejim/wxml-parser": "^0.2.0" }, "devDependencies": { "@vercel/ncc": "^0.33.1", @@ -839,9 +839,9 @@ } }, "node_modules/@leejim/wxml-parser": { - "version": "0.1.6", - "resolved": "https://registry.npmmirror.com/@leejim/wxml-parser/-/wxml-parser-0.1.6.tgz", - "integrity": "sha512-1u4ULGK4GKkWhTlc3Hmac8PknrmpGd7qxZOTnT/Bm6EZ/wtonLgFhJ4vyuiUZpeCptnknOLkRpGx2Um9npwdZw==" + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@leejim/wxml-parser/-/wxml-parser-0.2.0.tgz", + "integrity": "sha512-IWnunSr5fvFNwiB2DN/KSgdi0S3k6GtI78xd6Xzv1xL6Feyj/qfi39lwqunXDg3eMakn/e3sYdUjT2/NRLISZw==" }, "node_modules/@sinonjs/commons": { "version": "1.8.3", @@ -2958,9 +2958,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -4530,9 +4530,9 @@ } }, "@leejim/wxml-parser": { - "version": "0.1.6", - "resolved": "https://registry.npmmirror.com/@leejim/wxml-parser/-/wxml-parser-0.1.6.tgz", - "integrity": "sha512-1u4ULGK4GKkWhTlc3Hmac8PknrmpGd7qxZOTnT/Bm6EZ/wtonLgFhJ4vyuiUZpeCptnknOLkRpGx2Um9npwdZw==" + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@leejim/wxml-parser/-/wxml-parser-0.2.0.tgz", + "integrity": "sha512-IWnunSr5fvFNwiB2DN/KSgdi0S3k6GtI78xd6Xzv1xL6Feyj/qfi39lwqunXDg3eMakn/e3sYdUjT2/NRLISZw==" }, "@sinonjs/commons": { "version": "1.8.3", @@ -6198,9 +6198,9 @@ "dev": true }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7"