diff --git a/schemas/package-lock.json b/schemas/package-lock.json index d232c034..b77d46c4 100644 --- a/schemas/package-lock.json +++ b/schemas/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", "ajv": "^8.18.0", - "js-yaml": "^4.3.0" + "js-yaml": "^4.3.1" } }, "node_modules/@apidevtools/json-schema-ref-parser": { @@ -88,9 +88,9 @@ "license": "BSD-3-Clause" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "funding": [ { "type": "github", diff --git a/schemas/package.json b/schemas/package.json index 28ef08ef..32d57f46 100644 --- a/schemas/package.json +++ b/schemas/package.json @@ -11,6 +11,6 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", "ajv": "^8.18.0", - "js-yaml": "^4.3.0" + "js-yaml": "^4.3.1" } }