Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot] 21513cf422 build(deps): bump uuid from 14.0.0 to 14.0.1 in /src/static/client
Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v14.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 20:35:15 +00:00
daanselen 56ac97b15c Merge remote-tracking branch 'origin/dependabot/docker/docker/development/alpine-3.24' into development 2026-07-08 23:34:46 +02:00
dependabot[bot] 59c88853de build(deps): bump alpine from 3.23 to 3.24 in /docker
Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 20:34:40 +00:00
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RUN go version && \
# AWG TOOLS BUILDING STAGE
# Base: Alpine
#
FROM alpine:3.23 AS awg-tools
FROM alpine:3.24 AS awg-tools
# Install needed dependencies.
RUN apk add --no-cache \
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "client",
"version": "v1.0",
"version": "v1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "client",
"version": "v1.0",
"version": "v1.0.1",
"dependencies": {
"axios": "^1.18.0",
"bootstrap": "^5.3.8",
@@ -15,7 +15,7 @@
"oidc-client-ts": "^3.5.0",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"uuid": "^14.0.0",
"uuid": "^14.0.1",
"vue": "^3.5.35",
"vue-router": "^5.1.0"
},
@@ -2971,9 +2971,9 @@
}
},
"node_modules/uuid": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz",
"integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
+1 -1
View File
@@ -16,7 +16,7 @@
"oidc-client-ts": "^3.5.0",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"uuid": "^14.0.0",
"uuid": "^14.0.1",
"vue": "^3.5.35",
"vue-router": "^5.1.0"
},