diff --git a/packages/office-addin-project/package-lock.json b/packages/office-addin-project/package-lock.json index 2d537ec0c..57a733c62 100644 --- a/packages/office-addin-project/package-lock.json +++ b/packages/office-addin-project/package-lock.json @@ -14,7 +14,7 @@ "fs-extra": "^7.0.1", "inquirer": "^7.3.3", "office-addin-manifest": "^1.12.4", - "office-addin-manifest-converter": "^0.2.2", + "office-addin-manifest-converter": "^0.2.3", "office-addin-usage-data": "^1.6.5", "path": "^0.12.7" }, @@ -3361,9 +3361,9 @@ } }, "node_modules/office-addin-manifest-converter": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/office-addin-manifest-converter/-/office-addin-manifest-converter-0.2.2.tgz", - "integrity": "sha512-NLL7r9pj4O3db/tid65iX7Ee+C7ajnh4pDsUgiWXzf2HnR+Zjl0ZY0YBmTvckwQT6Qs2HRkJ+o4aetCHZn+FOQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/office-addin-manifest-converter/-/office-addin-manifest-converter-0.2.3.tgz", + "integrity": "sha512-X7w+iRtiO1HbS2/NJNH/8ZP8YYrbt9x7IgqCppLKCU+zJqZoRGbcVjb2RxOtVUGzVWV2aPlxBnqEsQ1eftQHcg==", "dependencies": { "@xmldom/xmldom": "^0.8.5", "commander": "^9.0.0", @@ -7210,9 +7210,9 @@ } }, "office-addin-manifest-converter": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/office-addin-manifest-converter/-/office-addin-manifest-converter-0.2.2.tgz", - "integrity": "sha512-NLL7r9pj4O3db/tid65iX7Ee+C7ajnh4pDsUgiWXzf2HnR+Zjl0ZY0YBmTvckwQT6Qs2HRkJ+o4aetCHZn+FOQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/office-addin-manifest-converter/-/office-addin-manifest-converter-0.2.3.tgz", + "integrity": "sha512-X7w+iRtiO1HbS2/NJNH/8ZP8YYrbt9x7IgqCppLKCU+zJqZoRGbcVjb2RxOtVUGzVWV2aPlxBnqEsQ1eftQHcg==", "requires": { "@xmldom/xmldom": "^0.8.5", "commander": "^9.0.0", diff --git a/packages/office-addin-project/package.json b/packages/office-addin-project/package.json index 29dc26bfd..0b10027b4 100644 --- a/packages/office-addin-project/package.json +++ b/packages/office-addin-project/package.json @@ -23,7 +23,7 @@ "fs-extra": "^7.0.1", "inquirer": "^7.3.3", "office-addin-manifest": "^1.12.4", - "office-addin-manifest-converter": "^0.2.2", + "office-addin-manifest-converter": "^0.2.3", "office-addin-usage-data": "^1.6.5", "path": "^0.12.7" },