Skip to content

Commit ba3ec1b

Browse files
authored
Update js-yaml dependency to version 4.1.1
This should resolved CVE-2025-64718 (medium finding) Would be great to update/release all the way through OpenAPI Explorer so we can get a clean scan on our docs site. :)
1 parent c75e35d commit ba3ec1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"dependencies": {
9797
"@apidevtools/json-schema-ref-parser": "^9.0.9",
9898
"@babel/runtime-corejs3": "^7.18.9",
99-
"js-yaml": "^4.1.0",
99+
"js-yaml": "^4.1.1",
100100
"lodash.clonedeepwith": "^4.5.0"
101101
}
102102
}

0 commit comments

Comments
 (0)