Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2023
1 parent 44fb31e commit 95a60a1
Show file tree
Hide file tree
Showing 57 changed files with 248 additions and 256 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
@@ -1,12 +1,12 @@
version: 2.1

orbs:
node: circleci/node@5.0.3
node: circleci/node@5.1.0

jobs:
release:
docker:
- image: cimg/node:18.15
- image: cimg/node:18.16
steps:
- checkout
- run:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -27,7 +27,7 @@
"nodejs"
],
"type": "module",
"packageManager": "yarn@3.2.0",
"packageManager": "yarn@3.5.0",
"engines": {
"node": ">=16"
},
Expand Down Expand Up @@ -89,18 +89,18 @@
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/typescript-estree": "5.57.0",
"eslint": "8.37.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/typescript-estree": "5.59.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-security": "1.7.1",
"prettier": "2.8.7",
"prettier": "2.8.8",
"rimraf": "4.4.1",
"semantic-release": "21.0.0",
"typescript": "5.0.2",
"vitest": "0.29.8"
"semantic-release": "21.0.1",
"typescript": "5.0.4",
"vitest": "0.30.1"
}
}

0 comments on commit 95a60a1

Please sign in to comment.