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": {