Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 14f9c86 commit b23766d
Show file tree
Hide file tree
Showing 4 changed files with 2,743 additions and 885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build image
run: DOCKER_BUILDKIT=1 docker build --tag webbot .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install

# Build the production image
# ===
FROM ubuntu:focal
FROM ubuntu:jammy

# Set up environment
ENV LANG C.UTF-8
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"start-mattermost": "bin/hubot -a matteruser"
},
"dependencies": {
"axios": "^0.26.0",
"axios": "^1.0.0",
"coffeescript": "1.6.3",
"google-spreadsheet": "3.1.15",
"graphql": "^15.5.0",
"graphql-request": "3.4.0",
"hubot": "3.3.2",
"google-spreadsheet": "4.0.3",
"graphql": "^16.0.0",
"graphql-request": "6.1.0",
"hubot": "8.0.3",
"hubot-matteruser": "5.4.1",
"jsdom": "^17.0.0",
"jsdom": "^22.0.0",
"node-fetch": "^2.6.1",
"node-gyp": "7.1.2",
"proxy-agent": "4.0.1"
"node-gyp": "9.4.0",
"proxy-agent": "6.3.1"
}
}
Loading

0 comments on commit b23766d

Please sign in to comment.