Skip to content

Commit 10cfe76

Browse files
committed
chore: update dependencies
1 parent 002b436 commit 10cfe76

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"rxjs": "^7.5.2"
4343
},
4444
"dependencies": {
45-
"@nestjs/common": "^8.2.5",
46-
"@nestjs/core": "^8.2.5",
47-
"@nestjs/platform-express": "^8.2.5",
45+
"@nestjs/common": "^8.2.6",
46+
"@nestjs/core": "^8.2.6",
47+
"@nestjs/platform-express": "^8.2.6",
4848
"reflect-metadata": "^0.1.13",
4949
"rxjs": "^7.5.2",
5050
"shx": "^0.3.4"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.16.7",
53+
"@babel/core": "^7.16.10",
5454
"@babel/plugin-proposal-class-properties": "^7.16.7",
5555
"@babel/plugin-proposal-decorators": "^7.16.7",
5656
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
5757
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
5858
"@babel/preset-typescript": "^7.16.7",
59-
"@commitlint/cli": "^16.0.2",
59+
"@commitlint/cli": "^16.1.0",
6060
"@commitlint/config-conventional": "^16.0.0",
6161
"@nestjs/cli": "^8.2.0",
6262
"@nestjs/schematics": "^8.0.4",
@@ -71,25 +71,25 @@
7171
"@types/jest": "^27.4.0",
7272
"@types/node": "^16.11.19",
7373
"@types/supertest": "^2.0.11",
74-
"@typescript-eslint/eslint-plugin": "^5.9.1",
75-
"@typescript-eslint/parser": "^5.9.1",
74+
"@typescript-eslint/eslint-plugin": "^5.10.0",
75+
"@typescript-eslint/parser": "^5.10.0",
7676
"eslint": "^8.7.0",
7777
"eslint-config-prettier": "^8.1.0",
7878
"eslint-plugin-prettier": "^4.0.0",
7979
"husky": "^4.3.0",
8080
"jest": "^27.4.7",
8181
"jest-extended": "^1.2.0",
8282
"jest-sonar-reporter": "^2.0.0",
83-
"lint-staged": "^12.1.7",
83+
"lint-staged": "^12.2.2",
8484
"prettier": "^2.5.1",
8585
"rimraf": "^3.0.2",
86-
"supertest": "^6.2.1",
86+
"supertest": "^6.2.2",
8787
"standard-version": "^9.3.2",
8888
"ts-jest": "^27.1.2",
8989
"ts-loader": "^9.2.6",
9090
"ts-node": "^10.4.0",
9191
"tsconfig-paths": "^3.12.0",
92-
"typescript": "^4.4.4"
92+
"typescript": "^4.5.5"
9393
},
9494
"commitlint": {
9595
"extends": "@commitlint/config-conventional"

0 commit comments

Comments
 (0)