Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 4, 2021
1 parent 513530b commit 60ee92a
Show file tree
Hide file tree
Showing 2 changed files with 509 additions and 399 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"resolutions": {
"@typescript-eslint/parser": "5.4.0"
"@typescript-eslint/parser": "5.5.0"
},
"dependencies": {
"apollo-server": "^3.5.0",
Expand All @@ -22,24 +22,24 @@
"type-graphql": "^1.2.0-rc.1"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/jest": "27.0.3",
"@types/node": "16.11.10",
"@types/pino": "7.0.5",
"@types/validator": "^13.7.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@types/validator": "13.7.0",
"@typescript-eslint/eslint-plugin": "5.5.0",
"deepcrawl-eslint-config": "5.2.0",
"eslint": "8.3.0",
"eslint": "8.4.0",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-clean-code": "0.1.12",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-sonarjs": "0.10.0",
"jest": "27.3.1",
"jest-extended": "1.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-sonarjs": "0.11.0",
"jest": "27.4.3",
"jest-extended": "1.2.0",
"pino-pretty": "7.2.0",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
Expand Down
Loading

0 comments on commit 60ee92a

Please sign in to comment.