updated packages. fixed pnpm lock stuff.
Co-authored-by: PineappleFan <pineapplefanyt@gmail.com>
Co-authored-by: Skyler <skyler3665@gmail.com>
diff --git a/package.json b/package.json
index b41d681..f00b46d 100644
--- a/package.json
+++ b/package.json
@@ -1,36 +1,32 @@
{
"dependencies": {
- "@hokify/agenda": "^6.2.12",
- "@octokit/graphql": "^5.0.5",
- "@tensorflow/tfjs": "^3.18.0",
- "@tensorflow/tfjs-node": "^3.18.0",
- "@total-typescript/ts-reset": "^0.3.7",
- "@ungap/structured-clone": "^1.0.1",
- "agenda": "^4.3.0",
- "body-parser": "^1.20.0",
- "canvas": "^2.11.0",
+ "@hokify/agenda": "^6.3.0",
+ "@octokit/graphql": "^5.0.6",
+ "@tensorflow/tfjs": "^4.7.0",
+ "@tensorflow/tfjs-node": "^4.7.0",
+ "@total-typescript/ts-reset": "^0.4.2",
+ "@ungap/structured-clone": "^1.2.0",
+ "agenda": "^5.0.0",
+ "body-parser": "^1.20.2",
+ "canvas": "^2.11.2",
"clamscan": "^2.1.2",
"diff": "^5.1.0",
- "discord.js": "^14.8.0",
- "eslint": "^8.21.0",
- "express": "^4.18.1",
+ "discord.js": "^14.11.0",
+ "eslint": "^8.42.0",
+ "express": "^4.18.2",
"fuse.js": "^6.6.2",
- "gifencoder": "^2.0.1",
"gm": "^1.25.0",
- "humanize-duration": "^3.27.1",
- "immutable": "^4.1.0",
+ "humanize-duration": "^3.28.0",
+ "immutable": "^4.3.0",
"lodash": "^4.17.21",
- "mongodb": "^4.7.0",
- "node-fetch": "^3.3.0",
+ "mongodb": "^5.6.0",
+ "node-fetch": "^3.3.1",
"node-tesseract-ocr": "^2.2.1",
"nsfwjs": "^2.4.2",
- "octokit": "^2.0.14",
+ "octokit": "^2.0.19",
"seedrandom": "^3.0.5",
"structured-clone": "^0.2.2",
- "systeminformation": "^5.17.3"
- },
- "resolutions": {
- "discord-api-types": "0.37.23"
+ "systeminformation": "^5.18.2"
},
"name": "nucleus",
"version": "1.1.0",
@@ -72,19 +68,18 @@
"type": "module",
"devDependencies": {
"@types/clamscan": "^2.0.4",
- "@types/gifencoder": "^2.0.1",
- "@types/lodash": "^4.14.191",
- "@typescript-eslint/eslint-plugin": "^5.32.0",
- "@typescript-eslint/parser": "^5.32.0",
+ "@types/diff": "^5.0.3",
+ "@types/gm": "^1.25.1",
+ "@types/lodash": "^4.14.195",
+ "@types/node": "^20.2.5",
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
+ "@typescript-eslint/parser": "^5.59.9",
"copyfiles": "^2.4.1",
- "eslint-config-prettier": "^8.5.0",
- "prettier": "^2.7.1",
+ "eslint-config-prettier": "^8.8.0",
+ "prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"tsc-suppress": "^1.0.7",
- "typescript": "^5.0.0",
- "yarn-audit-fix": "^9.3.9",
- "@types/diff": "^5.0.3",
- "@types/gm": "^1.25.0",
- "@types/node": "^18.14.6"
+ "typescript": "^5.1.3",
+ "yarn-audit-fix": "^9.3.10"
}
}