From 8aba833bba45eeb39768a40fb29886a0d58cfd3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Sep 2022 07:03:52 +0000 Subject: [PATCH] fix: large-file/package.json & large-file/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOUT-2342654 --- large-file/package-lock.json | 6 +++--- large-file/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/large-file/package-lock.json b/large-file/package-lock.json index fa2bba08..b39617a9 100644 --- a/large-file/package-lock.json +++ b/large-file/package-lock.json @@ -25662,9 +25662,9 @@ "integrity": "sha512-gFD2xGCl8YFgGHsqJ9NKRVdwlioeW3mI1iqfLNYQOv0+6JRwG58Zk9DIGQgyIaffSYaO1xsKnMaYzzNr1KyIAw==" }, "mout": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/mout/-/mout-1.1.0.tgz", - "integrity": "sha512-XsP0vf4As6BfqglxZqbqQ8SR6KQot2AgxvR0gG+WtUkf90vUXchMOZQtPf/Hml1rEffJupqL/tIrU6EYhsUQjw==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/mout/-/mout-1.2.4.tgz", + "integrity": "sha512-mZb9uOruMWgn/fw28DG4/yE3Kehfk1zKCLhuDU2O3vlKdnBBr4XaOCqVTflJ5aODavGUPqFHZgrFX3NJVuxGhQ==" }, "move-concurrently": { "version": "1.0.1", diff --git a/large-file/package.json b/large-file/package.json index 0e6486e3..1425bc10 100644 --- a/large-file/package.json +++ b/large-file/package.json @@ -1031,7 +1031,7 @@ "mongodb-stitch-core-services-mongodb-remote": "4.0.15-0", "mongodb-stitch-extjson": "1.0.0", "moo": "0.4.3", - "mout": "1.1.0", + "mout": "1.2.4", "move-concurrently": "^1.0.1", "ms": "2.0.0", "multimatch": "2.1.0",