Skip to content

Commit

Permalink
fix(deps): update automerge non-major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 151daf7 commit 245acce
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: pnpm/action-setup@v4

- name: Prepare Node.js
uses: actions/[email protected].0
uses: actions/[email protected].4
with:
node-version-file: .node-version
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/[email protected].0
- uses: dessant/[email protected].1
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.17.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0@sha256:445acd9b2ef7e9de665424053bf95652e0b8995ef36500557d48faf29300170a
FROM node:20.17.0@sha256:db5dd2f30cb82a8bdbd16acd4a8f3f2789f5b24f6ce43f98aa041be848c82e45

WORKDIR /app

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "https://github.com/RightCapitalHQ/artist",
"author": "RightCapital Ecosystem team <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18.x",
"pnpm": ">=8.x"
Expand Down Expand Up @@ -50,12 +50,12 @@
},
"dependencies": {
"@rightcapital/exceptions": "1.2.6",
"@slack/bolt": "3.14.0",
"@slack/web-api": "6.9.0",
"@slack/bolt": "3.22.0",
"@slack/web-api": "6.13.0",
"async-retry": "1.3.3",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"openai": "4.16.1"
"openai": "4.67.1"
},
"scripts": {
"commit": "cz",
Expand Down
Loading

0 comments on commit 245acce

Please sign in to comment.