Compare commits

...

7 Commits

Author SHA1 Message Date
zach d93ed86def Update Dockerfile 2024-07-31 15:57:04 +00:00
zach b0ecbe1359 Update Dockerfile
Version update
2024-07-31 15:43:28 +00:00
zach 3decc0d272 Update Dockerfile
Set ORCASLICER_VERSION to v2.1.0-beta
2024-06-03 00:55:22 +00:00
LinuxServer-CI 20d0e0bb7e Bot Updating Package Versions 2024-05-28 12:15:30 +00:00
LinuxServer-CI d2cd29b714 Bot Updating Package Versions 2024-05-21 12:19:12 +00:00
LinuxServer-CI c1da1c2896 Bot Updating Templated Files 2024-05-21 12:13:42 +00:00
LinuxServer-CI 296c04142e Bot Updating Templated Files 2024-05-21 12:12:09 +00:00
4 changed files with 103 additions and 138 deletions

View File

@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
ARG VERSION ARG VERSION
ARG ORCASLICER_VERSION ENV ORCASLICER_VERSION=v2.1.0.1
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer" LABEL maintainer="thelamer"
@ -46,7 +46,7 @@ RUN \
cd /tmp && \ cd /tmp && \
curl -o \ curl -o \
/tmp/orca.app -L \ /tmp/orca.app -L \
"https://github.com/SoftFever/OrcaSlicer/releases/download/${ORCASLICER_VERSION}/OrcaSlicer_Linux_$(echo ${ORCASLICER_VERSION} | sed 's/\b\(.\)/\u\1/g').AppImage" && \ "https://github.com/SoftFever/OrcaSlicer/releases/download/${ORCASLICER_VERSION}/OrcaSlicer_Linux_${ORCASLICER_VERSION}.AppImage" && \
chmod +x /tmp/orca.app && \ chmod +x /tmp/orca.app && \
./orca.app --appimage-extract && \ ./orca.app --appimage-extract && \
mv squashfs-root /opt/orcaslicer && \ mv squashfs-root /opt/orcaslicer && \

41
Jenkinsfile vendored
View File

@ -304,7 +304,7 @@ pipeline {
echo "Jenkinsfile is up to date." echo "Jenkinsfile is up to date."
fi fi
echo "Starting Stage 2 - Delete old templates" echo "Starting Stage 2 - Delete old templates"
OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml Dockerfile.armhf" OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml"
for i in ${OLD_TEMPLATES}; do for i in ${OLD_TEMPLATES}; do
if [[ -f "${i}" ]]; then if [[ -f "${i}" ]]; then
TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}" TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}"
@ -534,6 +534,7 @@ pipeline {
--label \"org.opencontainers.image.title=Orcaslicer\" \ --label \"org.opencontainers.image.title=Orcaslicer\" \
--label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \ --label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
--provenance=false --sbom=false \
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
} }
} }
@ -565,6 +566,7 @@ pipeline {
--label \"org.opencontainers.image.title=Orcaslicer\" \ --label \"org.opencontainers.image.title=Orcaslicer\" \
--label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \ --label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
--provenance=false --sbom=false \
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
} }
} }
@ -593,6 +595,7 @@ pipeline {
--label \"org.opencontainers.image.title=Orcaslicer\" \ --label \"org.opencontainers.image.title=Orcaslicer\" \
--label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \ --label \"org.opencontainers.image.description=[Orca Slicer](https://github.com/SoftFever/OrcaSlicer) is an open source slicer for FDM printers. OrcaSlicer is fork of Bambu Studio, it was previously known as BambuStudio-SoftFever, Bambu Studio is forked from PrusaSlicer by Prusa Research, which is from Slic3r by Alessandro Ranellucci and the RepRap community\" \
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
--provenance=false --sbom=false \
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
retry(5) { retry(5) {
@ -716,7 +719,7 @@ pipeline {
--shm-size=1gb \ --shm-size=1gb \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-e IMAGE=\"${IMAGE}\" \ -e IMAGE=\"${IMAGE}\" \
-e DELAY_START=\"${CI_DELAY}\" \ -e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
-e TAGS=\"${CI_TAGS}\" \ -e TAGS=\"${CI_TAGS}\" \
-e META_TAG=\"${META_TAG}\" \ -e META_TAG=\"${META_TAG}\" \
-e PORT=\"${CI_PORT}\" \ -e PORT=\"${CI_PORT}\" \
@ -824,35 +827,13 @@ pipeline {
docker push ${MANIFESTIMAGE}:amd64-${SEMVER} docker push ${MANIFESTIMAGE}:amd64-${SEMVER}
docker push ${MANIFESTIMAGE}:arm64v8-${SEMVER} docker push ${MANIFESTIMAGE}:arm64v8-${SEMVER}
fi fi
docker manifest push --purge ${MANIFESTIMAGE}:latest || : done
docker manifest create ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:amd64-latest ${MANIFESTIMAGE}:arm64v8-latest for MANIFESTIMAGE in "${IMAGE}" "${GITLABIMAGE}" "${GITHUBIMAGE}" "${QUAYIMAGE}"; do
docker manifest annotate ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:arm64v8-latest --os linux --arch arm64 --variant v8 docker buildx imagetools create -t ${MANIFESTIMAGE}:latest ${MANIFESTIMAGE}:amd64-latest ${MANIFESTIMAGE}:arm64v8-latest
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG} || : docker buildx imagetools create -t ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG}
docker manifest create ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:amd64-${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} docker buildx imagetools create -t ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
docker manifest annotate ${MANIFESTIMAGE}:${META_TAG} ${MANIFESTIMAGE}:arm64v8-${META_TAG} --os linux --arch arm64 --variant v8
docker manifest push --purge ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} || :
docker manifest create ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:amd64-${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG}
docker manifest annotate ${MANIFESTIMAGE}:${EXT_RELEASE_TAG} ${MANIFESTIMAGE}:arm64v8-${EXT_RELEASE_TAG} --os linux --arch arm64 --variant v8
if [ -n "${SEMVER}" ]; then if [ -n "${SEMVER}" ]; then
docker manifest push --purge ${MANIFESTIMAGE}:${SEMVER} || : docker buildx imagetools create -t ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:amd64-${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER}
docker manifest create ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:amd64-${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER}
docker manifest annotate ${MANIFESTIMAGE}:${SEMVER} ${MANIFESTIMAGE}:arm64v8-${SEMVER} --os linux --arch arm64 --variant v8
fi
token=$(curl -sX GET "https://ghcr.io/token?scope=repository%3Alinuxserver%2F${CONTAINER_NAME}%3Apull" | jq -r '.token')
digest=$(curl -s \
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
--header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/linuxserver/${CONTAINER_NAME}/manifests/arm32v7-latest")
if [[ $(echo "$digest" | jq -r '.layers') != "null" ]]; then
docker manifest push --purge ${MANIFESTIMAGE}:arm32v7-latest || :
docker manifest create ${MANIFESTIMAGE}:arm32v7-latest ${MANIFESTIMAGE}:amd64-latest
docker manifest push --purge ${MANIFESTIMAGE}:arm32v7-latest
fi
docker manifest push --purge ${MANIFESTIMAGE}:latest
docker manifest push --purge ${MANIFESTIMAGE}:${META_TAG}
docker manifest push --purge ${MANIFESTIMAGE}:${EXT_RELEASE_TAG}
if [ -n "${SEMVER}" ]; then
docker manifest push --purge ${MANIFESTIMAGE}:${SEMVER}
fi fi
done done
''' '''

View File

@ -28,7 +28,7 @@ Find us at:
# [linuxserver/orcaslicer](https://github.com/linuxserver/docker-orcaslicer) # [linuxserver/orcaslicer](https://github.com/linuxserver/docker-orcaslicer)
[![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Forcaslicer?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Forcaslicer) [![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Forcaslicer?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh)
[![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-orcaslicer.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-orcaslicer) [![GitHub Stars](https://img.shields.io/github/stars/linuxserver/docker-orcaslicer.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-orcaslicer)
[![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-orcaslicer.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-orcaslicer/releases) [![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-orcaslicer.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-orcaslicer/releases)
[![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-orcaslicer/packages) [![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-orcaslicer/packages)

View File

@ -1,55 +1,53 @@
NAME VERSION TYPE NAME VERSION TYPE
1to2 1.0.0 npm 1to2 1.0.0 npm
@colors/colors 1.5.0 npm
@isaacs/cliui 8.0.2 npm @isaacs/cliui 8.0.2 npm
@isaacs/string-locale-compare 1.1.0 npm @isaacs/string-locale-compare 1.1.0 npm
@kasmtech/novnc 1.3.0 npm @kasmtech/novnc 1.3.0 npm
@npmcli/agent 2.2.1 npm @npmcli/agent 2.2.2 npm
@npmcli/arborist 7.4.0 npm @npmcli/arborist 7.5.1 npm
@npmcli/config 8.2.0 npm @npmcli/config 8.3.1 npm
@npmcli/disparity-colors 3.0.0 npm
@npmcli/fs 3.1.0 npm @npmcli/fs 3.1.0 npm
@npmcli/git 5.0.4 npm @npmcli/git 5.0.6 npm
@npmcli/installed-package-contents 2.0.2 npm @npmcli/installed-package-contents 2.1.0 npm
@npmcli/map-workspaces 3.0.4 npm @npmcli/map-workspaces 3.0.6 npm
@npmcli/metavuln-calculator 7.0.0 npm @npmcli/metavuln-calculator 7.1.0 npm
@npmcli/name-from-folder 2.0.0 npm @npmcli/name-from-folder 2.0.0 npm
@npmcli/node-gyp 3.0.0 npm @npmcli/node-gyp 3.0.0 npm
@npmcli/package-json 5.0.0 npm @npmcli/package-json 5.1.0 npm
@npmcli/promise-spawn 7.0.1 npm @npmcli/promise-spawn 7.0.1 npm
@npmcli/query 3.1.0 npm @npmcli/query 3.1.0 npm
@npmcli/run-script 7.0.4 npm @npmcli/redact 2.0.0 npm
@npmcli/run-script 8.1.0 npm
@pkgjs/parseargs 0.11.0 npm @pkgjs/parseargs 0.11.0 npm
@sigstore/bundle 2.2.0 npm @sigstore/bundle 2.3.1 npm
@sigstore/core 1.0.0 npm @sigstore/core 1.1.0 npm
@sigstore/protobuf-specs 0.3.0 npm @sigstore/protobuf-specs 0.3.1 npm
@sigstore/sign 2.2.3 npm @sigstore/sign 2.3.0 npm
@sigstore/tuf 2.3.1 npm @sigstore/tuf 2.3.2 npm
@sigstore/verify 1.1.0 npm @sigstore/verify 1.2.0 npm
@socket.io/component-emitter 3.1.2 npm @socket.io/component-emitter 3.1.2 npm
@tufjs/canonical-json 2.0.0 npm @tufjs/canonical-json 2.0.0 npm
@tufjs/models 2.0.0 npm @tufjs/models 2.0.0 npm
@types/cookie 0.4.1 npm @types/cookie 0.4.1 npm
@types/cors 2.8.17 npm @types/cors 2.8.17 npm
@types/node 20.12.11 npm @types/node 20.12.12 npm
PyGObject 3.42.2 python PyGObject 3.42.2 python
PyJWT 2.6.0 python PyJWT 2.6.0 python
abbrev 2.0.0 npm abbrev 2.0.0 npm
accepts 1.3.8 npm accepts 1.3.8 npm
adduser 3.134 deb adduser 3.134 deb
adwaita-icon-theme 43-1 deb adwaita-icon-theme 43-1 deb
agent-base 7.1.0 npm agent-base 7.1.1 npm
aggregate-error 3.1.0 npm aggregate-error 3.1.0 npm
ansi-regex 5.0.1 npm ansi-regex 5.0.1 npm
ansi-regex 6.0.1 npm (+1 duplicate) ansi-regex 6.0.1 npm (+1 duplicate)
ansi-styles 4.3.0 npm (+2 duplicates) ansi-styles 4.3.0 npm (+1 duplicate)
ansi-styles 6.2.1 npm ansi-styles 6.2.1 npm
aproba 2.0.0 npm aproba 2.0.0 npm
apt 2.6.1 deb apt 2.6.1 deb
apt-transport-https 2.6.1 deb apt-transport-https 2.6.1 deb
apt-utils 2.6.1 deb apt-utils 2.6.1 deb
archy 1.0.0 npm archy 1.0.0 npm
are-we-there-yet 4.0.2 npm
array-flatten 1.1.1 npm array-flatten 1.1.1 npm
async 3.2.5 npm async 3.2.5 npm
at-spi2-common 2.46.0-5 deb at-spi2-common 2.46.0-5 deb
@ -60,7 +58,7 @@ base64id 2.
bash 5.2.15-2+b2 deb bash 5.2.15-2+b2 deb
bc 1.07.1-3+b1 deb bc 1.07.1-3+b1 deb
bin-links 4.0.3 npm bin-links 4.0.3 npm
binary-extensions 2.2.0 npm binary-extensions 2.3.0 npm
bindings 1.5.0 npm bindings 1.5.0 npm
blinker 1.5 python blinker 1.5 python
body-parser 1.20.2 npm body-parser 1.20.2 npm
@ -70,7 +68,7 @@ bsd-mailx 8.
bsdextrautils 2.38.1-5+deb12u1 deb bsdextrautils 2.38.1-5+deb12u1 deb
bsdutils 1:2.38.1-5+deb12u1 deb bsdutils 1:2.38.1-5+deb12u1 deb
bubblewrap 0.8.0-2 deb bubblewrap 0.8.0-2 deb
builtins 5.0.1 npm builtins 5.1.0 npm
bytes 3.1.2 npm bytes 3.1.2 npm
ca-certificates 20230311 deb ca-certificates 20230311 deb
cacache 18.0.2 npm cacache 18.0.2 npm
@ -80,11 +78,9 @@ chalk 4.
chalk 5.3.0 npm chalk 5.3.0 npm
chownr 2.0.0 npm chownr 2.0.0 npm
ci-info 4.0.0 npm ci-info 4.0.0 npm
cidr-regex 4.0.3 npm cidr-regex 4.0.5 npm
clean-stack 2.2.0 npm clean-stack 2.2.0 npm
cli-columns 4.0.0 npm cli-columns 4.0.0 npm
cli-table3 0.6.3 npm
clone 1.0.4 npm
cloud.google.com/go/compute/metadata v0.2.3 go-module cloud.google.com/go/compute/metadata v0.2.3 go-module
cloud.google.com/go/logging v1.8.1 go-module cloud.google.com/go/logging v1.8.1 go-module
cloud.google.com/go/longrunning v0.5.2 go-module cloud.google.com/go/longrunning v0.5.2 go-module
@ -92,18 +88,15 @@ cmd-shim 6.
code.cloudfoundry.org/clock v1.1.0 go-module code.cloudfoundry.org/clock v1.1.0 go-module
color-convert 2.0.1 npm (+1 duplicate) color-convert 2.0.1 npm (+1 duplicate)
color-name 1.1.4 npm (+1 duplicate) color-name 1.1.4 npm (+1 duplicate)
color-support 1.1.3 npm
columnify 1.6.0 npm
common-ancestor-path 1.0.1 npm common-ancestor-path 1.0.1 npm
concat-map 0.0.1 npm concat-map 0.0.1 npm
console-control-strings 1.1.0 npm containerd.io 1.6.32-1 deb
containerd.io 1.6.31-1 deb
content-disposition 0.5.4 npm content-disposition 0.5.4 npm
content-type 1.0.5 npm content-type 1.0.5 npm
cookie 0.4.2 npm cookie 0.4.2 npm
cookie 0.6.0 npm cookie 0.6.0 npm
cookie-signature 1.0.6 npm cookie-signature 1.0.6 npm
corepack 0.25.2 npm corepack 0.28.0 npm
coreutils 9.1-1 deb coreutils 9.1-1 deb
cors 2.8.5 npm cors 2.8.5 npm
cpp 4:12.2.0-3 deb cpp 4:12.2.0-3 deb
@ -140,7 +133,6 @@ debian-archive-keyring 20
debianutils 5.7-0.5~deb12u1 deb debianutils 5.7-0.5~deb12u1 deb
debug 2.6.9 npm debug 2.6.9 npm
debug 4.3.4 npm (+4 duplicates) debug 4.3.4 npm (+4 duplicates)
defaults 1.0.4 npm
define-data-property 1.1.4 npm define-data-property 1.1.4 npm
depd 2.0.0 npm depd 2.0.0 npm
destroy 1.2.0 npm destroy 1.2.0 npm
@ -152,8 +144,8 @@ distro 1.
distro-info-data 0.58+deb12u1 deb distro-info-data 0.58+deb12u1 deb
dmsetup 2:1.02.185-2 deb dmsetup 2:1.02.185-2 deb
docker-buildx-plugin 0.14.0-1~debian.12~bookworm deb docker-buildx-plugin 0.14.0-1~debian.12~bookworm deb
docker-ce 5:26.1.2-1~debian.12~bookworm deb docker-ce 5:26.1.3-1~debian.12~bookworm deb
docker-ce-cli 5:26.1.2-1~debian.12~bookworm deb docker-ce-cli 5:26.1.3-1~debian.12~bookworm deb
docker-compose-plugin 2.27.0-1~debian.12~bookworm deb docker-compose-plugin 2.27.0-1~debian.12~bookworm deb
dom7 4.0.1 npm (+1 duplicate) dom7 4.0.1 npm (+1 duplicate)
dpkg 1.21.22 deb dpkg 1.21.22 deb
@ -186,7 +178,7 @@ file-uri-to-path 1.
filelist 1.0.4 npm filelist 1.0.4 npm
finalhandler 1.2.0 npm finalhandler 1.2.0 npm
findutils 4.9.0-4 deb findutils 4.9.0-4 deb
firefox-esr 115.10.0esr-1~deb12u1 deb firefox-esr 115.11.0esr-1~deb12u1 deb
fontconfig 2.14.1-4 deb fontconfig 2.14.1-4 deb
fontconfig-config 2.14.1-4 deb fontconfig-config 2.14.1-4 deb
fonts-dejavu-core 2.37-6 deb fonts-dejavu-core 2.37-6 deb
@ -201,12 +193,11 @@ fs-minipass 3.
function-bind 1.1.2 npm (+1 duplicate) function-bind 1.1.2 npm (+1 duplicate)
fuse-overlayfs 1.10-1 deb fuse-overlayfs 1.10-1 deb
fuse3 3.14.0-4 deb fuse3 3.14.0-4 deb
gauge 5.0.1 npm
gcc-12-base 12.2.0-14 deb gcc-12-base 12.2.0-14 deb
gdal-data 3.6.2+dfsg-1 deb gdal-data 3.6.2+dfsg-1 deb
gdal-plugins 3.6.2+dfsg-1+b2 deb gdal-plugins 3.6.2+dfsg-1+b2 deb
get-intrinsic 1.2.4 npm get-intrinsic 1.2.4 npm
ghostscript 10.0.0~dfsg-11+deb12u3 deb ghostscript 10.0.0~dfsg-11+deb12u4 deb
gir1.2-freedesktop 1.74.0-3 deb gir1.2-freedesktop 1.74.0-3 deb
gir1.2-glib-2.0 1.74.0-3 deb gir1.2-glib-2.0 1.74.0-3 deb
gir1.2-gst-plugins-bad-1.0 1.22.0-4+deb12u5 deb gir1.2-gst-plugins-bad-1.0 1.22.0-4+deb12u5 deb
@ -218,7 +209,7 @@ github.com/AlecAivazis/survey/v2 v2
github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module
github.com/Masterminds/semver/v3 v3.2.1 go-module (+1 duplicate) github.com/Masterminds/semver/v3 v3.2.1 go-module (+1 duplicate)
github.com/Microsoft/hcsshim v0.11.4 go-module github.com/Microsoft/hcsshim v0.11.4 go-module
github.com/Microsoft/hcsshim v0.9.10 go-module (+1 duplicate) github.com/Microsoft/hcsshim v0.9.11 go-module (+1 duplicate)
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module
github.com/agext/levenshtein v1.2.3 go-module (+1 duplicate) github.com/agext/levenshtein v1.2.3 go-module (+1 duplicate)
@ -262,7 +253,7 @@ github.com/containerd/cgroups v1
github.com/containerd/cgroups/v3 v3.0.3 go-module github.com/containerd/cgroups/v3 v3.0.3 go-module
github.com/containerd/console v1.0.3 go-module (+5 duplicates) github.com/containerd/console v1.0.3 go-module (+5 duplicates)
github.com/containerd/console v1.0.4 go-module (+2 duplicates) github.com/containerd/console v1.0.4 go-module (+2 duplicates)
github.com/containerd/containerd v1.6.31 go-module (+4 duplicates) github.com/containerd/containerd v1.6.32 go-module (+4 duplicates)
github.com/containerd/containerd v1.7.15 go-module (+1 duplicate) github.com/containerd/containerd v1.7.15 go-module (+1 duplicate)
github.com/containerd/containerd v1.7.16 go-module github.com/containerd/containerd v1.7.16 go-module
github.com/containerd/continuity v0.3.0 go-module (+3 duplicates) github.com/containerd/continuity v0.3.0 go-module (+3 duplicates)
@ -273,7 +264,7 @@ github.com/containerd/go-cni v1
github.com/containerd/go-cni v1.1.9 go-module github.com/containerd/go-cni v1.1.9 go-module
github.com/containerd/go-runc v1.0.0 go-module (+4 duplicates) github.com/containerd/go-runc v1.0.0 go-module (+4 duplicates)
github.com/containerd/go-runc v1.1.0 go-module github.com/containerd/go-runc v1.1.0 go-module
github.com/containerd/imgcrypt v1.1.4 go-module github.com/containerd/imgcrypt v1.1.8 go-module
github.com/containerd/log v0.1.0 go-module (+8 duplicates) github.com/containerd/log v0.1.0 go-module (+8 duplicates)
github.com/containerd/nri v0.1.1 go-module github.com/containerd/nri v0.1.1 go-module
github.com/containerd/nydus-snapshotter v0.13.7 go-module github.com/containerd/nydus-snapshotter v0.13.7 go-module
@ -287,7 +278,7 @@ github.com/containernetworking/cni v1
github.com/containernetworking/cni v1.1.2 go-module github.com/containernetworking/cni v1.1.2 go-module
github.com/containernetworking/plugins v1.1.1 go-module github.com/containernetworking/plugins v1.1.1 go-module
github.com/containernetworking/plugins v1.4.0 go-module github.com/containernetworking/plugins v1.4.0 go-module
github.com/containers/ocicrypt v1.1.3 go-module github.com/containers/ocicrypt v1.1.10 go-module
github.com/coreos/go-systemd/v22 v22.3.2 go-module (+4 duplicates) github.com/coreos/go-systemd/v22 v22.3.2 go-module (+4 duplicates)
github.com/coreos/go-systemd/v22 v22.5.0 go-module github.com/coreos/go-systemd/v22 v22.5.0 go-module
github.com/cpuguy83/go-md2man/v2 v2.0.0 go-module (+1 duplicate) github.com/cpuguy83/go-md2man/v2 v2.0.0 go-module (+1 duplicate)
@ -303,13 +294,13 @@ github.com/docker/buildx v0
github.com/docker/cli v26.0.1-0.20240410153731-b6c552212837+incompatible go-module github.com/docker/cli v26.0.1-0.20240410153731-b6c552212837+incompatible go-module
github.com/docker/cli v26.1.0+incompatible go-module github.com/docker/cli v26.1.0+incompatible go-module
github.com/docker/cli-docs-tool v0.7.0 go-module github.com/docker/cli-docs-tool v0.7.0 go-module
github.com/docker/cli/cmd/docker v26.1.2 go-module github.com/docker/cli/cmd/docker v26.1.3 go-module
github.com/docker/compose/v2 v2.27.0 go-module github.com/docker/compose/v2 v2.27.0 go-module
github.com/docker/distribution v2.8.2+incompatible go-module github.com/docker/distribution v2.8.2+incompatible go-module
github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate) github.com/docker/distribution v2.8.3+incompatible go-module (+1 duplicate)
github.com/docker/docker v26.0.0+incompatible go-module github.com/docker/docker v26.0.0+incompatible go-module
github.com/docker/docker v26.1.0+incompatible go-module github.com/docker/docker v26.1.0+incompatible go-module
github.com/docker/docker v26.1.2 go-module (+1 duplicate) github.com/docker/docker v26.1.3 go-module (+1 duplicate)
github.com/docker/docker-credential-helpers v0.8.0 go-module (+1 duplicate) github.com/docker/docker-credential-helpers v0.8.0 go-module (+1 duplicate)
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module (+1 duplicate) github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go-module (+1 duplicate)
github.com/docker/go-connections v0.5.0 go-module (+2 duplicates) github.com/docker/go-connections v0.5.0 go-module (+2 duplicates)
@ -330,6 +321,7 @@ github.com/fsnotify/fsnotify v1
github.com/fsnotify/fsnotify v1.6.0 go-module github.com/fsnotify/fsnotify v1.6.0 go-module
github.com/fvbommel/sortorder v1.0.1 go-module github.com/fvbommel/sortorder v1.0.1 go-module
github.com/fvbommel/sortorder v1.0.2 go-module github.com/fvbommel/sortorder v1.0.2 go-module
github.com/go-jose/go-jose/v3 v3.0.3 go-module
github.com/go-logr/logr v1.3.0 go-module (+3 duplicates) github.com/go-logr/logr v1.3.0 go-module (+3 duplicates)
github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates) github.com/go-logr/stdr v1.2.2 go-module (+3 duplicates)
github.com/go-openapi/jsonpointer v0.19.6 go-module (+1 duplicate) github.com/go-openapi/jsonpointer v0.19.6 go-module (+1 duplicate)
@ -429,8 +421,7 @@ github.com/mrunalp/fileutils v0
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module (+1 duplicate) github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go-module (+1 duplicate)
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module (+1 duplicate) github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f go-module (+1 duplicate)
github.com/opencontainers/go-digest v1.0.0 go-module (+7 duplicates) github.com/opencontainers/go-digest v1.0.0 go-module (+7 duplicates)
github.com/opencontainers/image-spec v1.1.0 go-module github.com/opencontainers/image-spec v1.1.0 go-module (+4 duplicates)
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b go-module (+3 duplicates)
github.com/opencontainers/image-spec v1.1.0-rc5 go-module (+1 duplicate) github.com/opencontainers/image-spec v1.1.0-rc5 go-module (+1 duplicate)
github.com/opencontainers/runc v1.1.12 go-module github.com/opencontainers/runc v1.1.12 go-module
github.com/opencontainers/runc v1.1.12-0-g51d5e94 go-module github.com/opencontainers/runc v1.1.12-0-g51d5e94 go-module
@ -469,7 +460,7 @@ github.com/skratchdot/open-golang v0
github.com/spdx/tools-golang v0.5.3 go-module github.com/spdx/tools-golang v0.5.3 go-module
github.com/spf13/cobra v1.8.0 go-module (+2 duplicates) github.com/spf13/cobra v1.8.0 go-module (+2 duplicates)
github.com/spf13/pflag v1.0.5 go-module (+3 duplicates) github.com/spf13/pflag v1.0.5 go-module (+3 duplicates)
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 go-module github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 go-module
github.com/stretchr/testify v1.8.4 go-module (+1 duplicate) github.com/stretchr/testify v1.8.4 go-module (+1 duplicate)
github.com/stretchr/testify v1.9.0 go-module github.com/stretchr/testify v1.9.0 go-module
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+1 duplicate) github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 go-module (+1 duplicate)
@ -501,7 +492,7 @@ github.com/zmap/zlint/v3 v3
glib-networking 2.74.0-4 deb glib-networking 2.74.0-4 deb
glib-networking-common 2.74.0-4 deb glib-networking-common 2.74.0-4 deb
glib-networking-services 2.74.0-4 deb glib-networking-services 2.74.0-4 deb
glob 10.3.10 npm glob 10.3.12 npm
gnupg 2.2.40-1.1 deb gnupg 2.2.40-1.1 deb
gnupg-l10n 2.2.40-1.1 deb gnupg-l10n 2.2.40-1.1 deb
gnupg-utils 2.2.40-1.1 deb gnupg-utils 2.2.40-1.1 deb
@ -539,25 +530,21 @@ go.uber.org/atomic v1
go.uber.org/mock v0.4.0 go-module go.uber.org/mock v0.4.0 go-module
go.uber.org/multierr v1.8.0 go-module go.uber.org/multierr v1.8.0 go-module
go.uber.org/zap v1.21.0 go-module go.uber.org/zap v1.21.0 go-module
golang.org/x/crypto v0.18.0 go-module golang.org/x/crypto v0.21.0 go-module (+3 duplicates)
golang.org/x/crypto v0.21.0 go-module (+2 duplicates)
golang.org/x/exp v0.0.0-20231006140011-7918f672742d go-module golang.org/x/exp v0.0.0-20231006140011-7918f672742d go-module
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 go-module (+1 duplicate) golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 go-module (+1 duplicate)
golang.org/x/mod v0.13.0 go-module golang.org/x/mod v0.13.0 go-module
golang.org/x/net v0.18.0 go-module (+1 duplicate) golang.org/x/net v0.23.0 go-module (+4 duplicates)
golang.org/x/net v0.23.0 go-module (+2 duplicates)
golang.org/x/net v0.8.0 go-module golang.org/x/net v0.8.0 go-module
golang.org/x/oauth2 v0.11.0 go-module (+3 duplicates) golang.org/x/oauth2 v0.11.0 go-module (+3 duplicates)
golang.org/x/sync v0.3.0 go-module (+3 duplicates) golang.org/x/sync v0.3.0 go-module (+3 duplicates)
golang.org/x/sync v0.5.0 go-module golang.org/x/sync v0.5.0 go-module
golang.org/x/sync v0.6.0 go-module golang.org/x/sync v0.6.0 go-module
golang.org/x/sync v0.7.0 go-module golang.org/x/sync v0.7.0 go-module
golang.org/x/sys v0.16.0 go-module (+4 duplicates) golang.org/x/sys v0.18.0 go-module (+7 duplicates)
golang.org/x/sys v0.18.0 go-module (+2 duplicates)
golang.org/x/sys v0.19.0 go-module golang.org/x/sys v0.19.0 go-module
golang.org/x/sys v0.6.0 go-module golang.org/x/sys v0.6.0 go-module
golang.org/x/term v0.16.0 go-module golang.org/x/term v0.18.0 go-module (+2 duplicates)
golang.org/x/term v0.18.0 go-module (+1 duplicate)
golang.org/x/text v0.14.0 go-module (+4 duplicates) golang.org/x/text v0.14.0 go-module (+4 duplicates)
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac go-module golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac go-module
golang.org/x/time v0.3.0 go-module (+2 duplicates) golang.org/x/time v0.3.0 go-module (+2 duplicates)
@ -573,9 +560,8 @@ google.golang.org/protobuf v1
gopd 1.0.1 npm gopd 1.0.1 npm
gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module gopkg.in/cenkalti/backoff.v1 v1.1.0 go-module
gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates) gopkg.in/inf.v0 v0.9.1 go-module (+2 duplicates)
gopkg.in/square/go-jose.v2 v2.5.1 go-module
gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates) gopkg.in/yaml.v2 v2.4.0 go-module (+3 duplicates)
gopkg.in/yaml.v3 v3.0.1 go-module (+2 duplicates) gopkg.in/yaml.v3 v3.0.1 go-module (+3 duplicates)
gpg 2.2.40-1.1 deb gpg 2.2.40-1.1 deb
gpg-agent 2.2.40-1.1 deb gpg-agent 2.2.40-1.1 deb
gpg-wks-client 2.2.40-1.1 deb gpg-wks-client 2.2.40-1.1 deb
@ -605,9 +591,7 @@ has-flag 4.
has-property-descriptors 1.0.2 npm has-property-descriptors 1.0.2 npm
has-proto 1.0.3 npm has-proto 1.0.3 npm
has-symbols 1.0.3 npm has-symbols 1.0.3 npm
has-unicode 2.0.1 npm hasown 2.0.2 npm (+1 duplicate)
hasown 2.0.1 npm
hasown 2.0.2 npm
hicolor-icon-theme 0.17-2 deb hicolor-icon-theme 0.17-2 deb
hosted-git-info 7.0.1 npm hosted-git-info 7.0.1 npm
hostname 3.23+nmu1 deb hostname 3.23+nmu1 deb
@ -624,8 +608,8 @@ ignore-walk 6.
imurmurhash 0.1.4 npm imurmurhash 0.1.4 npm
indent-string 4.0.0 npm indent-string 4.0.0 npm
inherits 2.0.4 npm inherits 2.0.4 npm
ini 4.1.1 npm ini 4.1.2 npm
init-package-json 6.0.0 npm init-package-json 6.0.2 npm
init-system-helpers 1.65.2 deb init-system-helpers 1.65.2 deb
intel-media-va-driver 23.1.1+dfsg1-1 deb intel-media-va-driver 23.1.1+dfsg1-1 deb
ip-address 9.0.5 npm ip-address 9.0.5 npm
@ -633,7 +617,7 @@ ip-regex 5.
ipaddr.js 1.9.1 npm ipaddr.js 1.9.1 npm
iproute2 6.1.0-3 deb iproute2 6.1.0-3 deb
iptables 1.8.9-2 deb iptables 1.8.9-2 deb
is-cidr 5.0.3 npm is-cidr 5.0.5 npm
is-core-module 2.13.1 npm is-core-module 2.13.1 npm
is-fullwidth-code-point 3.0.0 npm is-fullwidth-code-point 3.0.0 npm
is-lambda 1.0.1 npm is-lambda 1.0.1 npm
@ -886,9 +870,9 @@ libgphoto2-port12 2.
libgpm2 1.20.7-10+b1 deb libgpm2 1.20.7-10+b1 deb
libgraphene-1.0-0 1.10.8-1 deb libgraphene-1.0-0 1.10.8-1 deb
libgraphite2-3 1.3.14-1 deb libgraphite2-3 1.3.14-1 deb
libgs-common 10.0.0~dfsg-11+deb12u3 deb libgs-common 10.0.0~dfsg-11+deb12u4 deb
libgs10 10.0.0~dfsg-11+deb12u3 deb libgs10 10.0.0~dfsg-11+deb12u4 deb
libgs10-common 10.0.0~dfsg-11+deb12u3 deb libgs10-common 10.0.0~dfsg-11+deb12u4 deb
libgsm1 1.0.22-1 deb libgsm1 1.0.22-1 deb
libgssapi-krb5-2 1.20.1-2+deb12u1 deb libgssapi-krb5-2 1.20.1-2+deb12u1 deb
libgssdp-1.6-0 1.6.2-2 deb libgssdp-1.6-0 1.6.2-2 deb
@ -938,7 +922,7 @@ libip4tc2 1.
libip6tc2 1.8.9-2 deb libip6tc2 1.8.9-2 deb
libisl23 0.25-1.1 deb libisl23 0.25-1.1 deb
libjack-jackd2-0 1.9.21~dfsg-3 deb libjack-jackd2-0 1.9.21~dfsg-3 deb
libjavascriptcoregtk-4.0-18 2.44.1-1~deb12u1 deb libjavascriptcoregtk-4.0-18 2.44.2-1~deb12u1 deb
libjbig-dev 2.1-6.1 deb libjbig-dev 2.1-6.1 deb
libjbig0 2.1-6.1 deb libjbig0 2.1-6.1 deb
libjbig2dec0 0.19-3 deb libjbig2dec0 0.19-3 deb
@ -1027,17 +1011,17 @@ libnl-3-200 3.
libnl-route-3-200 3.7.0-0.2+b1 deb libnl-route-3-200 3.7.0-0.2+b1 deb
libnorm1 1.5.9+dfsg-2 deb libnorm1 1.5.9+dfsg-2 deb
libnotify4 0.8.1-1 deb libnotify4 0.8.1-1 deb
libnpmaccess 8.0.2 npm libnpmaccess 8.0.5 npm
libnpmdiff 6.0.7 npm libnpmdiff 6.1.1 npm
libnpmexec 7.0.8 npm libnpmexec 8.1.0 npm
libnpmfund 5.0.5 npm libnpmfund 5.0.9 npm
libnpmhook 10.0.1 npm libnpmhook 10.0.4 npm
libnpmorg 6.0.2 npm libnpmorg 6.0.5 npm
libnpmpack 6.0.7 npm libnpmpack 7.0.1 npm
libnpmpublish 9.0.4 npm libnpmpublish 9.0.7 npm
libnpmsearch 7.0.1 npm libnpmsearch 7.0.4 npm
libnpmteam 6.0.1 npm libnpmteam 6.0.4 npm
libnpmversion 5.0.2 npm libnpmversion 6.0.1 npm
libnpth0 1.6-3 deb libnpth0 1.6-3 deb
libnsl-dev 1.3.0-2 deb libnsl-dev 1.3.0-2 deb
libnsl2 1.3.0-2 deb libnsl2 1.3.0-2 deb
@ -1324,7 +1308,7 @@ libwayland-cursor0 1.
libwayland-dev 1.21.0-1 deb libwayland-dev 1.21.0-1 deb
libwayland-egl1 1.21.0-1 deb libwayland-egl1 1.21.0-1 deb
libwayland-server0 1.21.0-1 deb libwayland-server0 1.21.0-1 deb
libwebkit2gtk-4.0-37 2.44.1-1~deb12u1 deb libwebkit2gtk-4.0-37 2.44.2-1~deb12u1 deb
libwebp-dev 1.2.4-0.2+deb12u1 deb libwebp-dev 1.2.4-0.2+deb12u1 deb
libwebp7 1.2.4-0.2+deb12u1 deb libwebp7 1.2.4-0.2+deb12u1 deb
libwebpdemux2 1.2.4-0.2+deb12u1 deb libwebpdemux2 1.2.4-0.2+deb12u1 deb
@ -1426,10 +1410,10 @@ locales 2.
locales-all 2.36-9+deb12u7 deb locales-all 2.36-9+deb12u7 deb
login 1:4.13+dfsg1-1+b1 deb login 1:4.13+dfsg1-1+b1 deb
logsave 1.47.0-2 deb logsave 1.47.0-2 deb
lru-cache 10.2.0 npm lru-cache 10.2.2 npm
lru-cache 6.0.0 npm lru-cache 6.0.0 npm
lsb-release 12.0-1 deb lsb-release 12.0-1 deb
make-fetch-happen 13.0.0 npm make-fetch-happen 13.0.1 npm
man-db 2.11.2-2 deb man-db 2.11.2-2 deb
mariadb-common 1:10.11.6-0+deb12u1 deb mariadb-common 1:10.11.6-0+deb12u1 deb
mawk 1.3.4.20200120-3.1 deb mawk 1.3.4.20200120-3.1 deb
@ -1437,13 +1421,14 @@ media-typer 0.
media-types 10.0.0 deb media-types 10.0.0 deb
merge-descriptors 1.0.1 npm merge-descriptors 1.0.1 npm
mesa-va-drivers 22.3.6-1+deb12u1 deb mesa-va-drivers 22.3.6-1+deb12u1 deb
mesa-vulkan-drivers 22.3.6-1+deb12u1 deb
methods 1.1.2 npm methods 1.1.2 npm
mime 1.6.0 npm mime 1.6.0 npm
mime-db 1.52.0 npm mime-db 1.52.0 npm
mime-types 2.1.35 npm mime-types 2.1.35 npm
minimatch 3.1.2 npm minimatch 3.1.2 npm
minimatch 5.1.6 npm minimatch 5.1.6 npm
minimatch 9.0.3 npm minimatch 9.0.4 npm
minipass 3.3.6 npm (+5 duplicates) minipass 3.3.6 npm (+5 duplicates)
minipass 5.0.0 npm minipass 5.0.0 npm
minipass 7.0.4 npm minipass 7.0.4 npm
@ -1469,22 +1454,21 @@ netbase 6.
netcat-traditional 1.10-47 deb netcat-traditional 1.10-47 deb
nginx 1.22.1-9 deb nginx 1.22.1-9 deb
nginx-common 1.22.1-9 deb nginx-common 1.22.1-9 deb
node-gyp 10.0.1 npm node-gyp 10.1.0 npm
nodejs 18.20.2-1nodesource1 deb nodejs 18.20.3-1nodesource1 deb
nopt 7.2.0 npm nopt 7.2.0 npm
normalize-package-data 6.0.0 npm normalize-package-data 6.0.0 npm
npm 10.5.0 npm npm 10.7.0 npm
npm-audit-report 5.0.0 npm npm-audit-report 5.0.0 npm
npm-bundled 3.0.0 npm npm-bundled 3.0.0 npm
npm-install-checks 6.3.0 npm npm-install-checks 6.3.0 npm
npm-normalize-package-bin 3.0.1 npm npm-normalize-package-bin 3.0.1 npm
npm-package-arg 11.0.1 npm npm-package-arg 11.0.2 npm
npm-packlist 8.0.2 npm npm-packlist 8.0.2 npm
npm-pick-manifest 9.0.0 npm npm-pick-manifest 9.0.0 npm
npm-profile 9.0.0 npm npm-profile 9.0.2 npm
npm-registry-fetch 16.1.0 npm npm-registry-fetch 17.0.0 npm
npm-user-validate 2.0.0 npm npm-user-validate 2.0.0 npm
npmlog 7.0.1 npm
oauthlib 3.2.2 python oauthlib 3.2.2 python
object-assign 4.1.1 npm object-assign 4.1.1 npm
object-inspect 1.13.1 npm object-inspect 1.13.1 npm
@ -1495,12 +1479,12 @@ openssh-client 1:
openssl 3.0.11-1~deb12u2 deb openssl 3.0.11-1~deb12u2 deb
p-map 4.0.0 npm p-map 4.0.0 npm
packagekit 1.2.6-5 deb packagekit 1.2.6-5 deb
pacote 17.0.6 npm pacote 18.0.3 npm
parse-conflict-json 3.0.1 npm parse-conflict-json 3.0.1 npm
parseurl 1.3.3 npm parseurl 1.3.3 npm
passwd 1:4.13+dfsg1-1+b1 deb passwd 1:4.13+dfsg1-1+b1 deb
path-key 3.1.1 npm path-key 3.1.1 npm
path-scurry 1.10.1 npm path-scurry 1.10.2 npm
path-to-regexp 0.1.7 npm path-to-regexp 0.1.7 npm
pci.ids 0.0~2023.04.11-1 deb pci.ids 0.0~2023.04.11-1 deb
pciutils 1:3.9.0-4 deb pciutils 1:3.9.0-4 deb
@ -1514,16 +1498,18 @@ pkgconf-bin 1.
polkitd 122-3 deb polkitd 122-3 deb
poppler-data 0.4.12-1 deb poppler-data 0.4.12-1 deb
poppler-utils 22.12.0-2+b1 deb poppler-utils 22.12.0-2+b1 deb
postcss-selector-parser 6.0.15 npm postcss-selector-parser 6.0.16 npm
printer-driver-cups-pdf 3.0.1-14 deb printer-driver-cups-pdf 3.0.1-14 deb
proc-log 3.0.0 npm proc-log 3.0.0 npm
proc-log 4.2.0 npm
procps 2:4.0.2-3 deb procps 2:4.0.2-3 deb
proggy 2.0.0 npm
proj-data 9.1.1-1 deb proj-data 9.1.1-1 deb
promise-all-reject-late 1.0.1 npm promise-all-reject-late 1.0.1 npm
promise-call-limit 3.0.1 npm promise-call-limit 3.0.1 npm
promise-inflight 1.0.1 npm promise-inflight 1.0.1 npm
promise-retry 2.0.1 npm promise-retry 2.0.1 npm
promzard 1.0.0 npm promzard 1.0.1 npm
proxy-addr 2.0.7 npm proxy-addr 2.0.7 npm
psmisc 23.6-1 deb psmisc 23.6-1 deb
publicsuffix 20230209.2326-1 deb publicsuffix 20230209.2326-1 deb
@ -1560,9 +1546,8 @@ qrcode-terminal 0.
qs 6.11.0 npm qs 6.11.0 npm
range-parser 1.2.1 npm range-parser 1.2.1 npm
raw-body 2.5.2 npm raw-body 2.5.2 npm
read 2.1.0 npm read 3.0.1 npm
read-cmd-shim 4.0.0 npm read-cmd-shim 4.0.0 npm
read-package-json 7.0.0 npm
read-package-json-fast 3.0.2 npm read-package-json-fast 3.0.2 npm
readline-common 8.2-1.3 deb readline-common 8.2-1.3 deb
resenje.org/singleflight v0.4.1 go-module resenje.org/singleflight v0.4.1 go-module
@ -1575,7 +1560,6 @@ semver 7.
send 0.18.0 npm send 0.18.0 npm
sensible-utils 0.0.17+nmu1 deb sensible-utils 0.0.17+nmu1 deb
serve-static 1.15.0 npm serve-static 1.15.0 npm
set-blocking 2.0.0 npm
set-function-length 1.2.2 npm set-function-length 1.2.2 npm
setprototypeof 1.2.0 npm setprototypeof 1.2.0 npm
sgml-base 1.31 deb sgml-base 1.31 deb
@ -1589,26 +1573,27 @@ sigs.k8s.io/structured-merge-diff/v4 v4
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module (+1 duplicate) sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go-module (+1 duplicate)
sigs.k8s.io/yaml v1.2.0 go-module sigs.k8s.io/yaml v1.2.0 go-module
sigs.k8s.io/yaml v1.3.0 go-module (+2 duplicates) sigs.k8s.io/yaml v1.3.0 go-module (+2 duplicates)
sigstore 2.2.2 npm sigstore 2.3.0 npm
six 1.16.0 python six 1.16.0 python
smart-buffer 4.2.0 npm smart-buffer 4.2.0 npm
socket.io 4.7.5 npm socket.io 4.7.5 npm
socket.io-adapter 2.5.4 npm socket.io-adapter 2.5.4 npm
socket.io-parser 4.2.4 npm socket.io-parser 4.2.4 npm
socks 2.8.0 npm socks 2.8.3 npm
socks-proxy-agent 8.0.2 npm socks-proxy-agent 8.0.3 npm
software-properties-common 0.99.30-4 deb software-properties-common 0.99.30-4 deb
spdx-correct 3.2.0 npm spdx-correct 3.2.0 npm
spdx-exceptions 2.5.0 npm spdx-exceptions 2.5.0 npm
spdx-expression-parse 3.0.1 npm spdx-expression-parse 3.0.1 npm (+1 duplicate)
spdx-expression-parse 4.0.0 npm
spdx-license-ids 3.0.17 npm spdx-license-ids 3.0.17 npm
sprintf-js 1.1.3 npm sprintf-js 1.1.3 npm
ssl-cert 1.1.2 deb ssl-cert 1.1.2 deb
ssr-window 4.0.1 npm (+1 duplicate) ssr-window 4.0.1 npm (+1 duplicate)
ssri 10.0.5 npm ssri 10.0.5 npm
statuses 2.0.1 npm statuses 2.0.1 npm
stdlib go1.21.10 go-module (+2 duplicates) stdlib go1.21.10 go-module (+8 duplicates)
stdlib go1.21.9 go-module (+7 duplicates) stdlib go1.21.9 go-module (+1 duplicate)
string-width 4.2.3 npm (+1 duplicate) string-width 4.2.3 npm (+1 duplicate)
string-width 5.1.2 npm (+1 duplicate) string-width 5.1.2 npm (+1 duplicate)
strip-ansi 6.0.1 npm (+1 duplicate) strip-ansi 6.0.1 npm (+1 duplicate)
@ -1624,7 +1609,7 @@ tags.cncf.io/container-device-interface v0
tags.cncf.io/container-device-interface v0.7.2 go-module tags.cncf.io/container-device-interface v0.7.2 go-module
tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module tags.cncf.io/container-device-interface/specs-go v0.7.0 go-module
tar 1.34+dfsg-1.2+deb12u1 deb tar 1.34+dfsg-1.2+deb12u1 deb
tar 6.2.0 npm tar 6.2.1 npm
text-table 0.2.0 npm text-table 0.2.0 npm
timgm6mb-soundfont 1.3-5 deb timgm6mb-soundfont 1.3-5 deb
tiny-relative-date 1.3.0 npm tiny-relative-date 1.3.0 npm
@ -1649,12 +1634,11 @@ uuid-dev 2.
validate-npm-package-license 3.0.4 npm validate-npm-package-license 3.0.4 npm
validate-npm-package-name 5.0.0 npm validate-npm-package-name 5.0.0 npm
vary 1.1.2 npm vary 1.1.2 npm
vulkan-tools 1.3.239.0+dfsg1-1 deb
wadllib 1.3.6 python wadllib 1.3.6 python
walk-up-path 3.0.1 npm walk-up-path 3.0.1 npm
wcwidth 1.0.1 npm
which 2.0.2 npm which 2.0.2 npm
which 4.0.0 npm which 4.0.0 npm
wide-align 1.1.5 npm
wrap-ansi 7.0.0 npm wrap-ansi 7.0.0 npm
wrap-ansi 8.1.0 npm wrap-ansi 8.1.0 npm
write-file-atomic 5.0.1 npm write-file-atomic 5.0.1 npm