Skip to content

Commit eccc519

Browse files
chore(deps): update all non-major dependencies
1 parent 774d0f6 commit eccc519

5 files changed

Lines changed: 1718 additions & 1350 deletions

File tree

.github/workflows/slack-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Slack
1818
id: slack
19-
uses: slackapi/slack-github-action@v1.23.0
19+
uses: slackapi/slack-github-action@v1.24.0
2020
with:
2121
payload: |
2222
{
Lines changed: 233 additions & 232 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
77
spec: '@yarnpkg/plugin-typescript'
88

9-
yarnPath: .yarn/releases/yarn-3.5.1.cjs
9+
yarnPath: .yarn/releases/yarn-3.6.4.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@oclif/plugin-commands": "^2.2.5",
1515
"@oclif/plugin-help": "^5",
1616
"@oclif/plugin-not-found": "^2.3.17",
17-
"@oclif/plugin-search": "^0.0.16",
17+
"@oclif/plugin-search": "^0.0.24",
1818
"@oclif/plugin-version": "^1.2.1",
1919
"@oclif/plugin-warn-if-update-available": "^2.0.24",
2020
"inquirer": "^9.2.0",
@@ -99,7 +99,7 @@
9999
"timeoutInDays": 1
100100
}
101101
},
102-
"packageManager": "yarn@3.5.1",
102+
"packageManager": "yarn@3.6.4",
103103
"publishConfig": {
104104
"access": "public",
105105
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)