From 195231e08dd33c25015dc4276002642f3676b6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 16:44:56 +0000 Subject: [PATCH] Bump xmlhttprequest-ssl from 1.5.5 to 1.6.2 Bumps [xmlhttprequest-ssl](https://github.com/mjwwit/node-XMLHttpRequest) from 1.5.5 to 1.6.2. - [Release notes](https://github.com/mjwwit/node-XMLHttpRequest/releases) - [Commits](https://github.com/mjwwit/node-XMLHttpRequest/compare/1.5.5...1.6.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fff0b45..339ed64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "typedoc": "^0.15.0", "typedoc-plugin-markdown": "~1.1.19", "typescript": "3.9.4", - "xmlhttprequest-ssl": "1.5.5" + "xmlhttprequest-ssl": "1.6.2" }, "peerDependencies": { "rxjs": "~6.3.2" @@ -2463,9 +2463,9 @@ "dev": true }, "node_modules/xmlhttprequest-ssl": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", - "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz", + "integrity": "sha512-tYOaldF/0BLfKuoA39QMwD4j2m8lq4DIncqj1yuNELX4vz9+z/ieG/vwmctjJce+boFHXstqhWnHSxc4W8f4qg==", "dev": true, "engines": { "node": ">=0.4.0" @@ -4473,9 +4473,9 @@ "dev": true }, "xmlhttprequest-ssl": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", - "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz", + "integrity": "sha512-tYOaldF/0BLfKuoA39QMwD4j2m8lq4DIncqj1yuNELX4vz9+z/ieG/vwmctjJce+boFHXstqhWnHSxc4W8f4qg==", "dev": true }, "yallist": { diff --git a/package.json b/package.json index 202fd0f..5865d7b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "typedoc": "^0.15.0", "typedoc-plugin-markdown": "~1.1.19", "typescript": "3.9.4", - "xmlhttprequest-ssl": "1.5.5" + "xmlhttprequest-ssl": "1.6.2" }, "author": "Juraj Selep ", "license": "ISC",