diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 19:32:42 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 19:32:42 +0200 |
commit | 1fad62134706a839e210703c530d1dd4f8d620b1 (patch) | |
tree | e20c51dd7a41ebe90b0bacd5e4e5e1b51f059f2d /api | |
parent | :bug: fix windows db file path (diff) | |
download | server-1fad62134706a839e210703c530d1dd4f8d620b1.tar.xz |
:arrow_up: update mnjsf
Diffstat (limited to 'api')
-rw-r--r-- | api/package-lock.json | 18 | ||||
-rw-r--r-- | api/package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/api/package-lock.json b/api/package-lock.json index dccd3c21..a3d45843 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -31,7 +31,7 @@ "i18next-node-fs-backend": "^2.1.3", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.10", - "missing-native-js-functions": "^1.2.16", + "missing-native-js-functions": "^1.2.17", "mongoose": "^5.12.3", "mongoose-autopopulate": "^0.12.3", "mongoose-long": "^0.3.2", @@ -91,7 +91,7 @@ "env-paths": "^2.2.1", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.10", - "missing-native-js-functions": "^1.2.15", + "missing-native-js-functions": "^1.2.17", "multer": "^1.4.3", "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", @@ -10653,9 +10653,9 @@ } }, "node_modules/missing-native-js-functions": { - "version": "1.2.16", - "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.16.tgz", - "integrity": "sha512-XiSrIpYeLfk6OMHoqgg1zxgpOS3dV2J4Elk/GVKqQ2zoRLEJTxPb6RXiAVCv5/JxutMypablImU9JOqV0Vpi9w==" + "version": "1.2.17", + "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.17.tgz", + "integrity": "sha512-Ev48VaLqp/7e7zmQ78oMCeMeZEUDeRRQGXITmiHtS62qJEThBLuKFExQjwu0Yzj9UO4MhN7TvljDsITCTu3fqg==" }, "node_modules/mixin-deep": { "version": "1.3.2", @@ -17291,7 +17291,7 @@ "jest": "^27.0.6", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.10", - "missing-native-js-functions": "^1.2.15", + "missing-native-js-functions": "^1.2.17", "multer": "^1.4.3", "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", @@ -24542,9 +24542,9 @@ } }, "missing-native-js-functions": { - "version": "1.2.16", - "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.16.tgz", - "integrity": "sha512-XiSrIpYeLfk6OMHoqgg1zxgpOS3dV2J4Elk/GVKqQ2zoRLEJTxPb6RXiAVCv5/JxutMypablImU9JOqV0Vpi9w==" + "version": "1.2.17", + "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.17.tgz", + "integrity": "sha512-Ev48VaLqp/7e7zmQ78oMCeMeZEUDeRRQGXITmiHtS62qJEThBLuKFExQjwu0Yzj9UO4MhN7TvljDsITCTu3fqg==" }, "mixin-deep": { "version": "1.3.2", diff --git a/api/package.json b/api/package.json index fa6866f3..9e440ba2 100644 --- a/api/package.json +++ b/api/package.json @@ -92,7 +92,7 @@ "i18next-node-fs-backend": "^2.1.3", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.10", - "missing-native-js-functions": "^1.2.16", + "missing-native-js-functions": "^1.2.17", "mongoose": "^5.12.3", "mongoose-autopopulate": "^0.12.3", "mongoose-long": "^0.3.2", |