Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/images/Dockerfile.node20
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM registry.suse.com/bci/nodejs:20.19.2@sha256:947dc366d9036a3c27b5ed70e68b95fcf01a5667ad69f469fa9874b052745bf1 AS base
FROM registry.suse.com/bci/nodejs:20.19.2@sha256:c8ceedb96f55470910c91e75a24a4d9557bd4fbcbe2afea9e5dad97ef11fe4a5 AS base

ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
ARG GITHUB_URL=https://github.com
Expand Down
2 changes: 1 addition & 1 deletion ci/images/Dockerfile.python312
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM registry.suse.com/bci/python:3.12.11@sha256:a5cc3418fe72534d6c3a53ee496d5de75fb6eda8da62beb837fcebe49762fcc7 AS base
FROM registry.suse.com/bci/python:3.12.11@sha256:675167a28a56573c98888022113e7711c723e66427ca332b89841da0aca37aed AS base

ARG GCC_VERSION=14
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
Expand Down
2 changes: 1 addition & 1 deletion ci/images/alpine/Dockerfile.golang124
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM golang:1.24.7-alpine@sha256:fc2cff6625f3c1c92e6c85938ac5bd09034ad0d4bc2dfb08278020b68540dbb5 AS base
FROM golang:1.24.10-alpine@sha256:12c199a889439928e36df7b4c5031c18bfdad0d33cdeae5dd35b2de369b5fbf5 AS base

ARG ALPINE_REPO
ARG NODEJS_DIST_URL
Expand Down
2 changes: 1 addition & 1 deletion ci/images/alpine/Dockerfile.node24
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM node:24.7.0-alpine@sha256:be4d5e92ac68483ec71440bf5934865b4b7fcb93588f17a24d411d15f0204e4f AS base
FROM node:24.11.0-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd2d29dc1219ee3217023ca48aebd3787 AS base

ARG ALPINE_REPO
ARG NODEJS_DIST_URL
Expand Down
2 changes: 1 addition & 1 deletion ci/images/debian/Dockerfile.golang124
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM golang:1.24.7-bookworm@sha256:b8bae5bd9ba9b1f89b635c91c24cc75cea335a16fb5076310f38566fc674b1ec AS base
FROM golang:1.24.10-bookworm@sha256:1a974b530d7a37a35bfc16e7581ab963075a06432e51af29642a178695f2371a AS base

ARG DEBIAN_REPO
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
Expand Down
2 changes: 1 addition & 1 deletion ci/images/debian/Dockerfile.php83
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM php:8.3.25-bookworm@sha256:608e1b194121e8c1d933b01eaf8eb0881bba4b14369b787c65ec5d99e9e1f23a AS base
FROM php:8.3.27-bookworm@sha256:fc28771d2669bceb1902bdf5b5f6c05b2bca3dadac87251275ee23f8f2dae7ec AS base

ARG COMPOSER_URL=https://getcomposer.org
ARG DEBIAN_REPO
Expand Down
2 changes: 1 addition & 1 deletion ci/images/debian/Dockerfile.ruby33
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM ruby:3.3.8-slim@sha256:307aed56240959e9cd3fcc10740ae8d0e6c461e9b42efc076100d4f8126b87b9 AS base
FROM ruby:3.3.10-slim@sha256:89e42af4e20259d2ff292ddca0e88344c15c01133dcd70d4e422a648887ee00e AS base

ARG ATOM_RUBY_VERSION=3.4.5
ARG DEBIAN_REPO
Expand Down
2 changes: 1 addition & 1 deletion ci/images/debian/Dockerfile.rust1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM rust:1.89.0-slim-bookworm@sha256:d7fc7de78bb8c1469933aeecbf801314d30d7d6e9f0578bba4cfa285bfa37fe6 AS base
FROM rust:1.91.0-slim-bookworm@sha256:81c97592d519ba7397e8adccb0345fb5a91965c0a44b82af83bd1ef06c36cef5 AS base

ARG DEBIAN_REPO
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
Expand Down
4 changes: 2 additions & 2 deletions lib/helpers/utils.poku.js
Original file line number Diff line number Diff line change
Expand Up @@ -3942,8 +3942,8 @@ it("parsePnpmLock", async () => {
3,
);
parsedList = await parsePnpmLock("./pnpm-lock.yaml");
assert.deepStrictEqual(parsedList.pkgList.length, 356);
assert.deepStrictEqual(parsedList.dependenciesList.length, 356);
assert.deepStrictEqual(parsedList.pkgList.length, 354);
assert.deepStrictEqual(parsedList.dependenciesList.length, 354);
assert.ok(parsedList.pkgList[0]);
assert.ok(parsedList.dependenciesList[0]);
parsedList = await parsePnpmLock(
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"escape-string-regexp": "5.0.0",
"glob": "11.0.3",
"global-agent": "3.0.0",
"got": "14.6.2",
"got": "14.6.3",
"hosted-git-info": "9.0.2",
"iconv-lite": "0.7.0",
"ini": "6.0.0",
Expand Down Expand Up @@ -247,7 +247,7 @@
"encoding": "0.1.13",
"glob": "11.0.3",
"global-agent": "3.0.0",
"got": "14.6.2",
"got": "14.6.3",
"hosted-git-info": "9.0.2",
"iconv-lite": "0.7.0",
"json-stringify-nice": "1.1.4",
Expand Down Expand Up @@ -369,7 +369,7 @@
"escape-string-regexp": "5.0.0",
"glob": "11.0.3",
"global-agent": "3.0.0",
"got": "14.6.2",
"got": "14.6.3",
"hosted-git-info": "9.0.2",
"iconv-lite": "0.7.0",
"ini": "6.0.0",
Expand Down
27 changes: 6 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading