From ed419ce5b33706291250df180528cb714ec040c3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 9 May 2025 22:47:20 +0200
Subject: [PATCH] Bump pm2 from 5.4.3 to 6.0.5 (#3776)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pm2](https://github.com/Unitech/pm2) from 5.4.3 to 6.0.5.
Release notes
Sourced from pm2's
releases.
v6.0.5
6.0.5
Changelog
Sourced from pm2's
changelog.
6.0.5
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 77 +++++++++++++++--------------------------------
package.json | 2 +-
2 files changed, 25 insertions(+), 54 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 6fe9c90e..6df94c5b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.20.1",
- "pm2": "^5.4.3",
+ "pm2": "^6.0.5",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.25.11",
@@ -2217,9 +2217,9 @@
}
},
"node_modules/@pm2/agent": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/@pm2/agent/-/agent-2.0.4.tgz",
- "integrity": "sha512-n7WYvvTJhHLS2oBb1PjOtgLpMhgImOq8sXkPBw6smeg9LJBWZjiEgPKOpR8mn9UJZsB5P3W4V/MyvNnp31LKeA==",
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/@pm2/agent/-/agent-2.1.1.tgz",
+ "integrity": "sha512-0V9ckHWd/HSC8BgAbZSoq8KXUG81X97nSkAxmhKDhmF8vanyaoc1YXwc2KVkbWz82Rg4gjd2n9qiT3i7bdvGrQ==",
"license": "AGPL-3.0",
"dependencies": {
"async": "~3.2.0",
@@ -2227,12 +2227,11 @@
"dayjs": "~1.8.24",
"debug": "~4.3.1",
"eventemitter2": "~5.0.1",
- "fast-json-patch": "^3.0.0-1",
+ "fast-json-patch": "^3.1.0",
"fclone": "~1.0.11",
- "nssocket": "0.6.0",
"pm2-axon": "~4.0.1",
"pm2-axon-rpc": "~0.7.0",
- "proxy-agent": "~6.3.0",
+ "proxy-agent": "~6.4.0",
"semver": "~7.5.0",
"ws": "~7.5.10"
}
@@ -2328,9 +2327,9 @@
"license": "ISC"
},
"node_modules/@pm2/io": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/@pm2/io/-/io-6.0.1.tgz",
- "integrity": "sha512-KiA+shC6sULQAr9mGZ1pg+6KVW9MF8NpG99x26Lf/082/Qy8qsTCtnJy+HQReW1A9Rdf0C/404cz0RZGZro+IA==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/@pm2/io/-/io-6.1.0.tgz",
+ "integrity": "sha512-IxHuYURa3+FQ6BKePlgChZkqABUKFYH6Bwbw7V/pWU1pP6iR1sCI26l7P9ThUEB385ruZn/tZS3CXDUF5IA1NQ==",
"license": "Apache-2",
"dependencies": {
"async": "~2.6.1",
@@ -9023,15 +9022,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/lazy": {
- "version": "1.0.11",
- "resolved": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz",
- "integrity": "sha512-Y+CjUfLmIpoUCCRl0ub4smrYtGGr5AOa2AKOaWelGHOGz33X/Y/KizefGqbkwfz44+cnq/+9habclf8vOmu2LA==",
- "license": "MIT",
- "engines": {
- "node": ">=0.2.0"
- }
- },
"node_modules/leac": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz",
@@ -10520,25 +10510,6 @@
"node": ">=8"
}
},
- "node_modules/nssocket": {
- "version": "0.6.0",
- "resolved": "https://registry.npmjs.org/nssocket/-/nssocket-0.6.0.tgz",
- "integrity": "sha512-a9GSOIql5IqgWJR3F/JXG4KpJTA3Z53Cj0MeMvGpglytB1nxE4PdFNC0jINe27CS7cGivoynwc054EzCcT3M3w==",
- "license": "MIT",
- "dependencies": {
- "eventemitter2": "~0.4.14",
- "lazy": "~1.0.11"
- },
- "engines": {
- "node": ">= 0.10.x"
- }
- },
- "node_modules/nssocket/node_modules/eventemitter2": {
- "version": "0.4.14",
- "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
- "integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ==",
- "license": "MIT"
- },
"node_modules/nwsapi": {
"version": "2.2.20",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
@@ -11194,24 +11165,24 @@
}
},
"node_modules/pm2": {
- "version": "5.4.3",
- "resolved": "https://registry.npmjs.org/pm2/-/pm2-5.4.3.tgz",
- "integrity": "sha512-4/I1htIHzZk1Y67UgOCo4F1cJtas1kSds31N8zN0PybO230id1nigyjGuGFzUnGmUFPmrJ0On22fO1ChFlp7VQ==",
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.5.tgz",
+ "integrity": "sha512-+O43WPaEiwYbm6/XSpAOO1Rtya/Uof0n7x8hJZGfwIuepesNTIVArpZh4KqFfze0cvvqZMr0maTW3ifhvmyeMQ==",
"license": "AGPL-3.0",
"dependencies": {
- "@pm2/agent": "~2.0.0",
- "@pm2/io": "~6.0.1",
+ "@pm2/agent": "~2.1.1",
+ "@pm2/io": "~6.1.0",
"@pm2/js-api": "~0.8.0",
"@pm2/pm2-version-check": "latest",
- "async": "~3.2.0",
+ "async": "~3.2.6",
"blessed": "0.1.81",
"chalk": "3.0.0",
"chokidar": "^3.5.3",
"cli-tableau": "^2.0.0",
"commander": "2.15.1",
"croner": "~4.1.92",
- "dayjs": "~1.11.5",
- "debug": "^4.3.1",
+ "dayjs": "~1.11.13",
+ "debug": "^4.3.7",
"enquirer": "2.3.6",
"eventemitter2": "5.0.1",
"fclone": "1.0.11",
@@ -11224,7 +11195,7 @@
"pm2-deploy": "~1.0.2",
"pm2-multimeter": "^0.1.2",
"promptly": "^2",
- "semver": "^7.2",
+ "semver": "^7.6.2",
"source-map-support": "0.5.21",
"sprintf-js": "1.1.2",
"vizion": "~2.2.1"
@@ -11236,7 +11207,7 @@
"pm2-runtime": "bin/pm2-runtime"
},
"engines": {
- "node": ">=12.0.0"
+ "node": ">=16.0.0"
},
"optionalDependencies": {
"pm2-sysmonit": "^1.2.8"
@@ -11553,15 +11524,15 @@
}
},
"node_modules/proxy-agent": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
- "integrity": "sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
+ "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.2",
+ "http-proxy-agent": "^7.0.1",
+ "https-proxy-agent": "^7.0.3",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.1",
"proxy-from-env": "^1.1.0",
diff --git a/package.json b/package.json
index 036651c8..d224f400 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.20.1",
- "pm2": "^5.4.3",
+ "pm2": "^6.0.5",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"systeminformation": "^5.25.11",