From b5074765f7db4ee4785f0580caad85ea6e3791b5 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 13 Jun 2024 17:33:45 -0700 Subject: [PATCH] Switch to node-forge fork with TLS 1.2 support https://github.com/neuland-ingolstadt/forge/commits/v1.3.2-tls1.2 Potentially fixes part of #12. Signed-off-by: Anders Kaseorg --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c104d47..1f5daac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "git-revision-webpack-plugin": "^5.0.0", "html-webpack-plugin": "^5.3.2", "mini-css-extract-plugin": "^2.2.2", - "node-forge": "^1.3.0", + "node-forge": "https://github.com/neuland-ingolstadt/forge/archive/64c02566be293cb2b3cdd18f9b322066c2a3929f.tar.gz", "regenerator-runtime": "^0.14.0", "ssl-root-cas": "^1.3.1", "webfonts-loader": "^8.0.0", @@ -7713,9 +7713,9 @@ } }, "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "version": "1.3.2", + "resolved": "https://github.com/neuland-ingolstadt/forge/archive/64c02566be293cb2b3cdd18f9b322066c2a3929f.tar.gz", + "integrity": "sha512-fl2sLf1C9dtY3iddp+IPVpBzOfo40XgnvknKSzNk+d/pDpF1TiajndtUZomRVygXn0o/yTTdUCul8R8UwcdpHw==", "engines": { "node": ">= 6.13.0" } diff --git a/package.json b/package.json index ea91a7a..0d04626 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "git-revision-webpack-plugin": "^5.0.0", "html-webpack-plugin": "^5.3.2", "mini-css-extract-plugin": "^2.2.2", - "node-forge": "^1.3.0", + "node-forge": "https://github.com/neuland-ingolstadt/forge/archive/64c02566be293cb2b3cdd18f9b322066c2a3929f.tar.gz", "regenerator-runtime": "^0.14.0", "ssl-root-cas": "^1.3.1", "webfonts-loader": "^8.0.0",