From fb12bca6845ac6df47666415730b013d201610d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:05:15 +0000 Subject: [PATCH] [deps]: Update ldapts to v7.2.2 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55774606..a85a8039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "keytar": "7.9.0", - "ldapts": "7.2.1", + "ldapts": "7.2.2", "lowdb": "1.0.0", "ngx-toastr": "17.0.2", "node-fetch": "2.7.0", @@ -15154,16 +15154,16 @@ } }, "node_modules/ldapts": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ldapts/-/ldapts-7.2.1.tgz", - "integrity": "sha512-2NSA9drjHdRiApF+TO18c+Hy/uyBLs96OS6Gia4+dPQWPxvqDbu3Ji2beCbNCXTvvgxDj4cLZ0WoOZLt5ojfAg==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/ldapts/-/ldapts-7.2.2.tgz", + "integrity": "sha512-UotAq24/vJEz0m3w/jgwZm7JGNw8M6vexL/5KU5pe3aIZWBkT/HRhjsPw/buRqKSK5Y0vTu5Zv8iyPgQF7ozzg==", "license": "MIT", "dependencies": { "@types/asn1": ">=0.2.4", "asn1": "~0.2.6", "debug": "~4.3.7", "strict-event-emitter-types": "~2.0.0", - "uuid": "~10.0.0", + "uuid": "~11.0.3", "whatwg-url": "~14.0.0" }, "engines": { @@ -15192,16 +15192,16 @@ } }, "node_modules/ldapts/node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/ldapts/node_modules/whatwg-url": { diff --git a/package.json b/package.json index e3ed5301..1513a48b 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "keytar": "7.9.0", - "ldapts": "7.2.1", + "ldapts": "7.2.2", "lowdb": "1.0.0", "ngx-toastr": "17.0.2", "node-fetch": "2.7.0",