Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

fix(deps): update automerge non-major updates #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
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/lock-threads@v5.0.0
- uses: dessant/lock-threads@v5.0.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.18.0
20.18.1
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.18.1@sha256:d17aaa2a2fd82e09bd6a6da7cc4a79741340d2a3e39d172d1b30f295b1a850ff

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 <npm-publisher@rightcapital.com>",
"license": "MIT",
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.15.2",
"engines": {
"node": ">=18.x",
"pnpm": ">=8.x"
Expand Down Expand Up @@ -49,12 +49,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.7",
"lodash": "4.17.21",
"openai": "4.16.1"
"openai": "4.77.0"
},
"scripts": {
"commit": "cz",
Expand Down
Loading
Loading