From e7e0caa883c29775d407bb6bf117867c07aac7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:10:00 +0000 Subject: [PATCH] Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group Bumps the production-dependencies group with 1 update: [tldts](https://github.com/remusao/tldts). Updates `tldts` from 6.1.28 to 6.1.30 - [Release notes](https://github.com/remusao/tldts/releases) - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md) - [Commits](https://github.com/remusao/tldts/compare/v6.1.28...v6.1.30) --- updated-dependencies: - dependency-name: tldts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0f32ec1..a188866a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5115,20 +5115,20 @@ "dev": true }, "node_modules/tldts": { - "version": "6.1.28", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.28.tgz", - "integrity": "sha512-SgZym5i5CL02CV6WrsjdNjk0pwsxHb5uKA8Mjo8g01HrcJnqab6r45igjbx30aacGfWGpVKXHMLeM/Ux+hha3g==", + "version": "6.1.30", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.30.tgz", + "integrity": "sha512-NErlfxa+LPJynXZ07f86N6ylkXhYaOL4rB2k+qwF69cdvol1IJHmlouXE8c7Hrqr1BiYNWL4qbdTxaX+szfOpQ==", "dependencies": { - "tldts-core": "^6.1.28" + "tldts-core": "^6.1.30" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { - "version": "6.1.28", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.28.tgz", - "integrity": "sha512-MJIfu8oVA4GVEuZKxk1GaaLpdq45w8b/UoWwuq3k+oIWbFBFtFG37xCTe3qz7D/ZBcHFZ2LmQb66grE1/Q93Hw==" + "version": "6.1.30", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.30.tgz", + "integrity": "sha512-CPlL58/oIvnovk5KTHIho/B0bMuvPkZrcC7f4pfQH+BBPY/mMz6CekiIdhjFxk9XZZJNirbwh1rRTSo4e5KXQA==" }, "node_modules/tmpl": { "version": "1.0.5",