From 96c05a88a6d93f5c77c411f4142edd753c013fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:37:27 +0000 Subject: [PATCH] Bump mingo from 6.4.4 to 6.4.6 Bumps [mingo](https://github.com/kofrasa/mingo) from 6.4.4 to 6.4.6. - [Changelog](https://github.com/kofrasa/mingo/blob/main/CHANGELOG.md) - [Commits](https://github.com/kofrasa/mingo/compare/6.4.4...6.4.6) --- updated-dependencies: - dependency-name: mingo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a9f9be58..4eae7945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ejs": "^3.1.8", "jquery": "^3.7.1", "markdown-it": "^13.0.1", - "mingo": "^6.4.4", + "mingo": "^6.4.6", "normalize.css": "^8.0.1", "underscore": "^1.13.4" }, @@ -7892,9 +7892,9 @@ } }, "node_modules/mingo": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/mingo/-/mingo-6.4.4.tgz", - "integrity": "sha512-GtgwqyBVLxKf8tSvN26TjbK+XAUW5HlWR3D7qBsBh9urQyZznqG2BOx90t3MXklpSxawjvaANiWFUCIxd9xa7w==" + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/mingo/-/mingo-6.4.6.tgz", + "integrity": "sha512-SMp06Eo5iEthCPpKXgEZ6DTZKxknpTqj49YN6iHpapj9DKltBCv0RFu+0mBBjMU0SiHR9pYkurkk74+VFGTqxw==" }, "node_modules/mini-css-extract-plugin": { "version": "2.7.6", diff --git a/package.json b/package.json index 9bb22600..8161d7bb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ejs": "^3.1.8", "jquery": "^3.7.1", "markdown-it": "^13.0.1", - "mingo": "^6.4.4", + "mingo": "^6.4.6", "normalize.css": "^8.0.1", "underscore": "^1.13.4" },