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 May 5, 2023
1 parent 44fb31e commit 4cc20ed
Show file tree
Hide file tree
Showing 73 changed files with 562 additions and 564 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.
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.
532 changes: 266 additions & 266 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
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.1",
"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.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/typescript-estree": "5.59.2",
"eslint": "8.40.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.2",
"typescript": "5.0.4",
"vitest": "0.31.0"
}
}

0 comments on commit 4cc20ed

Please sign in to comment.