Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 6877e89 commit 74ad956
Show file tree
Hide file tree
Showing 8 changed files with 2,132 additions and 1,587 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
node-version: ${{ inputs.NODE_VERSION }}

- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
- uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
id: pnpm-install
with:
version: ${{ inputs.PNPM_VERSION }}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
"version": "pnpm changeset version && pnpm generate:docs"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@types/node-fetch": "2.6.3",
"@changesets/cli": "2.27.8",
"@types/node-fetch": "2.6.11",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "4.2.1",
"fs-extra": "9.1.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.7.0",
"license-checker": "25.0.1",
"lint-staged": "13.2.2",
"lint-staged": "13.3.0",
"npm-run-all": "4.1.5",
"object-treeify": "1.1.33",
"ora": "5.4.1",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"tar": "6.1.14",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.4.0"
"packageManager": "pnpm@8.15.9"
}
34 changes: 17 additions & 17 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,38 +27,38 @@
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
"@nestjs/core": "9.4.3",
"@oclif/core": "2.8.5",
"@oclif/plugin-autocomplete": "2.1.9",
"@oclif/plugin-help": "5.2.9",
"@oclif/core": "2.16.0",
"@oclif/plugin-autocomplete": "2.3.10",
"@oclif/plugin-help": "5.2.20",
"@relate/common": "workspace:*",
"@relate/types": "workspace:*",
"chalk": "4.1.2",
"cross-env": "7.0.3",
"enquirer": "2.3.6",
"enquirer": "2.4.1",
"fs-extra": "9.1.0",
"graphql": "16.6.0",
"lodash": "4.17.21",
"node-fetch": "2.6.9",
"node-fetch": "2.7.0",
"open": "9.1.0",
"rxjs": "7.8.1",
"semver": "7.5.2",
"tslib": "2.5.0"
"tslib": "2.7.0"
},
"devDependencies": {
"@oclif/test": "2.3.17",
"@oclif/test": "2.5.6",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.4",
"@types/node-fetch": "2.6.3",
"@types/semver": "7.3.13",
"chai": "4.3.7",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/node": "18.19.50",
"@types/node-fetch": "2.6.11",
"@types/semver": "7.5.8",
"chai": "4.5.0",
"globby": "10.0.2",
"jest": "29.5.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"oclif": "3.9.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"oclif": "3.17.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.1.3"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dev": "run-s clean-build start"
},
"devDependencies": {
"@types/jest": "29.5.1",
"jest": "29.5.0",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"ts-jest": "29.2.5",
"typescript": "5.1.3"
}
}
32 changes: 16 additions & 16 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
"@nestjs/core": "9.4.3",
"@nestjs/testing": "9.4.3",
"@relate/types": "workspace:*",
"@types/decompress": "4.2.4",
"@types/decompress": "4.2.7",
"@types/fs-extra": "9.0.13",
"@types/got": "9.6.12",
"@types/jest": "29.5.1",
"@types/jsonwebtoken": "9.0.2",
"@types/jest": "29.5.13",
"@types/jsonwebtoken": "9.0.7",
"@types/jszip": "3.4.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.4",
"@types/node-forge": "1.3.2",
"@types/semver": "7.3.13",
"@types/tar": "6.1.4",
"@types/uuid": "9.0.1",
"@types/lodash": "4.17.7",
"@types/node": "18.19.50",
"@types/node-forge": "1.3.11",
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
"@types/uuid": "9.0.8",
"graphql": "16.6.0",
"jest": "29.5.0",
"nock": "13.3.1",
"jest": "29.7.0",
"nock": "13.5.5",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"ts-jest": "29.2.5",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
Expand All @@ -60,19 +60,19 @@
},
"dependencies": {
"@neo4j/code-signer": "1.1.4",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"decompress": "4.2.1",
"fs-extra": "9.1.0",
"got": "11.8.6",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"neo4j-driver-lite": "5.8.0",
"neo4j-driver-lite": "5.24.1",
"node-forge": "1.3.1",
"p-limit": "3.1.0",
"rxjs": "7.8.1",
"semver": "7.5.2",
"tar": "6.1.14",
"tree-kill": "1.2.2",
"uuid": "9.0.0"
"uuid": "9.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
Expand Down
40 changes: 20 additions & 20 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@
},
"devDependencies": {
"@nestjs/testing": "9.4.3",
"@types/cookie-parser": "1.4.3",
"@types/express": "4.17.17",
"@types/cookie-parser": "1.4.7",
"@types/express": "4.17.21",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/multer": "1.4.7",
"@types/node": "18.16.4",
"@types/semver": "7.3.13",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "4.1.3",
"@types/uuid": "9.0.1",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/multer": "1.4.12",
"@types/node": "18.19.50",
"@types/semver": "7.5.8",
"@types/supertest": "2.0.16",
"@types/swagger-ui-express": "4.1.6",
"@types/uuid": "9.0.8",
"cross-env": "7.0.3",
"jest": "29.5.0",
"nock": "13.3.1",
"jest": "29.7.0",
"nock": "13.5.5",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"rimraf": "5.0.0",
"rimraf": "5.0.10",
"semver": "7.5.0",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"supertest": "6.3.4",
"ts-jest": "29.2.5",
"typescript": "5.1.3"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.11.0",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
Expand All @@ -63,9 +63,9 @@
"@nestjs/platform-express": "9.4.3",
"@relate/common": "workspace:*",
"@relate/types": "workspace:*",
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"express": "4.18.2",
"file-type": "16.5.4",
Expand All @@ -77,9 +77,9 @@
"graphql-ws": "5.13.1",
"lodash": "4.17.21",
"multer": "1.4.5-lts.1",
"node-fetch": "2.6.9",
"node-fetch": "2.7.0",
"rxjs": "7.8.1",
"sofa-api": "0.16.3",
"sofa-api": "0.18.7",
"swagger-ui-express": "4.6.3"
}
}
Loading

0 comments on commit 74ad956

Please sign in to comment.