summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-05 19:32:42 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-05 19:32:42 +0200
commit1fad62134706a839e210703c530d1dd4f8d620b1 (patch)
treee20c51dd7a41ebe90b0bacd5e4e5e1b51f059f2d /cdn
parent:bug: fix windows db file path (diff)
downloadserver-1fad62134706a839e210703c530d1dd4f8d620b1.tar.xz
:arrow_up: update mnjsf
Diffstat (limited to 'cdn')
-rw-r--r--cdn/package-lock.json18
-rw-r--r--cdn/package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/cdn/package-lock.json b/cdn/package-lock.json
index d88251b3..f667bca3 100644
--- a/cdn/package-lock.json
+++ b/cdn/package-lock.json
@@ -24,7 +24,7 @@
 				"jest": "^27.0.6",
 				"lambert-db": "^1.2.3",
 				"lambert-server": "^1.2.8",
-				"missing-native-js-functions": "^1.2.16",
+				"missing-native-js-functions": "^1.2.17",
 				"multer": "^1.4.2",
 				"nanocolors": "^0.2.12",
 				"node-fetch": "^2.6.1",
@@ -64,7 +64,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",
@@ -4094,9 +4094,9 @@
 			"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
 		},
 		"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/mkdirp": {
 			"version": "0.5.5",
@@ -6217,7 +6217,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",
@@ -8865,9 +8865,9 @@
 			"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
 		},
 		"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=="
 		},
 		"mkdirp": {
 			"version": "0.5.5",
diff --git a/cdn/package.json b/cdn/package.json
index 11cac162..eb48c4d4 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -54,7 +54,7 @@
 		"jest": "^27.0.6",
 		"lambert-db": "^1.2.3",
 		"lambert-server": "^1.2.8",
-		"missing-native-js-functions": "^1.2.16",
+		"missing-native-js-functions": "^1.2.17",
 		"multer": "^1.4.2",
 		"nanocolors": "^0.2.12",
 		"node-fetch": "^2.6.1",