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.3.0   | 17.7.1   |
| npm        | @commitlint/config-conventional   | 17.3.0   | 17.7.0   |
| npm        | @semantic-release/changelog       | 6.0.2    | 6.0.3    |
| npm        | @semantic-release/github          | 8.0.7    | 8.1.0    |
| npm        | @semantic-release/npm             | 9.0.1    | 9.0.2    |
| npm        | @types/jest                       | 29.2.4   | 29.5.4   |
| npm        | @types/lodash                     | 4.14.191 | 4.14.197 |
| npm        | @typescript-eslint/eslint-plugin  | 5.47.0   | 5.62.0   |
| npm        | @typescript-eslint/parser         | 5.47.0   | 5.62.0   |
| npm        | chance                            | 1.1.9    | 1.1.11   |
| npm        | eslint                            | 8.30.0   | 8.48.0   |
| npm        | eslint-config-prettier            | 8.5.0    | 8.10.0   |
| npm        | eslint-import-resolver-typescript | 3.5.2    | 3.6.0    |
| npm        | eslint-plugin-import              | 2.26.0   | 2.28.1   |
| npm        | eslint-plugin-jest                | 27.1.7   | 27.2.3   |
| npm        | husky                             | 8.0.2    | 8.0.3    |
| npm        | jest                              | 29.3.1   | 29.6.4   |
| npm        | jest-extended                     | 3.2.0    | 3.2.4    |
| npm        | lint-staged                       | 13.1.0   | 13.3.0   |
| npm        | prettier                          | 2.8.1    | 2.8.8    |
| npm        | ts-jest                           | 29.0.3   | 29.1.1   |
| npm        | typescript                        | 4.9.4    | 4.9.5    |
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent dcb8574 commit ca739ed
Show file tree
Hide file tree
Showing 2 changed files with 1,810 additions and 1,382 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -41,41 +41,41 @@
]
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@semantic-release/changelog": "6.0.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/npm": "9.0.1",
"@semantic-release/github": "8.1.0",
"@semantic-release/npm": "9.0.2",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/bluebird": "3.5.38",
"@types/chance": "1.1.3",
"@types/hapi__hapi": "20.0.13",
"@types/jest": "29.2.4",
"@types/lodash": "4.14.191",
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"chance": "1.1.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chance": "1.1.11",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.30.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.7",
"eslint": "8.48.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.2",
"jest": "29.3.1",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-chain": "1.1.6",
"jest-extended": "3.2.0",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"jest-extended": "3.2.4",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"semantic-release": "19.0.5",
"supertest": "6.3.3",
"ts-jest": "29.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"dependencies": {
"@hapi/hapi": "^20.2.1",
Expand Down

0 comments on commit ca739ed

Please sign in to comment.