Skip to content

Commit

Permalink
fix: dependencies 2023-08-28 (#838)
Browse files Browse the repository at this point in the history
* chore: automatic empty commit

* chore(deps): update dependency @types/jest to v29.5.4

* chore(deps): update dependency @types/node to v18.17.11

* chore(deps): update dependency jest to v29.6.4

* chore(deps): update yarn to v3.6.3

* chore(deps): update dependency eslint to v8.48.0

* chore(deps): update dependency semantic-release to v21.1.1

* chore(deps): update dependency @types/node to v18.17.12

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and renovate[bot] authored Aug 28, 2023
1 parent a5117b9 commit cbfca61
Show file tree
Hide file tree
Showing 4 changed files with 467 additions and 328 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
"@types/cookie-parser": "1.4.3",
"@types/csurf": "1.11.2",
"@types/express": "4.17.17",
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"@types/jest": "29.5.4",
"@types/node": "18.17.12",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"dotenv": "16.3.1",
"ejs": "3.1.9",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-algolia": "22.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -64,11 +64,11 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"jest": "29.6.2",
"jest": "29.6.4",
"nodemon": "2.0.22",
"pino-pretty": "10.2.0",
"prettier": "2.8.8",
"semantic-release": "21.0.9",
"semantic-release": "21.1.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ttypescript": "1.5.15",
Expand All @@ -93,5 +93,5 @@
"chalk": "4.1.2",
"@semantic-release/npm": "10.0.5"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
Loading

0 comments on commit cbfca61

Please sign in to comment.