From f47380f44a0648be042f749db71614be6ed5685b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 01:20:21 +0000 Subject: [PATCH] Bump js-yaml from 4.2.0 to 5.2.0 in /samples/datatrue-suite-replication Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 49 ++++++++++++++++--- .../datatrue-suite-replication/package.json | 2 +- 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/samples/datatrue-suite-replication/package-lock.json b/samples/datatrue-suite-replication/package-lock.json index 79f952e71..fc3272571 100644 --- a/samples/datatrue-suite-replication/package-lock.json +++ b/samples/datatrue-suite-replication/package-lock.json @@ -19,7 +19,7 @@ "create-file-webpack": "^1.0.2", "eslint": "^9.39.2", "front-matter": "^4.0.2", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.0", "ts-loader": "^9.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3", @@ -181,6 +181,28 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@eslint/js": { "version": "9.39.2", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz", @@ -3896,9 +3918,9 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "dev": true, "funding": [ { @@ -3914,7 +3936,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/json-bigint": { @@ -6512,6 +6534,17 @@ "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "js-yaml": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + } } }, "@eslint/js": { @@ -9176,9 +9209,9 @@ "dev": true }, "js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "dev": true, "requires": { "argparse": "^2.0.1" diff --git a/samples/datatrue-suite-replication/package.json b/samples/datatrue-suite-replication/package.json index 4bed82c01..ad4945e37 100644 --- a/samples/datatrue-suite-replication/package.json +++ b/samples/datatrue-suite-replication/package.json @@ -19,7 +19,7 @@ "create-file-webpack": "^1.0.2", "eslint": "^9.39.2", "front-matter": "^4.0.2", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.0", "ts-loader": "^9.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3",