Skip to content

Commit

Permalink
ci(dependencies): Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann committed Mar 9, 2024
1 parent dbd2705 commit 03a69bd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 20
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,19 @@
"singleQuote": true
},
"dependencies": {
"axios": "1.6.5",
"axios": "1.6.7",
"bottleneck": "2.19.5",
"color-convert": "2.0.1",
"dayjs": "1.11.5",
"dayjs": "1.11.10",
"debounce": "1.2.1",
"deep-eql": "4.1.3",
"deepmerge": "4.2.2",
"mqtt": "5.3.5",
"semver": "7.3.7"
"mqtt": "5.3.6",
"semver": "7.6.0"
},
"overrides": {
"fast-unique-numbers": "8.0.13"
"fast-unique-numbers": "8.0.13",
"deepmerge": "4.2.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 03a69bd

Please sign in to comment.