From a540ff4fe37e11e8e967158647990db0316912ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:02:46 +0000 Subject: [PATCH] Bump js-yaml from 4.2.0 to 5.1.0 in /samples/datatrue-suite-replication Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.1.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 1622f01ed..41aff4d0e 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.1.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.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "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", @@ -3902,9 +3924,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.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", + "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", "dev": true, "funding": [ { @@ -3920,7 +3942,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/json-bigint": { @@ -6508,6 +6530,17 @@ "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "js-yaml": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + } } }, "@eslint/js": { @@ -9178,9 +9211,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.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", + "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", "dev": true, "requires": { "argparse": "^2.0.1" diff --git a/samples/datatrue-suite-replication/package.json b/samples/datatrue-suite-replication/package.json index d48074d82..ce97b2c8c 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.1.0", "ts-loader": "^9.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3",