diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-04 11:23:39 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-04 11:23:39 +0200 |
commit | 85ef7410b2b6ecbc6b626bfa753120bda75866a0 (patch) | |
tree | 71725a3cecf2fd9462879804d172c1b758323ac3 /gateway | |
parent | :bug: fix error handler and asset router (diff) | |
download | server-85ef7410b2b6ecbc6b626bfa753120bda75866a0.tar.xz |
:arrow_up: update mpath because of a security vulnerability
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gateway/package-lock.json b/gateway/package-lock.json index fc5d3bf2..340f595d 100644 --- a/gateway/package-lock.json +++ b/gateway/package-lock.json @@ -1210,7 +1210,7 @@ "kareem": "2.3.2", "mongodb": "3.6.11", "mongoose-legacy-pluralize": "1.0.2", - "mpath": "0.8.3", + "mpath": "0.8.4", "mquery": "3.2.5", "ms": "2.1.2", "optional-require": "1.0.x", @@ -1253,7 +1253,7 @@ }, "node_modules/mpath": { "version": "0.8.3", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", "integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA==", "peer": true, "engines": { @@ -2893,7 +2893,7 @@ "kareem": "2.3.2", "mongodb": "3.6.11", "mongoose-legacy-pluralize": "1.0.2", - "mpath": "0.8.3", + "mpath": "0.8.4", "mquery": "3.2.5", "ms": "2.1.2", "optional-require": "1.0.x", @@ -2926,7 +2926,7 @@ }, "mpath": { "version": "0.8.3", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", "integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA==", "peer": true }, |