Skip to content

Commit ab137d6

Browse files
authored
Merge pull request #170 from alarmdisplay/renovate/all-minor-patch
fix(deps): update all non-major dependencies
2 parents d907114 + 7fb9842 commit ab137d6

File tree

8 files changed

+79
-66
lines changed

8 files changed

+79
-66
lines changed

.github/workflows/test-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{github.workspace}}/server/coverage/lcov.info:lcov
3939
4040
- name: Upload coverage reports to Codecov
41-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
41+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
directory: ${{github.workspace}}/server/coverage

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.13.1
1+
20.16.0

console/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@feathersjs/authentication-client": "4.5.18",
1313
"@feathersjs/feathers": "4.5.17",
1414
"@feathersjs/socketio-client": "4.5.18",
15-
"@fortawesome/fontawesome-svg-core": "6.5.2",
16-
"@fortawesome/free-solid-svg-icons": "6.5.2",
15+
"@fortawesome/fontawesome-svg-core": "6.6.0",
16+
"@fortawesome/free-solid-svg-icons": "6.6.0",
1717
"@fortawesome/vue-fontawesome": "2.0.10",
1818
"@vue/composition-api": "1.7.2",
1919
"bulma": "0.9.4",
20-
"core-js": "3.37.1",
20+
"core-js": "3.38.0",
2121
"feathers-hooks-common": "6.1.5",
2222
"feathers-vuex": "3.16.0",
2323
"moment": "2.30.1",

frontend/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@feathersjs/feathers": "4.5.17",
1414
"@feathersjs/socketio-client": "4.5.18",
15-
"@fortawesome/fontawesome-svg-core": "6.5.2",
16-
"@fortawesome/free-solid-svg-icons": "6.5.2",
15+
"@fortawesome/fontawesome-svg-core": "6.6.0",
16+
"@fortawesome/free-solid-svg-icons": "6.6.0",
1717
"@fortawesome/vue-fontawesome": "2.0.10",
1818
"@vue/composition-api": "1.7.2",
19-
"core-js": "3.37.1",
19+
"core-js": "3.38.0",
2020
"feathers-vuex": "3.16.0",
2121
"leaflet": "1.9.4",
2222
"moment": "2.30.1",

server/package-lock.json

Lines changed: 28 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@feathersjs/feathers": "4.5.17",
5454
"@feathersjs/socketio": "4.5.18",
5555
"@feathersjs/transport-commons": "4.5.18",
56-
"axios": "1.6.8",
56+
"axios": "1.7.3",
5757
"bcryptjs": "2.4.3",
5858
"compression": "1.7.4",
5959
"cors": "2.8.5",
@@ -63,11 +63,11 @@
6363
"feathers-shallow-populate": "2.5.1",
6464
"ical.js": "1.5.0",
6565
"log4js": "6.9.1",
66-
"mysql2": "3.9.8",
66+
"mysql2": "3.11.0",
6767
"sequelize": "6.37.3",
6868
"serve-favicon": "2.5.0",
6969
"socket.io-client": "2.5.0",
70-
"umzug": "3.8.0",
70+
"umzug": "3.8.1",
7171
"uuid": "10.0.0"
7272
},
7373
"devDependencies": {

0 commit comments

Comments
 (0)