serverless-openapi-documenter 0.0.116 → 0.0.118

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -930,7 +930,7 @@ The generator will interpret your settings for CORS and automatically add the re
930
930
 
931
931
  You can make use of the [OWASP Secure Headers](https://owasp.org/www-project-secure-headers/#x-permitted-cross-domain-policies) to generate response headers. These are a selection of response headers with default values that OWASP recommends returning with your response to help secure your application.
932
932
 
933
- The OWASP Secure Headers Project contains a set of recommended headers to return with recommended values, when generating the documentation, the generator will attempt to get the latest version of this document and apply the latest recommendations. If you do not allow outside connections, it will default to a version of recommendations from **2024-09-19 21:29:28 UTC**.
933
+ The OWASP Secure Headers Project contains a set of recommended headers to return with recommended values, when generating the documentation, the generator will attempt to get the latest version of this document and apply the latest recommendations. If you do not allow outside connections, it will default to a version of recommendations from **2025-08-17 15:23:47 UTC**.
934
934
 
935
935
  Like CORS, if you have already set any of the OWASP Secure headers via `responseHeaders`, it will not overwrite them.
936
936
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-openapi-documenter",
3
- "version": "0.0.116",
3
+ "version": "0.0.118",
4
4
  "description": "Generate OpenAPI v3 documentation and Postman Collections from your Serverless Config",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -48,9 +48,9 @@
48
48
  "@apidevtools/json-schema-ref-parser": "^9.1.0",
49
49
  "@redocly/openapi-core": "^1.2.0",
50
50
  "chalk": "^4.1.2",
51
- "js-yaml": "^4.1.0",
51
+ "js-yaml": "^4.1.1",
52
52
  "json-schema-for-openapi": "^0.5.0",
53
- "openapi-to-postmanv2": "^5.3.0",
53
+ "openapi-to-postmanv2": "^5.4.1",
54
54
  "uuid": "^11.1.0"
55
55
  },
56
56
  "engines": {