From 2d04383012f0c4a0a927e13f70832441710fdf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:35:20 +0000 Subject: [PATCH] Bump minimist and glob-all in /02-notifon/notifier Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [glob-all](https://github.com/jpillora/node-glob-all). These dependencies need to be updated together. Removes `minimist` Updates `glob-all` from 3.1.0 to 3.3.1 - [Release notes](https://github.com/jpillora/node-glob-all/releases) - [Commits](https://github.com/jpillora/node-glob-all/commits/v3.3.1) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: glob-all dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 02-notifon/notifier/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/02-notifon/notifier/package-lock.json b/02-notifon/notifier/package-lock.json index aff65e5..500d14e 100644 --- a/02-notifon/notifier/package-lock.json +++ b/02-notifon/notifier/package-lock.json @@ -84,11 +84,11 @@ "glob-all": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-all/-/glob-all-3.1.0.tgz", - "integrity": "sha1-iRPd+17hrHgSZWJBsD1SF8ZLAqs=", + "integrity": "sha512-B61R+opn9HMe8dD170uIn9SP5gGMP+kUmvQXbCZun7h4MB6JKbPAITaR8WU3N2Ry10r/keBCTsz0DE34L+biWg==", "dev": true, "requires": { - "glob": "7.1.2", - "yargs": "1.2.6" + "glob": "^7.0.5", + "yargs": "~1.2.6" } }, "graceful-fs": {