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

Commit

Permalink
chore(deps): bump helmet from 5.1.1 to 6.0.0 (#820)
Browse files Browse the repository at this point in the history
* chore(deps): bump helmet from 5.1.1 to 6.0.0

Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.1 to 6.0.0.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v5.1.1...v6.0.0)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* test(integration): remove expect-ct headers

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jamie King <jamie.king@aexp.com>
  • Loading branch information
dependabot[bot] and 10xLaCroixDrinker committed Sep 8, 2022
1 parent 5cdb755 commit 8229994
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
12 changes: 0 additions & 12 deletions __tests__/integration/one-app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,9 +1381,6 @@ describe('Tests that require Docker setup', () => {
date: [
expect.any(String),
],
'expect-ct': [
'max-age=0',
],
'one-app-version': [
expect.any(String),
],
Expand Down Expand Up @@ -1445,9 +1442,6 @@ describe('Tests that require Docker setup', () => {
etag: [
expect.any(String),
],
'expect-ct': [
'max-age=0',
],
'one-app-version': [
expect.any(String),
],
Expand Down Expand Up @@ -1506,9 +1500,6 @@ describe('Tests that require Docker setup', () => {
etag: [
expect.any(String),
],
'expect-ct': [
'max-age=0',
],
'one-app-version': [
expect.any(String),
],
Expand Down Expand Up @@ -1573,9 +1564,6 @@ describe('Tests that require Docker setup', () => {
etag: [
expect.any(String),
],
'expect-ct': [
'max-age=0',
],
'one-app-version': [
expect.any(String),
],
Expand Down
29 changes: 21 additions & 8 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 @@ -106,7 +106,7 @@
"express-rate-limit": "^6.5.1",
"fastify": "^4.5.3",
"fastify-plugin": "^4.2.0",
"helmet": "^5.1.0",
"helmet": "^6.0.0",
"holocron": "^1.3.0",
"holocron-module-route": "^1.3.0",
"if-env": "^1.0.4",
Expand Down

0 comments on commit 8229994

Please sign in to comment.