From 8bee33e1401bf5bc2ebe5dd1b8f6690d41a5e94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 07:59:58 +0000 Subject: [PATCH] Bump tlds from 1.228.0 to 1.259.0 Bumps [tlds](https://github.com/stephenmathieson/node-tlds) from 1.228.0 to 1.259.0. - [Changelog](https://github.com/stephenmathieson/node-tlds/blob/master/CHANGELOG.md) - [Commits](https://github.com/stephenmathieson/node-tlds/commits/1.259.0) --- updated-dependencies: - dependency-name: tlds dependency-version: 1.259.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/anchor/package.json | 2 +- packages/linkify/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/anchor/package.json b/packages/anchor/package.json index 0a7c068ded..ee01257c43 100644 --- a/packages/anchor/package.json +++ b/packages/anchor/package.json @@ -45,7 +45,7 @@ "clsx": "^1.0.4", "prepend-http": "3.0.1", "prop-types": "^15.8.1", - "tlds": "^1.228.0" + "tlds": "^1.259.0" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", diff --git a/packages/linkify/package.json b/packages/linkify/package.json index acb55f6487..e79728b601 100644 --- a/packages/linkify/package.json +++ b/packages/linkify/package.json @@ -42,7 +42,7 @@ "dependencies": { "clsx": "^1.0.4", "linkify-it": "^3.0.3", - "tlds": "^1.228.0" + "tlds": "^1.259.0" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", diff --git a/yarn.lock b/yarn.lock index 95ec79e970..d8a0fee110 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12230,10 +12230,10 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" -tlds@^1.228.0: - version "1.228.0" - resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.228.0.tgz#416ab76ac1a06aad0b5d6b484a13bf5a0ad63f39" - integrity sha512-Q0TU9zh5hDs2CpRFNM7SOW3K7OSgUgJC/cMrq9t44ei4tu+G3KV8BZyIJuYVvryJHH96mKgc9WXdhgKVvGD7jg== +tlds@^1.259.0: + version "1.259.0" + resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.259.0.tgz#f7e536e1fab65d7282443399417d317c309da3a3" + integrity sha512-AldGGlDP0PNgwppe2quAvuBl18UcjuNtOnDuUkqhd6ipPqrYYBt3aTxK1QTsBVknk97lS2JcafWMghjGWFtunw== tmp@^0.0.33: version "0.0.33"