From 673644ac311e37eeb766ffc588ca0746138417ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:34:45 +0000 Subject: [PATCH] chore(deps): update dependency @types/punycode to v2.1.4 --- package-lock.json | 15 ++++++++------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67c387aa..485dca00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { @@ -36,7 +36,7 @@ "@types/chrome": "0.0.251", "@types/mocha": "10.0.4", "@types/node": "20.9.0", - "@types/punycode": "2.1.2", + "@types/punycode": "2.1.4", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "6.11.0", "@xmldom/xmldom": "0.8.10", @@ -2618,10 +2618,11 @@ } }, "node_modules/@types/punycode": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@types/punycode/-/punycode-2.1.2.tgz", - "integrity": "sha512-KKQ4GjRCpswGPA6ZfvPrC+7h84bAvPkU1kFGJ3FuQOgZIEc8JmO1jcDCaxSiYcN3qzOOp9YqHq+njKEO3Q4BnA==", - "dev": true + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@types/punycode/-/punycode-2.1.4.tgz", + "integrity": "sha512-trzh6NzBnq8yw5e35f8xe8VTYjqM3NE7bohBtvDVf/dtUer3zYTLK1Ka3DG3p7bdtoaOHZucma6FfVKlQ134pQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/qs": { "version": "6.9.10", diff --git a/package.json b/package.json index 4cf531af..cfaaaa08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "description": "Standalone Web Discovery Project package and extension", "scripts": { "lint": "node fern.js lint", @@ -57,7 +57,7 @@ "@types/chrome": "0.0.251", "@types/mocha": "10.0.4", "@types/node": "20.9.0", - "@types/punycode": "2.1.2", + "@types/punycode": "2.1.4", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "6.11.0", "@xmldom/xmldom": "0.8.10",