diff --git a/package-lock.json b/package-lock.json index 7816a6b..3aacd6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@redocly/openapi-core": "^1.34.15", "@usebruno/converters": "^0.21.0", "chalk": "^4.1.2", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.2", "json-schema-for-openapi": "^0.5.0", "openapi-to-postmanv2": "^6.1.0", "uuid": "^11.1.1" @@ -82,7 +82,6 @@ "node_modules/@babel/core": { "version": "7.28.5", "license": "MIT", - "peer": true, "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -840,7 +839,6 @@ "node_modules/ajv": { "version": "8.11.0", "license": "MIT", - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -971,7 +969,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -1576,9 +1573,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", @@ -3175,7 +3172,6 @@ }, "@babel/core": { "version": "7.28.5", - "peer": true, "requires": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.5", @@ -3667,7 +3663,6 @@ }, "ajv": { "version": "8.11.0", - "peer": true, "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -3731,7 +3726,6 @@ }, "browserslist": { "version": "4.28.1", - "peer": true, "requires": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -4077,9 +4071,9 @@ "version": "4.0.0" }, "js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "requires": { "argparse": "^2.0.1" } diff --git a/package.json b/package.json index 18fa070..713e108 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@redocly/openapi-core": "^1.34.15", "@usebruno/converters": "^0.21.0", "chalk": "^4.1.2", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.2", "json-schema-for-openapi": "^0.5.0", "openapi-to-postmanv2": "^6.1.0", "uuid": "^11.1.1"