Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(deps): bump @fastify/helmet from 9.1.0 to 10.0.0 (#379)
Browse files Browse the repository at this point in the history
* build(deps): bump @fastify/helmet from 9.1.0 to 10.0.0

Bumps [@fastify/helmet](https://github.com/fastify/fastify-helmet) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/helmet"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* test(server): remove `expect-ct` as expected res header

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
dependabot[bot] and Fdawgs committed Sep 5, 2022
1 parent 8f8693b commit a996b48
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
48 changes: 18 additions & 30 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@fastify/bearer-auth": "^8.0.1",
"@fastify/compress": "^6.1.1",
"@fastify/cors": "^8.1.0",
"@fastify/helmet": "^9.1.0",
"@fastify/helmet": "^10.0.0",
"@fastify/rate-limit": "^7.4.0",
"@fastify/sensible": "^5.1.1",
"@fastify/static": "^6.5.0",
Expand Down
1 change: 0 additions & 1 deletion src/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const expResHeaders = {
"content-security-policy": "default-src 'self';frame-ancestors 'none'",
"content-type": expect.stringContaining("text/plain"),
date: expect.any(String),
"expect-ct": "max-age=0",
expires: "0",
"permissions-policy": "interest-cohort=()",
pragma: "no-cache",
Expand Down

0 comments on commit a996b48

Please sign in to comment.