Skip to content

Commit

Permalink
Merge pull request platformsh#4291 from platformsh/dependabot/npm_and…
Browse files Browse the repository at this point in the history
…_yarn/sites/upsun/multi-6bc014718a

Bump path-to-regexp and express in /sites/upsun
  • Loading branch information
gilzow authored Dec 10, 2024
2 parents 825d043 + a53f61e commit 2a2802e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/actions/redirection-verification/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,14 @@ const verify = async () => {
} catch (reqerr) {
// core.debug(`issue encountered with path ${path}!!! Returned status is ${reqerr.status}. More info: `)
core.info(`issue encountered with path ${path}!!! Returned status is ${reqerr.status}. More info: `)
console.log(reqerr)
if(axios.isAxiosError(reqerr)) {
// core.debug(reqerr.toJSON())
core.info('Axios error.')
core.info(reqerr.toJSON())
} else {
console.log(reqerr)
core.info('Non-Axios error? ')
core.info(JSON.stringify(reqerr))
}

Expand Down
34 changes: 19 additions & 15 deletions sites/upsun/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sites/upsun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"asciinema-player": "^3.0.1",
"autoprefixer": "^10.4.13",
"axios": "^1.7.4",
"express": "^4.21.1",
"express": "^4.21.2",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"mermaid": "^11.2.1",
Expand Down

0 comments on commit 2a2802e

Please sign in to comment.