diff --git a/package-lock.json b/package-lock.json index 5c20fcf..9985707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "console-stamp": "^3.1.2", "md5": "^2.3.0", - "reduct-js": "1.9" + "reduct-js": "1.10.1" } }, "node_modules/ansi-styles": { @@ -219,9 +219,9 @@ } }, "node_modules/reduct-js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.9.3.tgz", - "integrity": "sha512-8iF13otXNAaehytVWPMilMET84diZODaiKOE4yZRuJJi+I/gzuHuwL0jWL0wIgkKRaTaoxsCwKtariALfSoniQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.10.1.tgz", + "integrity": "sha512-LCUPz2gaUGvFFpFDr8n3qx4KoXwx/TRdQ8sOPN8I2gObFGw3LnvrdvRX8yLco+ujiyqVQmLgsXKOy7/Xe5etmw==", "dependencies": { "axios": "^0.27.2", "json-bigint": "^1.0.0" @@ -383,9 +383,9 @@ } }, "reduct-js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.9.3.tgz", - "integrity": "sha512-8iF13otXNAaehytVWPMilMET84diZODaiKOE4yZRuJJi+I/gzuHuwL0jWL0wIgkKRaTaoxsCwKtariALfSoniQ==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/reduct-js/-/reduct-js-1.10.1.tgz", + "integrity": "sha512-LCUPz2gaUGvFFpFDr8n3qx4KoXwx/TRdQ8sOPN8I2gObFGw3LnvrdvRX8yLco+ujiyqVQmLgsXKOy7/Xe5etmw==", "requires": { "axios": "^0.27.2", "json-bigint": "^1.0.0" diff --git a/package.json b/package.json index 00f0353..56be099 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "dependencies": { "console-stamp": "^3.1.2", "md5": "^2.3.0", - "reduct-js": "1.9" + "reduct-js": "1.10.1" } }