Skip to content

Commit

Permalink
Merge pull request #1866 from alphagov/PP-13282-override-cookie-subde…
Browse files Browse the repository at this point in the history
…pendency

PP-13282: Override cookie subdependencies
  • Loading branch information
katstevens authored Nov 26, 2024
2 parents 97af949 + 6d14f53 commit f48bfe1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,13 @@
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
},
"overrides": {
"csurf": {
"cookie": "0.7.2"
},
"@sentry/node": {
"cookie": "0.7.2"
}
}
}

0 comments on commit f48bfe1

Please sign in to comment.