Compare commits

...

3 Commits

Author SHA1 Message Date
e39f808df7 chore(deps): update node.js to 24fb6aa
All checks were successful
continuous-integration/drone/pr Build is passing
2025-01-09 11:37:09 +00:00
bdd4ac19b5 Merge pull request 'chore(deps): update dependency vue-router to v4.5.0' (!153) from renovate/vue-router-4.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #153
2025-01-08 15:16:32 +01:00
07e02997d8 chore(deps): update dependency vue-router to v4.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-01-07 21:38:21 +00:00
4 changed files with 9 additions and 9 deletions

View File

@ -17,12 +17,12 @@ steps:
- name: reuse - name: reuse
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
- name: lint - name: lint
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a image: node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372
commands: commands:
- npm ci - npm ci
- npm run lint -- --no-fix - npm run lint -- --no-fix
- name: audit - name: audit
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a image: node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372
commands: commands:
- npm install -g better-npm-audit - npm install -g better-npm-audit
- better-npm-audit audit --production --level=moderate - better-npm-audit audit --production --level=moderate
@ -104,7 +104,7 @@ steps:
- name: reuse - name: reuse
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
- name: lint - name: lint
image: node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a image: node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372
commands: commands:
- npm ci - npm ci
- npm run lint -- --no-fix - npm run lint -- --no-fix

View File

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20.18.1-alpine@sha256:e44837841abf6177b308a7c627c8fd7820c1ae6ed09ffa4d60d700e5fbba1b1a as builder FROM node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372 as builder
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm install RUN npm install

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"v-tooltip": "4.0.0-beta.17", "v-tooltip": "4.0.0-beta.17",
"vue": "3.5.13", "vue": "3.5.13",
"vue-router": "4.4.5", "vue-router": "4.5.0",
"vuex": "4.1.0" "vuex": "4.1.0"
}, },
"optionalDependencies": { "optionalDependencies": {
@ -12288,9 +12288,9 @@
} }
}, },
"node_modules/vue-router": { "node_modules/vue-router": {
"version": "4.4.5", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz",
"integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==", "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -22,7 +22,7 @@
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"v-tooltip": "4.0.0-beta.17", "v-tooltip": "4.0.0-beta.17",
"vue": "3.5.13", "vue": "3.5.13",
"vue-router": "4.4.5", "vue-router": "4.5.0",
"vuex": "4.1.0" "vuex": "4.1.0"
}, },
"optionalDependencies": { "optionalDependencies": {