diff --git a/package-lock.json b/package-lock.json index e7f1616a3..3f2810cad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.18", "@asyncapi/parser": "^3.0.14", - "@npmcli/arborist": "^7.5.2", + "@npmcli/arborist": "7.5.2", "@npmcli/config": "^8.0.2", "@smoya/multi-parser": "^5.0.7", "ajv": "^8.12.0", @@ -20,7 +20,7 @@ "filenamify": "^6.0.0", "fs.extra": "^1.3.2", "global-dirs": "^3.0.0", - "jmespath": "^0.15.0", + "jmespath": "^0.16.0", "js-yaml": "^4.1.0", "levenshtein-edit-distance": "^2.0.5", "loglevel": "^1.6.8", @@ -10913,9 +10913,10 @@ } }, "node_modules/jmespath": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz", - "integrity": "sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz", + "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==", + "license": "Apache-2.0", "engines": { "node": ">= 0.6.0" } diff --git a/package.json b/package.json index 630ba83c1..d86ae6ac1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "filenamify": "^6.0.0", "fs.extra": "^1.3.2", "global-dirs": "^3.0.0", - "jmespath": "^0.15.0", + "jmespath": "^0.16.0", "js-yaml": "^4.1.0", "levenshtein-edit-distance": "^2.0.5", "loglevel": "^1.6.8",