From b2d2d8167695586c140191a9e2b62324c11f7875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 05:49:34 +0000 Subject: [PATCH] Bump micromatch from 4.0.7 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 ++++++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67aa5fb..815884c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,17 +31,17 @@ "nodemailer": "^6.4.16", "npm": "^10.8.2", "passport": "^0.7.0", - "passport-local": "latest", + "passport-local": "*", "pug": "^3.0.3", "request": "^2.88.2", "serve-favicon": "^2.5.0", "serve-static": "^1.13.2", - "socket.io": "latest", - "streamable": "latest", - "treemill": "latest" + "socket.io": "*", + "streamable": "*", + "treemill": "*" }, "devDependencies": { - "async": "latest", + "async": "*", "copy-webpack-plugin": "^4.0.1", "grunt-bower-task": "^0.6.2", "grunt-contrib-compass": "1.1.1", @@ -49,8 +49,8 @@ "grunt-develop": "^0.4.0", "grunt-modernizr": "^4.0.1", "grunt-update-submodules": "^0.4.1", - "mocha": "latest", - "should": "latest", + "mocha": "*", + "should": "*", "superagent": "^10.0.0", "supertest": "^7.0.0" }, @@ -4191,18 +4191,6 @@ "node": ">= 10.13.0" } }, - "node_modules/findup-sync/node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/fined": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz", @@ -5683,18 +5671,6 @@ "node": ">= 8" } }, - "node_modules/liftup/node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/linkify-it": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", @@ -5955,6 +5931,18 @@ "node": ">= 0.6" } }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",