From f809602bf208ed42fa7851a6d01e520535aa8a7d Mon Sep 17 00:00:00 2001 From: Muzaffar Shaikh Date: Thu, 12 Dec 2024 17:17:10 +0300 Subject: [PATCH] ci(platforms): PD-2081 Upgrade package dependencies --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48e58a9..a62bcf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "util": "^0.12.5" }, "devDependencies": { - "husky": "^9.0.11", + "husky": "^9.1.7", "mocha": "^11.0.1", "should": "^13.2.3", "sinon": "^19.0.2" @@ -760,12 +760,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f11a908..93e24bb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "util": "^0.12.5" }, "devDependencies": { - "husky": "^9.0.11", + "husky": "^9.1.7", "mocha": "^11.0.1", "should": "^13.2.3", "sinon": "^19.0.2"