diff --git a/package-lock.json b/package-lock.json index d03e8a74e..a47a94689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.27.1", "license": "Apache-2.0", "dependencies": { - "@device-management-toolkit/wsman-messages": "^5.10.0", + "@device-management-toolkit/wsman-messages": "^5.12.0", "body-parser": "^2.2.0", "consul": "^2.0.1", "cors": "^2.8.5", @@ -776,9 +776,9 @@ } }, "node_modules/@device-management-toolkit/wsman-messages": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/@device-management-toolkit/wsman-messages/-/wsman-messages-5.10.0.tgz", - "integrity": "sha512-o2PRPCGYRRO/ZtvmEb3YQctRgFjSbUgUyfQJbc3nDEu90Ins31oi+GV/G/sKxEnjht0HDKhCKeQFvN4euiunPw==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/@device-management-toolkit/wsman-messages/-/wsman-messages-5.12.0.tgz", + "integrity": "sha512-agMI7Ed9MxyM8xU7Kp/hpgj/D4l09iNzd52ai4XxvQ9PIij7FDQ/7q2nwiD88yzRHmyMJYydfUf1CRArKA8aNw==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 1b657b1e3..154f6e9e1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "ci-prettify": "npx prettier --check '**/*.{ts,js,yaml,css,scss,json}'" }, "dependencies": { - "@device-management-toolkit/wsman-messages": "^5.10.0", + "@device-management-toolkit/wsman-messages": "^5.12.0", "body-parser": "^2.2.0", "consul": "^2.0.1", "cors": "^2.8.5",