fix(deps): update weekly-non-major-updates

This commit is contained in:
renovate[bot]
2026-02-09 02:03:21 +00:00
committed by GitHub
parent 98d76bd266
commit 059cf558d0
5 changed files with 25 additions and 20 deletions

View File

@@ -29,7 +29,7 @@
"react-i18next": "^16.5.4",
"react-router-dom": "^7.13.0",
"tailwind-merge": "^3.4.0",
"tldts": "^7.0.22"
"tldts": "^7.0.23"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
@@ -47,7 +47,7 @@
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"eslint": ">=9.39.2 <10.0.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0",
"jsdom": "28.0.0",
@@ -7154,21 +7154,21 @@
}
},
"node_modules/tldts": {
"version": "7.0.22",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.22.tgz",
"integrity": "sha512-nqpKFC53CgopKPjT6Wfb6tpIcZXHcI6G37hesvikhx0EmUGPkZrujRyAjgnmp1SHNgpQfKVanZ+KfpANFt2Hxw==",
"version": "7.0.23",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
"integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
"license": "MIT",
"dependencies": {
"tldts-core": "^7.0.22"
"tldts-core": "^7.0.23"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "7.0.22",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.22.tgz",
"integrity": "sha512-KgbTDC5wzlL6j/x6np6wCnDSMUq4kucHNm00KXPbfNzmllCmtmvtykJHfmgdHntwIeupW04y8s1N/43S1PkQDw==",
"version": "7.0.23",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
"integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
"license": "MIT"
},
"node_modules/to-regex-range": {