diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27dd206a2..acd0574fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,32 +37,32 @@ jobs: - name: Display structure of coverage files run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/core/ flags: summary,core name: core - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/kit/ flags: summary,kit name: kit - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/phone/ flags: summary,phone name: phone - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/angular/ flags: summary,angular name: angular - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/react/ flags: summary,react name: react - - uses: codecov/codecov-action@v5.0.5 + - uses: codecov/codecov-action@v5.0.6 with: directory: ./coverage/vue/ flags: summary,vue diff --git a/package-lock.json b/package-lock.json index c7c9a1d04..fd14e16ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44409,22 +44409,22 @@ } }, "node_modules/tldts": { - "version": "6.1.61", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.61.tgz", - "integrity": "sha512-rv8LUyez4Ygkopqn+M6OLItAOT9FF3REpPQDkdMx5ix8w4qkuE7Vo2o/vw1nxKQYmJDV8JpAMJQr1b+lTKf0FA==", + "version": "6.1.62", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.62.tgz", + "integrity": "sha512-TF+wo3MgTLbf37keEwQD0IxvOZO8UZxnpPJDg5iFGAASGxYzbX/Q0y944ATEjrfxG/pF1TWRHCPbFp49Mz1Y1w==", "dev": true, "license": "MIT", "dependencies": { - "tldts-core": "^6.1.61" + "tldts-core": "^6.1.62" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { - "version": "6.1.61", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.61.tgz", - "integrity": "sha512-In7VffkDWUPgwa+c9picLUxvb0RltVwTkSgMNFgvlGSWveCzGBemBqTsgJCL4EDFWZ6WH0fKTsot6yNhzy3ZzQ==", + "version": "6.1.62", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.62.tgz", + "integrity": "sha512-ohONqbfobpuaylhqFbtCzc0dFFeNz85FVKSesgT8DS9OV3a25Yj730pTj7/dDtCqmgoCgEj6gDiU9XxgHKQlBw==", "dev": true, "license": "MIT" },