Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cleverse/ts-utilities",
"version": "1.0.0",
"version": "1.3.4",
"description": "miscellaneous useful shared modern Typescript/Javascript packages by Cleverse",
"homepage": "https://github.com/cleverse/ts-utilities",
"repository": {
Expand Down Expand Up @@ -49,17 +49,18 @@
"check-update": "ncu --target=minor --cooldown=3",
"check-update:fix": "$npm_execpath check-update -u",
"prepublishOnly": "$npm_execpath build",
"husky": "husky"
"husky": "husky",
"trivy": "trivy fs . --scanners vuln --severity CRITICAL,HIGH --exit-code 1 --include-dev-deps"
},
"packageManager": "pnpm@10.27.0",
"dependencies": {
"@eslint/eslintrc": "3.3.3",
"@eslint/eslintrc": "3.3.4",
"@eslint/js": "9.39.2",
"@google-cloud/kms": "5.2.1",
"@google-cloud/storage": "^7.18.0",
"@google-cloud/kms": "5.4.0",
"@google-cloud/storage": "^7.19.0",
"@microsoft/microsoft-graph-types": "^2.43.1",
"@next/eslint-plugin-next": "16.1.1",
"@typescript-eslint/eslint-plugin": "8.51.0",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.51.0",
"async-mutex": "0.5.0",
"base64url": "^3.0.1",
Expand All @@ -80,15 +81,15 @@
"@types/retry": "0.12.5",
"@types/verror": "1.10.11",
"dotenv": "17.2.3",
"eslint": "9.39.2",
"eslint": "9.39.3",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"npm-check-updates": "19.3.1",
"pino-pretty": "13.1.3",
"prettier": "3.7.4",
"tsup": "8.5.1",
"typescript": "5.9.3",
"vitest": "4.0.16",
"vitest": "4.0.18",
"zod": "4.3.5"
},
"peerDependencies": {
Expand Down
Loading