From 1dd4dd25b8860ef645a657b1a752675393867515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:37:53 +0000 Subject: [PATCH] Bump js-yaml and pm2 in /docs Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.3.1 and updates ancestor dependency [pm2](https://github.com/Unitech/pm2). These dependencies need to be updated together. Updates `js-yaml` from 4.1.1 to 4.3.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.1) Updates `pm2` from 7.0.3 to 7.0.4 - [Release notes](https://github.com/Unitech/pm2/releases) - [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Unitech/pm2/compare/v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect - dependency-name: pm2 dependency-version: 7.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 49 ++++++++++++++++-------------------------- docs/package.json | 2 +- 2 files changed, 19 insertions(+), 32 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 86c4973..9198a2c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -15,7 +15,7 @@ "fast-xml-parser": "^5.5.7", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", - "pm2": "^7.0.3", + "pm2": "^7.0.4", "sitemap": "^8.0.0" } }, @@ -1815,10 +1815,20 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "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" @@ -2432,9 +2442,9 @@ } }, "node_modules/pm2": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/pm2/-/pm2-7.0.3.tgz", - "integrity": "sha512-zRJOdburpb9OEPB0uqoNT8C1Gp7hPJPVy4Kr67XJNuT9UlMQcOt1WXrYQUmwqKPHk8FyauvP1CPhqoCrCaPw0Q==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/pm2/-/pm2-7.0.4.tgz", + "integrity": "sha512-rMzoZmZlmJw7hoTbO9cOqcwj407TzUVc84JRaIjmnK8+808zldQT2Sd4rVcqVvXUcI2LoXEf1irMevWfOx5SEQ==", "dev": true, "license": "AGPL-3.0", "dependencies": { @@ -2453,7 +2463,7 @@ "debug": "4.4.3", "eventemitter2": "6.4.9", "fast-json-patch": "3.1.1", - "js-yaml": "4.3.0", + "js-yaml": "4.3.1", "pidusage": "4.0.1", "pm2-deploy": "1.0.2", "proxy-agent": "6.5.0", @@ -2517,29 +2527,6 @@ } } }, - "node_modules/pm2/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" - } - ], - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/pm2/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", diff --git a/docs/package.json b/docs/package.json index cca6ae5..9deb0aa 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "fast-xml-parser": "^5.5.7", "pa11y-ci": "^3.1.0", "pa11y-ci-reporter-html": "^6.0.2", - "pm2": "^7.0.3", + "pm2": "^7.0.4", "sitemap": "^8.0.0" }, "overrides": {