From 72001716ac16d1272d580261e68b8555a2eb8266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 08:10:30 +0000 Subject: [PATCH] Bump tlds from 1.228.0 to 1.237.0 Bumps [tlds](https://github.com/stephenmathieson/node-tlds) from 1.228.0 to 1.237.0. - [Release notes](https://github.com/stephenmathieson/node-tlds/releases) - [Changelog](https://github.com/stephenmathieson/node-tlds/blob/master/CHANGELOG.md) - [Commits](https://github.com/stephenmathieson/node-tlds/commits) --- updated-dependencies: - dependency-name: tlds 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..a7835afc5c 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.237.0" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", diff --git a/packages/linkify/package.json b/packages/linkify/package.json index acb55f6487..89aaa70d87 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.237.0" }, "peerDependencies": { "draft-js": "^0.10.1 || ^0.11.0", diff --git a/yarn.lock b/yarn.lock index 95ec79e970..5547e61093 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.237.0: + version "1.237.0" + resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.237.0.tgz#71e5ca558878a046bc9e253db7a1f2b602ce1a2d" + integrity sha512-4IA6zR7jQop4pEdziQaptOgkIwnnZ537fXM3MKAzOXjXLjiHm77SA3/E0nXWJGSVRnKcn/JxDJmwTqyPgQ+ozg== tmp@^0.0.33: version "0.0.33"