Skip to content

Commit

Permalink
chore: override cookie and path-to-regexp packages in express (kyma-p…
Browse files Browse the repository at this point in the history
…roject#3527)

* chore: override path-to-regexp package in express

* chore: override cookie package in express

* add backend to paths for tests workflows
  • Loading branch information
mrCherry97 authored and OliwiaGowor committed Dec 20, 2024
1 parent 30a3afc commit 55b6e94
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-integration-cluster-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "tests/**"
- "nginx/**"
- "src/**"
- "backend/**"

jobs:
run-cluster-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-integration-namespace-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "tests/**"
- "nginx/**"
- "src/**"
- "backend/**"

jobs:
run-namespace-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "tests/integration/**"
- "nginx/**"
- "src/**"
- "backend/**"
- "kyma/**"
- "Dockerfile*"
jobs:
Expand Down
41 changes: 20 additions & 21 deletions backend/package-lock.json

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

6 changes: 6 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
},
"node": {
"child_process": false
},
"overrides": {
"express": {
"path-to-regexp": "0.1.12",
"cookie": "0.7.0"
}
}
}

0 comments on commit 55b6e94

Please sign in to comment.