diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-16 21:48:57 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-16 21:48:57 +0200 |
commit | aec3834fe5d31df8e99cf441940ed60fb82e6533 (patch) | |
tree | e28e2ecb1c5b004ec448972f656c354cf067e526 /gateway | |
parent | Merge pull request #471 from ChrisChrome/patch-1 (diff) | |
download | server-aec3834fe5d31df8e99cf441940ed60fb82e6533.tar.xz |
:arrow_up: update mnjsf
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/package-lock.json | 14 | ||||
-rw-r--r-- | gateway/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gateway/package-lock.json b/gateway/package-lock.json index df673398..4dbfbc49 100644 --- a/gateway/package-lock.json +++ b/gateway/package-lock.json @@ -15,7 +15,7 @@ "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", - "missing-native-js-functions": "^1.2.17", + "missing-native-js-functions": "^1.2.18", "node-fetch": "^2.6.1", "typeorm": "^0.2.37", "ws": "^7.4.2" @@ -7766,9 +7766,9 @@ } }, "node_modules/missing-native-js-functions": { - "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==" + "version": "1.2.18", + "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.18.tgz", + "integrity": "sha512-TZr1muzDE4kfu0LHDzg63O7m2qW3Gpyc875ki8+YlSRj+4ibZRv0ySQ0cSB06GoBL9ejeehLmkQnybLpp9jYcg==" }, "node_modules/mkdirp": { "version": "1.0.4", @@ -14773,9 +14773,9 @@ } }, "missing-native-js-functions": { - "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==" + "version": "1.2.18", + "resolved": "https://registry.npmjs.org/missing-native-js-functions/-/missing-native-js-functions-1.2.18.tgz", + "integrity": "sha512-TZr1muzDE4kfu0LHDzg63O7m2qW3Gpyc875ki8+YlSRj+4ibZRv0ySQ0cSB06GoBL9ejeehLmkQnybLpp9jYcg==" }, "mkdirp": { "version": "1.0.4", diff --git a/gateway/package.json b/gateway/package.json index d630c56b..c7db2160 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -31,7 +31,7 @@ "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.11", - "missing-native-js-functions": "^1.2.17", + "missing-native-js-functions": "^1.2.18", "node-fetch": "^2.6.1", "typeorm": "^0.2.37", "ws": "^7.4.2" |