diff --git a/package.json b/package.json index ff53f34a2a9..e4bb0b345fc 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "globals": "^15.14.0", "husky": "9.0.11", "identity-obj-proxy": "^3.0.0", - "js-yaml": "3.14.1", + "js-yaml": "3.14.2", "lint-staged": "^16.2.7", "lodash": "4.17.21", "npm-run-all2": "5.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1e7dc3079b..a58ac79b075 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 js-yaml: - specifier: 3.14.1 - version: 3.14.1 + specifier: 3.14.2 + version: 3.14.2 lint-staged: specifier: ^16.2.7 version: 16.2.7 @@ -1000,8 +1000,8 @@ importers: specifier: 7.1.3 version: 7.1.3 js-yaml: - specifier: 3.14.1 - version: 3.14.1 + specifier: 3.14.2 + version: 3.14.2 lodash: specifier: 4.17.21 version: 4.17.21 @@ -8885,8 +8885,8 @@ packages: js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} - js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + js-yaml@3.14.2: + resolution: {integrity: sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==} hasBin: true js-yaml@4.0.0: @@ -15852,7 +15852,7 @@ snapshots: globals: 13.24.0 ignore: 4.0.6 import-fresh: 3.3.1 - js-yaml: 3.14.1 + js-yaml: 3.14.2 minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -21666,7 +21666,7 @@ snapshots: import-fresh: 3.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 - js-yaml: 3.14.1 + js-yaml: 3.14.2 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 @@ -22910,7 +22910,7 @@ snapshots: gray-matter@4.0.3: dependencies: - js-yaml: 3.14.1 + js-yaml: 3.14.2 kind-of: 6.0.3 section-matter: 1.0.0 strip-bom-string: 1.0.0 @@ -23704,7 +23704,7 @@ snapshots: js-tokens@9.0.1: {} - js-yaml@3.14.1: + js-yaml@3.14.2: dependencies: argparse: 1.0.10 esprima: 4.0.1 diff --git a/tools/challenge-parser/package.json b/tools/challenge-parser/package.json index 1c740ab0489..d73a7d6c2ed 100644 --- a/tools/challenge-parser/package.json +++ b/tools/challenge-parser/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "hast-util-to-html": "7.1.3", - "js-yaml": "3.14.1", + "js-yaml": "3.14.2", "lodash": "4.17.21", "mdast-builder": "1.1.1", "mdast-util-directive": "1.0.1",