From e9661aa80a2ae0bfb4bc5decf6e8e3a97658bfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:03:17 +0000 Subject: [PATCH] Bump the all-dependencies group in /packages/k8s with 2 updates Bumps the all-dependencies group in /packages/k8s with 2 updates: [js-yaml](https://github.com/nodeca/js-yaml) and [tar-fs](https://github.com/mafintosh/tar-fs). Updates `js-yaml` from 5.0.0 to 5.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.0.0...5.2.0) Updates `tar-fs` from 3.1.2 to 3.1.3 - [Commits](https://github.com/mafintosh/tar-fs/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tar-fs dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- packages/k8s/package-lock.json | 16 ++++++++-------- packages/k8s/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/k8s/package-lock.json b/packages/k8s/package-lock.json index 21fbb8c3..1d6dc452 100644 --- a/packages/k8s/package-lock.json +++ b/packages/k8s/package-lock.json @@ -14,9 +14,9 @@ "@actions/io": "^3.0.2", "@kubernetes/client-node": "^1.3.0", "hooklib": "file:../hooklib", - "js-yaml": "^5.0.0", + "js-yaml": "^5.2.0", "shlex": "^3.0.0", - "tar-fs": "^3.1.2", + "tar-fs": "^3.1.3", "uuid": "^14.0.1" }, "devDependencies": { @@ -8202,9 +8202,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.0.0.tgz", - "integrity": "sha512-GSvaPUbk1U+FMZ7rJzF+F8e5YVtu7KnD40et/5rBXXRBv2jCO9L3qCewvIDDdudC0QycTFlf6EAA+h3kxBsuUw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "funding": [ { "type": "github", @@ -9332,9 +9332,9 @@ } }, "node_modules/tar-fs": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz", - "integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.3.tgz", + "integrity": "sha512-/hU4AXnIdZu+Gvl1pk0oI5f5HxWsCJRtY2aFaJdk9VvyL48DWU6iU5WAIPG+wIi1YvWA6eTJvIviP/tMAZZNwQ==", "license": "MIT", "dependencies": { "pump": "^3.0.0", diff --git a/packages/k8s/package.json b/packages/k8s/package.json index 2500b711..393723d4 100644 --- a/packages/k8s/package.json +++ b/packages/k8s/package.json @@ -18,9 +18,9 @@ "@actions/io": "^3.0.2", "@kubernetes/client-node": "^1.3.0", "hooklib": "file:../hooklib", - "js-yaml": "^5.0.0", + "js-yaml": "^5.2.0", "shlex": "^3.0.0", - "tar-fs": "^3.1.2", + "tar-fs": "^3.1.3", "uuid": "^14.0.1" }, "devDependencies": {