Compare commits

..

1 Commits

Author SHA1 Message Date
3005ab226b chore(deps): update node.js to v20.19.3
All checks were successful
continuous-integration/drone/pr Build is passing
2025-07-15 22:36:57 +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.19.3-alpine@sha256:9816577558b14a3c518d3b4e74043a8b5a610044771c73d2a201f7cd65263e68
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.19.3-alpine@sha256:9816577558b14a3c518d3b4e74043a8b5a610044771c73d2a201f7cd65263e68
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.19.3-alpine@sha256:9816577558b14a3c518d3b4e74043a8b5a610044771c73d2a201f7cd65263e68
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.19.3-alpine@sha256:9816577558b14a3c518d3b4e74043a8b5a610044771c73d2a201f7cd65263e68 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

@ -16,7 +16,7 @@
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3", "bootstrap-icons": "1.11.3",
"core-js": "3.44.0", "core-js": "3.39.0",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"sass": "1.83.1", "sass": "1.83.1",
@ -4755,9 +4755,9 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.44.0", "version": "3.39.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz",
"integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==", "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",

View File

@ -15,7 +15,7 @@
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3", "bootstrap-icons": "1.11.3",
"core-js": "3.44.0", "core-js": "3.39.0",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"sass": "1.83.1", "sass": "1.83.1",