From b9f3bfcd836a8d1fac87924bb177ef9157d952e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Sep 2024 20:40:04 +0000 Subject: [PATCH] Update dependency punycode to v2 (#23) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [punycode](https://mths.be/punycode) ([source](https://github.com/mathiasbynens/punycode.js)) | devDependencies | major | [`^1.4.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/punycode/1.4.1/2.3.1) | --- ### Release Notes
mathiasbynens/punycode.js (punycode) ### [`v2.3.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.3.0...v2.3.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.2.2...v2.3.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.2.2...v2.3.0) ### [`v2.2.2`](https://github.com/mathiasbynens/punycode.js/compare/v2.2.0...v2.2.2) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.2.0...v2.2.2) ### [`v2.2.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.1.1...v2.2.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.1.1...v2.2.0) ### [`v2.1.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.1.0...v2.1.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://github.com/mathiasbynens/punycode.js/compare/v2.0.1...v2.1.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.0.1...v2.1.0) ### [`v2.0.1`](https://github.com/mathiasbynens/punycode.js/compare/v2.0.0...v2.0.1) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://github.com/mathiasbynens/punycode.js/releases/tag/v2.0.0) [Compare Source](https://github.com/mathiasbynens/punycode.js/compare/v1.4.1...v2.0.0) This release drops support for old environments. Punycode.js v2.0.0 targets Node.js v6+ and nothing else. For the old version that offers the same functionality with broader support, including Rhino, Ringo, Narwhal, and web browsers, see [v1.4.1](https://github.com/bestiejs/punycode.js/releases/tag/v1.4.1).
--- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Melissa Avery-Weir Reviewed-on: https://code.irrsinn.net/Irrsinn.net/public-plex-watchlist/pulls/23 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 28 +++++++++++++--------------- package.json | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index cae1bfe..bb88947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "parcel": "^2.12.0", "process": "^0.11.10", "prop-types": "^15.8.1", - "punycode": "^1.4.1", + "punycode": "^2.0.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0", @@ -9749,11 +9749,13 @@ "license": "MIT" }, "node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, - "license": "MIT" + "engines": { + "node": ">=6" + } }, "node_modules/qs": { "version": "6.13.0", @@ -10917,16 +10919,6 @@ "punycode": "^2.1.0" } }, - "node_modules/uri-js/node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/url": { "version": "0.11.4", "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", @@ -10940,6 +10932,12 @@ "node": ">= 0.4" } }, + "node_modules/url/node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index 6f61ba6..bd07292 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "parcel": "^2.12.0", "process": "^0.11.10", "prop-types": "^15.8.1", - "punycode": "^1.4.1", + "punycode": "^2.0.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "string_decoder": "^1.3.0",