Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
| datasource | package                          | from     | to       |
| ---------- | -------------------------------- | -------- | -------- |
| npm        | @commitlint/cli                  | 17.1.2   | 17.2.0   |
| npm        | @commitlint/config-conventional  | 17.1.0   | 17.2.0   |
| npm        | @types/jest                      | 29.2.0   | 29.2.2   |
| npm        | @types/lodash                    | 4.14.186 | 4.14.188 |
| npm        | @typescript-eslint/eslint-plugin | 5.40.1   | 5.42.1   |
| npm        | @typescript-eslint/parser        | 5.40.1   | 5.42.1   |
| npm        | eslint                           | 8.26.0   | 8.27.0   |
| npm        | eslint-plugin-jest               | 27.1.3   | 27.1.5   |
| npm        | jest                             | 29.2.1   | 29.3.1   |
| npm        | supertest                        | 6.3.0    | 6.3.1    |
  • Loading branch information
renovate[bot] committed Nov 10, 2022
1 parent e830b07 commit 94b2a48
Show file tree
Hide file tree
Showing 2 changed files with 526 additions and 403 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -41,8 +41,8 @@
]
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
Expand All @@ -52,27 +52,27 @@
"@types/bluebird": "3.5.37",
"@types/chance": "1.1.3",
"@types/hapi__hapi": "20.0.13",
"@types/jest": "29.2.0",
"@types/lodash": "4.14.186",
"@types/jest": "29.2.2",
"@types/lodash": "4.14.188",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"chance": "1.1.9",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.26.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.3",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-prettier": "4.2.1",
"husky": "7.0.4",
"jest": "29.2.1",
"jest": "29.3.1",
"jest-chain": "1.1.6",
"jest-extended": "3.1.0",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"semantic-release": "19.0.5",
"supertest": "6.3.0",
"supertest": "6.3.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
Expand Down

0 comments on commit 94b2a48

Please sign in to comment.