From 711a2c1c35adc14f24a36105035b7b571c452180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:57:16 +0000 Subject: [PATCH] Bump punycode from 2.3.0 to 2.3.1 Bumps [punycode](https://github.com/mathiasbynens/punycode.js) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/mathiasbynens/punycode.js/releases) - [Commits](https://github.com/mathiasbynens/punycode.js/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: punycode dependency-type: direct:production update-type: version-update:semver-patch ... 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 df2e8230..9fa431a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "iconv-lite": "^0.6.3", "long": "^5.2.3", "minimist": "^1.2.8", - "punycode": "^2.3.0", + "punycode": "^2.3.1", "seek-bzip": "^2.0.0", "varint": "^6.0.0" }, @@ -2412,9 +2412,9 @@ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "engines": { "node": ">=6" } @@ -4806,9 +4806,9 @@ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, "punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" }, "queue-microtask": { "version": "1.2.3", diff --git a/package.json b/package.json index ab8f0dda..22f1bc32 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "iconv-lite": "^0.6.3", "long": "^5.2.3", "minimist": "^1.2.8", - "punycode": "^2.3.0", + "punycode": "^2.3.1", "seek-bzip": "^2.0.0", "varint": "^6.0.0" },