mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2025-01-24 12:34:05 +01:00
⬆️ Update all non-major dependencies
This commit is contained in:
parent
82d3473761
commit
ce88cd031b
6
.github/workflows/build_addon.yml
vendored
6
.github/workflows/build_addon.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Cosign
|
- name: Install Cosign
|
||||||
uses: sigstore/cosign-installer@v3.6.0
|
uses: sigstore/cosign-installer@v3.7.0
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@ -145,7 +145,7 @@ jobs:
|
|||||||
io.hass.type=addon
|
io.hass.type=addon
|
||||||
|
|
||||||
- name: Change version in config file
|
- name: Change version in config file
|
||||||
uses: fjogeleit/yaml-update-action@v0.15.0
|
uses: fjogeleit/yaml-update-action@v0.16.0
|
||||||
with:
|
with:
|
||||||
valueFile: "nextcloud_backup/config.yml"
|
valueFile: "nextcloud_backup/config.yml"
|
||||||
propertyPath: "version"
|
propertyPath: "version"
|
||||||
@ -213,7 +213,7 @@ jobs:
|
|||||||
ref: ${{ steps.branch-names.outputs.current_branch }}
|
ref: ${{ steps.branch-names.outputs.current_branch }}
|
||||||
|
|
||||||
- name: Generate readme
|
- name: Generate readme
|
||||||
uses: cuchi/jinja2-action@v1.2.2
|
uses: cuchi/jinja2-action@v1.3.0
|
||||||
with:
|
with:
|
||||||
template: addon/nextcloud_backup/.README.md.j2
|
template: addon/nextcloud_backup/.README.md.j2
|
||||||
output_file: repository/nextcloud_backup/README.md
|
output_file: repository/nextcloud_backup/README.md
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.20
|
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.21
|
||||||
|
|
||||||
FROM node:20 AS frontend-builder
|
FROM node:20 AS frontend-builder
|
||||||
|
|
||||||
|
@ -13,16 +13,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"app-root-path": "3.1.0",
|
"app-root-path": "3.1.0",
|
||||||
"cookie-parser": "1.4.6",
|
"cookie-parser": "1.4.7",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cron": "3.1.7",
|
"cron": "3.5.0",
|
||||||
"debug": "4.3.6",
|
"debug": "4.4.0",
|
||||||
"errorhandler": "^1.5.1",
|
"errorhandler": "^1.5.1",
|
||||||
"express": "4.20.0",
|
"express": "4.21.2",
|
||||||
"fast-xml-parser": "^4.4.1",
|
"fast-xml-parser": "^4.4.1",
|
||||||
"figlet": "^1.7.0",
|
"figlet": "^1.7.0",
|
||||||
"form-data": "4.0.0",
|
"form-data": "4.0.1",
|
||||||
"got": "14.4.2",
|
"got": "14.4.5",
|
||||||
"http-errors": "2.0.0",
|
"http-errors": "2.0.0",
|
||||||
"joi": "^17.13.3",
|
"joi": "^17.13.3",
|
||||||
"jquery": "3.7.1",
|
"jquery": "3.7.1",
|
||||||
@ -31,9 +31,9 @@
|
|||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"url-join": "^5.0.0",
|
"url-join": "^5.0.0",
|
||||||
"webdav": "5.7.1",
|
"webdav": "5.7.1",
|
||||||
"winston": "3.14.1"
|
"winston": "3.17.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.7.0",
|
"packageManager": "pnpm@9.15.4",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.9.0",
|
"@eslint/js": "^9.9.0",
|
||||||
"@tsconfig/recommended": "^1.0.7",
|
"@tsconfig/recommended": "^1.0.7",
|
||||||
@ -47,12 +47,12 @@
|
|||||||
"@types/luxon": "^3.4.2",
|
"@types/luxon": "^3.4.2",
|
||||||
"@types/morgan": "^1.9.9",
|
"@types/morgan": "^1.9.9",
|
||||||
"@types/node": "^22.3.0",
|
"@types/node": "^22.3.0",
|
||||||
"concurrently": "9.0.1",
|
"concurrently": "9.1.2",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"eslint": "^9.9.0",
|
"eslint": "^9.9.0",
|
||||||
"nodemon": "^3.1.4",
|
"nodemon": "^3.1.4",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
"typescript-eslint": "8.1.0"
|
"typescript-eslint": "8.21.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
761
nextcloud_backup/backend/pnpm-lock.yaml
generated
761
nextcloud_backup/backend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
"roboto-fontface": "^0.10.0",
|
"roboto-fontface": "^0.10.0",
|
||||||
"uuid": "^10.0.0",
|
"uuid": "^10.0.0",
|
||||||
"vue": "^3.4.37",
|
"vue": "^3.4.37",
|
||||||
"vuetify": "3.6.14"
|
"vuetify": "3.7.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/types": "^7.25.2",
|
"@babel/types": "^7.25.2",
|
||||||
@ -38,15 +38,15 @@
|
|||||||
"pinia": "^2.2.1",
|
"pinia": "^2.2.1",
|
||||||
"sass": "^1.77.8",
|
"sass": "^1.77.8",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
"unplugin-auto-import": "^0.18.0",
|
"unplugin-auto-import": "^0.19.0",
|
||||||
"unplugin-fonts": "^1.1.1",
|
"unplugin-fonts": "^1.1.1",
|
||||||
"unplugin-vue-components": "^0.27.0",
|
"unplugin-vue-components": "^0.28.0",
|
||||||
"unplugin-vue-router": "^0.10.0",
|
"unplugin-vue-router": "^0.11.0",
|
||||||
"vite": "^5.4.0",
|
"vite": "^5.4.0",
|
||||||
"vite-plugin-vue-layouts": "^0.11.0",
|
"vite-plugin-vue-layouts": "^0.11.0",
|
||||||
"vite-plugin-vuetify": "^2.0.4",
|
"vite-plugin-vuetify": "^2.0.4",
|
||||||
"vue-router": "^4.4.3",
|
"vue-router": "^4.4.3",
|
||||||
"vue-tsc": "^2.0.26"
|
"vue-tsc": "^2.0.26"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.7.0"
|
"packageManager": "pnpm@9.15.4"
|
||||||
}
|
}
|
2369
nextcloud_backup/frontend/pnpm-lock.yaml
generated
2369
nextcloud_backup/frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user