@middy/http-security-headers 4.4.3 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -20,8 +20,9 @@
20
20
  <a href="https://snyk.io/test/github/middyjs/middy">
21
21
  <img src="https://snyk.io/test/github/middyjs/middy/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/middyjs/middy" style="max-width:100%;">
22
22
  </a>
23
- <a href="https://lgtm.com/projects/g/middyjs/middy/context:javascript">
24
- <img src="https://img.shields.io/lgtm/grade/javascript/g/middyjs/middy.svg?logo=lgtm&logoWidth=18" alt="Language grade: JavaScript" style="max-width:100%;">
23
+ <a href="https://github.com/middyjs/middy/actions/workflows/sast.yml">
24
+ <img src="https://github.com/middyjs/middy/actions/workflows/sast.yml/badge.svg
25
+ ?branch=main&event=push" alt="CodeQL" style="max-width:100%;">
25
26
  </a>
26
27
  <a href="https://bestpractices.coreinfrastructure.org/projects/5280">
27
28
  <img src="https://bestpractices.coreinfrastructure.org/projects/5280/badge" alt="Core Infrastructure Initiative (CII) Best Practices" style="max-width:100%;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@middy/http-security-headers",
3
- "version": "4.4.3",
3
+ "version": "4.5.0",
4
4
  "description": "Applies best practice security headers to responses. It's a simplified port of HelmetJS",
5
5
  "type": "module",
6
6
  "engines": {
@@ -68,11 +68,11 @@
68
68
  "type": "github",
69
69
  "url": "https://github.com/sponsors/willfarrell"
70
70
  },
71
- "gitHead": "089df92081ae593696c59fad7c604c2ac2eebe1a",
71
+ "gitHead": "200d1cd90c6e0bd25bb96c525cdebd1a74d813a6",
72
72
  "dependencies": {
73
- "@middy/util": "4.4.3"
73
+ "@middy/util": "4.5.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@middy/core": "4.4.3"
76
+ "@middy/core": "4.5.0"
77
77
  }
78
78
  }