Compare commits

..

1 Commits

Author SHA1 Message Date
c744d7a06f build: bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 07:39:56 +00:00
2 changed files with 11 additions and 11 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Upload Coverage
if: matrix.node-version == '22.x'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
# Comma-separated list of files to upload
files: ./coverage/coverage-final.json

20
package-lock.json generated
View File

@ -1,16 +1,16 @@
{
"name": "@tcgdex/sdk",
"version": "2.6.0-beta.4",
"version": "2.6.0-beta.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tcgdex/sdk",
"version": "2.6.0-beta.4",
"version": "2.6.0-beta.3",
"license": "MIT",
"dependencies": {
"@cachex/memory": "^1",
"@cachex/web-storage": "^1",
"@cachex/memory": "^1.0.0",
"@cachex/web-storage": "^1.0.1",
"@dzeio/object-util": "^1",
"isomorphic-unfetch": "^3"
},
@ -8005,9 +8005,9 @@
}
},
"node_modules/rollup": {
"version": "3.29.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz",
"integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz",
"integrity": "sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -15236,9 +15236,9 @@
}
},
"rollup": {
"version": "3.29.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz",
"integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.3.tgz",
"integrity": "sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"