diff --git a/.github/workflows/links-check.yml b/.github/workflows/links-check.yml index aa9d04f9fe..a55db03637 100644 --- a/.github/workflows/links-check.yml +++ b/.github/workflows/links-check.yml @@ -19,7 +19,7 @@ jobs: # See: https://github.com/lycheeverse/lychee-action/issues/17 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 + uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c with: fail: true # As external links behavior is not predictable, we check only internal links diff --git a/package.json b/package.json index d19593eb8d..298b173bad 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "ajv-i18n": "^4.2.0", "ajv-merge-patch": "^5.0.1", "autocannon": "^8.0.0", - "borp": "^0.19.0", + "borp": "^0.20.0", "branch-comparer": "^1.1.0", "concurrently": "^9.1.2", "cross-env": "^7.0.3", @@ -209,9 +209,9 @@ "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", "pino": "^9.0.0", - "process-warning": "^4.0.0", + "process-warning": "^5.0.0", "rfdc": "^1.3.1", - "secure-json-parse": "^3.0.1", + "secure-json-parse": "^4.0.0", "semver": "^7.6.0", "toad-cache": "^3.7.0" },