From fad6000da2aa628aa0238aec6c2084f0311e414a Mon Sep 17 00:00:00 2001 From: mhanson <3117293+mhanson-github@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:56:47 -0500 Subject: [PATCH] Package versions. --- package-lock.json | 118 ++++++++++++++++++---------------------------- package.json | 76 ++++++++++++++--------------- 2 files changed, 84 insertions(+), 110 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12c5411..5d29cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,25 +9,25 @@ "version": "3.5.7-0", "license": "ISC", "dependencies": { - "@fastify/cors": "^8.2.0", - "@fastify/rate-limit": "^7.6.0", - "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4", - "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21", - "deepmerge": "^4.2.2", - "ethers": "^6.13.4", + "@fastify/cors": "8.5.0", + "@fastify/rate-limit": "7.6.0", + "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#dev", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "@shardus/types": "git+https://github.com/shardeum/lib-types#dev", + "deepmerge": "4.3.1", + "ethers": "6.13.4", "fastify": "4.12.0", "log4js": "6.9.1", - "log4js-extend": "^0.2.1", - "minimist": "^1.2.0", - "neverthrow": "^6.0.0", + "log4js-extend": "0.2.1", + "minimist": "1.2.8", + "neverthrow": "6.2.2", "node-cron": "3.0.2", - "node-fetch": "^2.6.8", - "rfdc": "^1.3.0", - "socket.io-client": "^2.3.0", - "sqlite3": "^5.0.0", - "streamroller": "^3.1.3", - "tydb": "^0.1.5" + "node-fetch": "2.7.0", + "rfdc": "1.4.1", + "socket.io-client": "2.5.0", + "sqlite3": "5.1.7", + "streamroller": "3.1.5", + "tydb": "0.1.5" }, "bin": { "archive-server": "build/server.js" @@ -36,30 +36,30 @@ "@types/jest": "29.5.14", "@types/node": "18.19.1", "@types/node-cron": "3.0.7", - "@types/node-fetch": "^2.5.4", - "@types/socket.io": "^2.1.11", - "@types/socket.io-client": "^1.4.33", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/typescript-estree": "^5.60.0", - "eslint": "^8.43.0", - "eslint-config-prettier": "^8.6.0", - "eslint-config-standard": "^14.1.0", - "eslint-plugin-import": "^2.19.1", - "eslint-plugin-no-unsanitized": "^4.0.2", - "eslint-plugin-node": "^10.0.0", - "eslint-plugin-prettier": "^3.1.2", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-xss": "^0.1.12", - "gts": "^3.1.0", + "@types/node-fetch": "2.6.11", + "@types/socket.io": "2.1.13", + "@types/socket.io-client": "1.4.36", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "eslint": "8.57.0", + "eslint-config-prettier": "8.10.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.30.0", + "eslint-plugin-no-unsanitized": "4.1.0", + "eslint-plugin-node": "10.0.0", + "eslint-plugin-prettier": "3.4.1", + "eslint-plugin-promise": "4.3.1", + "eslint-plugin-security": "1.7.1", + "eslint-plugin-standard": "4.1.0", + "eslint-plugin-xss": "0.1.12", + "gts": "3.1.1", "jest": "29.7.0", "np": "8.0.4", - "npm-run-all": "^4.1.5", - "shx": "^0.3.4", + "npm-run-all": "4.1.5", + "shx": "0.3.4", "ts-jest": "29.2.5", - "typescript": "^4.4.4", - "typescript-json-schema": "^0.51.0" + "typescript": "4.9.5", + "typescript-json-schema": "0.51.0" }, "engines": { "node": "18.19.1" @@ -1609,45 +1609,31 @@ }, "node_modules/@shardus/archiver-discovery": { "version": "1.1.0", - "resolved": "git+ssh://git@github.com/shardeum/lib-archiver-discovery.git#0612ed0995938de916b1db29dfe5160b2fbf1b08", + "resolved": "git+ssh://git@github.com/shardeum/lib-archiver-discovery.git#e000039818a5c5740b03587e4b5fd69c45eceac5", + "license": "ISC", "dependencies": { - "@shardus/crypto-utils": "4.0.4", - "axios": "1.3.4", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "axios": "1.6.1", "gts": "3.1.1" } }, - "node_modules/@shardus/archiver-discovery/node_modules/@shardus/crypto-utils": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@shardus/crypto-utils/-/crypto-utils-4.0.4.tgz", - "integrity": "sha512-NOXqaURiyKNkTMF+LJWFMVOrOFAdBckjTvN2ZvuoMJ3W2IX/XCbM2/cDCKnsCTj8qmEbEMuGUrVsTsw0R4tyVg==", - "dependencies": { - "buffer-xor": "^2.0.2", - "fast-stable-stringify": "^1.0.0", - "sodium-native": "^3.1.1" - } - }, "node_modules/@shardus/crypto-utils": { - "version": "4.1.4", - "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#efe186153564c1e5a77f90aa748f6113a5b46f6d", + "version": "4.1.5", + "resolved": "git+ssh://git@github.com/shardeum/lib-crypto-utils.git#7090deea991b8146e2d7a82572b3ef8ba6489673", "license": "ISC", "dependencies": { - "@shardus/types": "1.2.8", + "@shardus/types": "git+https://github.com/shardeum/lib-types#dev", "buffer-xor": "2.0.2", "fast-stable-stringify": "1.0.0", "sodium-native": "3.3.0" }, "engines": { - "node": "18.16.1" + "node": "18.19.1" } }, - "node_modules/@shardus/crypto-utils/node_modules/@shardus/types": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@shardus/types/-/types-1.2.8.tgz", - "integrity": "sha512-QCCHm15dmEFkH+TUMUNMT/iCGCsjOR8z6/5AZasG7Gsu9CTL85V4L+Ny/SGjKzM9sdi1Vz8XARy96r+slUZBOg==" - }, "node_modules/@shardus/types": { "version": "1.2.21", - "resolved": "git+ssh://git@github.com/shardeum/lib-types.git#7c2226dcfd8a447d026435f4bb44e0254687a08e", + "resolved": "git+ssh://git@github.com/shardeum/lib-types.git#23e69d2d3e17f82cafeb279667dc1bb3c86140ae", "license": "ISC" }, "node_modules/@sinclair/typebox": { @@ -13544,18 +13530,6 @@ } } }, - "node_modules/ts-jest/node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ts-jest/node_modules/yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", diff --git a/package.json b/package.json index aa282e3..13fdf2a 100644 --- a/package.json +++ b/package.json @@ -54,53 +54,53 @@ "@types/node": "18.19.1", "@types/jest": "29.5.14", "@types/node-cron": "3.0.7", - "@types/node-fetch": "^2.5.4", - "@types/socket.io": "^2.1.11", - "@types/socket.io-client": "^1.4.33", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/typescript-estree": "^5.60.0", - "eslint": "^8.43.0", - "eslint-config-prettier": "^8.6.0", - "eslint-config-standard": "^14.1.0", - "eslint-plugin-import": "^2.19.1", - "eslint-plugin-no-unsanitized": "^4.0.2", - "eslint-plugin-node": "^10.0.0", - "eslint-plugin-prettier": "^3.1.2", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-xss": "^0.1.12", - "gts": "^3.1.0", + "@types/node-fetch": "2.6.11", + "@types/socket.io": "2.1.13", + "@types/socket.io-client": "1.4.36", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "eslint": "8.57.0", + "eslint-config-prettier": "8.10.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.30.0", + "eslint-plugin-no-unsanitized": "4.1.0", + "eslint-plugin-node": "10.0.0", + "eslint-plugin-prettier": "3.4.1", + "eslint-plugin-promise": "4.3.1", + "eslint-plugin-security": "1.7.1", + "eslint-plugin-standard": "4.1.0", + "eslint-plugin-xss": "0.1.12", + "gts": "3.1.1", "jest": "29.7.0", "np": "8.0.4", - "npm-run-all": "^4.1.5", - "shx": "^0.3.4", + "npm-run-all": "4.1.5", + "shx": "0.3.4", "ts-jest": "29.2.5", - "typescript": "^4.4.4", - "typescript-json-schema": "^0.51.0" + "typescript": "4.9.5", + "typescript-json-schema": "0.51.0" }, "dependencies": { - "@fastify/cors": "^8.2.0", - "@fastify/rate-limit": "^7.6.0", - "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0", - "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4", - "@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21", - "deepmerge": "^4.2.2", - "ethers": "^6.13.4", + "@fastify/cors": "8.5.0", + "@fastify/rate-limit": "7.6.0", + "@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#dev", + "@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev", + "@shardus/types": "git+https://github.com/shardeum/lib-types#dev", + "deepmerge": "4.3.1", + "ethers": "6.13.4", "fastify": "4.12.0", "log4js": "6.9.1", - "log4js-extend": "^0.2.1", - "minimist": "^1.2.0", - "neverthrow": "^6.0.0", + "log4js-extend": "0.2.1", + "minimist": "1.2.8", + "neverthrow": "6.2.2", "node-cron": "3.0.2", - "node-fetch": "^2.6.8", - "rfdc": "^1.3.0", - "socket.io-client": "^2.3.0", - "sqlite3": "^5.0.0", - "streamroller": "^3.1.3", - "tydb": "^0.1.5" + "node-fetch": "2.7.0", + "rfdc": "1.4.1", + "socket.io-client": "2.5.0", + "sqlite3": "5.1.7", + "streamroller": "3.1.5", + "tydb": "0.1.5" }, "overrides": { "axios": "1.6.1" } -} +} \ No newline at end of file