diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7114d1da..0ee17d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Upload test coverage to Code Climate if: ${{ matrix.node_version == 18 }} - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: 7a4b78747587abb295ccb41439d7d067b9de2d885a766e7e88d5e8409599d2ea diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index 579ce6d0..215c12f3 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Digest Lock File - uses: Simek/yarn-lock-changes@23b5437388098454b9d9c1574b50066b3338dbf1 + uses: Simek/yarn-lock-changes@2fc6f6c49bee5bbe13f8c3b66b34aabcaa2d7378 with: token: ${{ secrets.GITHUB_TOKEN }} collapsibleThreshold: 25 diff --git a/package.json b/package.json index fd333672..a7d199b1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "~7.26.0", "@babel/preset-env": "~7.26.0", "@rollup/plugin-babel": "~6.0.0", - "axios": "~0.28.1", + "axios": "~0.29.0", "axios-mock-adapter": "~1.22.0", "babel-jest": "~29.7.0", "browserslist": "~4.24.0", diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index c37ed2e1..68e034bc 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -49,7 +49,7 @@ "build": "yarn rollup" }, "dependencies": { - "axios": "^0.28.1", + "axios": "^0.29.0", "kitsu-core": "^10.1.5", "pluralize": "^8.0.0" }, diff --git a/yarn.lock b/yarn.lock index 20baa853..d5d739b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2446,9 +2446,9 @@ integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== "@types/node@*", "@types/node@>= 8": - version "22.10.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" - integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== dependencies: undici-types "~6.20.0" @@ -3000,12 +3000,12 @@ axios-mock-adapter@~1.22.0: fast-deep-equal "^3.1.3" is-buffer "^2.0.5" -axios@^0.28.1, axios@~0.28.1: - version "0.28.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70" - integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ== +axios@^0.29.0, axios@~0.29.0: + version "0.29.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb" + integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.4" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -4982,7 +4982,7 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.15.0: +follow-redirects@^1.15.4: version "1.15.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==