@redocly/openapi-core 1.34.17 → 1.34.18

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @redocly/openapi-core
2
2
 
3
+ ## 1.34.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated `js-yaml` to the `4.3.0` version to resolve a denial-of-service vulnerability in YAML parsing.
8
+ Applied NPM audit fix to prevent potential security vulnerabilities.
9
+
3
10
  ## 1.34.17
4
11
 
5
12
  ## 1.34.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-core",
3
- "version": "1.34.17",
3
+ "version": "1.34.18",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "engines": {
@@ -40,7 +40,7 @@
40
40
  "colorette": "1.4.0",
41
41
  "https-proxy-agent": "7.0.6",
42
42
  "js-levenshtein": "1.1.6",
43
- "js-yaml": "4.2.0",
43
+ "js-yaml": "4.3.0",
44
44
  "minimatch": "5.1.9",
45
45
  "pluralize": "8.0.0",
46
46
  "yaml-ast-parser": "0.0.43"