diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53e5901987..a029f0f5a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,9 +112,9 @@ jobs: matrix: include: - name: Node 12 - NODE_VERSION: 12.22.9 + NODE_VERSION: 12.22.10 - name: Node 14 - NODE_VERSION: 14.18.3 + NODE_VERSION: 14.19.0 - name: Node 16 NODE_VERSION: 16.10.0 fail-fast: false diff --git a/README.md b/README.md index 8f9eef5ecb..acbd9cc383 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js | Version | Latest Version | End-of-Life | Compatible | |------------|----------------|-------------|--------------| -| Node.js 12 | 12.22.9 | April 2022 | ✅ Yes | -| Node.js 14 | 14.18.3 | April 2023 | ✅ Yes | +| Node.js 12 | 12.22.10 | April 2022 | ✅ Yes | +| Node.js 14 | 14.19.0 | April 2023 | ✅ Yes | | Node.js 16 | 16.10.0 | April 2024 | ✅ Yes | | Node.js 17 | 17.x | June 2022 | ❌ Not tested | diff --git a/package-lock.json b/package-lock.json index e101b36e04..50d3d31ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5475,9 +5475,9 @@ } }, "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" }, "commondir": { "version": "1.0.1", diff --git a/package.json b/package.json index 547300957c..b101252181 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/runtime": "7.16.7", "bcryptjs": "2.3.0", "body-parser": "1.19.1", - "commander": "6.2.1", + "commander": "8.3.0", "connect-flash": "0.1.1", "cookie-session": "2.0.0", "copy-to-clipboard": "3.3.1",