audit of the npm packages and upgrade of the versions

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2025-02-27 01:11:33 +01:00
parent 2e18d7c581
commit c5017786e0
3 changed files with 1520 additions and 546 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
- name: Install npm dependencies
run: npm install
@@ -120,7 +120,7 @@ jobs:
- name: Deploy nightly to server
uses: easingthemes/ssh-deploy@main
env:
with:
ARGS: "-rltDzvO --chown=${{ secrets.WEB_USER }}:${{ secrets.WEB_USER }}"
SOURCE: "dist/"
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}

2034
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,23 +6,23 @@
"build": "vite build"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^4.0.0",
"axios": "^1.7.4",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.0",
"jquery": "^3.6.1",
"jquery-validation": "^1.20.0",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.8.1",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.8",
"jquery": "^3.7.1",
"jquery-validation": "^1.21.0",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.21",
"postcss": "^8.5.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.3",
"vite": "^4.5.9",
"vue": "^3.2.37"
"sass": "^1.85.1",
"vite": "^6.2.0",
"vue": "^3.5.13"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}