diff --git a/package-lock.json b/package-lock.json index d987119f8..0f7647d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.22.15", "license": "Apache-2.0", "dependencies": { - "@open-amt-cloud-toolkit/wsman-messages": "^5.6.10", + "@open-amt-cloud-toolkit/wsman-messages": "^5.7.0", "body-parser": "^1.20.2", "consul": "^2.0.1", "cors": "^2.8.5", @@ -1592,9 +1592,9 @@ } }, "node_modules/@open-amt-cloud-toolkit/wsman-messages": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@open-amt-cloud-toolkit/wsman-messages/-/wsman-messages-5.6.10.tgz", - "integrity": "sha512-mlLIjew3SvsNAVL5CxyhPTRzK1n6wTC0OKFI2G050ZLnhqjGJYtZAdXUJUScBpuelxz2pXQaMtUuI4LYtTfpvw==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@open-amt-cloud-toolkit/wsman-messages/-/wsman-messages-5.7.0.tgz", + "integrity": "sha512-HB1SqWfRWv14V5Yssrs/WaKZ1bJsz+p5aaK1wTUIDaVAZwGx2XATssX/oLjOIkox/kfrg+2T7KoqBZYtnwgi6Q==", "license": "Apache-2.0" }, "node_modules/@sec-ant/readable-stream": { diff --git a/package.json b/package.json index 9a096b5d6..20066d792 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ci-prettify": "npx prettier --check '**/*.{ts,js,yaml,css,scss,json}'" }, "dependencies": { - "@open-amt-cloud-toolkit/wsman-messages": "^5.6.10", + "@open-amt-cloud-toolkit/wsman-messages": "^5.7.0", "body-parser": "^1.20.2", "consul": "^2.0.1", "cors": "^2.8.5",