From 352050a043157786195fb5a01f4725ef62f75ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 20:45:28 +0000 Subject: [PATCH] Bump js-yaml from 4.1.1 to 4.3.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++------------------------------- 1 file changed, 13 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32d070b..1d671f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,34 +30,6 @@ "typescript": "4.9.5" } }, - "../common": { - "name": "@ei/common", - "version": "1.0.0", - "extraneous": true, - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@sentry/node": "8.55.0", - "@sesamecare-oss/redlock": "1.3.1", - "@types/express": "4.17.21", - "@types/js-yaml": "4.0.9", - "@types/mocha": "9.0.0", - "@types/node": "22.15.21", - "async-mutex": "0.2.6", - "commander": "7.2.0", - "dd-trace": "5.35.0", - "eslint": "9.19.0", - "express": "4.21.2", - "ioredis": "5.4.2", - "js-yaml": "4.1.0", - "mocha": "9.2.2", - "pino": "9.6.0", - "pino-abstract-transport": "2.0.0", - "socket.io": "4.8.1", - "ts-node": "10.9.2", - "tsee": "1.3.4", - "typescript": "4.9.5" - } - }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", @@ -2606,10 +2578,20 @@ } }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "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" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"