diff --git a/package-lock.json b/package-lock.json index 7dbf86c..ab758e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@titanium/tiapp-xml": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/@titanium/tiapp-xml/-/tiapp-xml-0.9.4.tgz", - "integrity": "sha512-FkIp7Q8MiqC+EJt8X9WhlhtVTZ6s55hBa6MYmN6UnZQ4VjPG2eRuLd0K/IckHIMzukUVbWdh6Tmv9TH/69pSqQ==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/@titanium/tiapp-xml/-/tiapp-xml-0.9.5.tgz", + "integrity": "sha512-bN85cyg6yB99d6ntOVskXYjOFGutOB2b2XTSEBNRnbLZ8OSoqDljtqfWIQ9nyQdCJFQaoVDaT6OveA/ZNC3ZHw==", "requires": { "find-up": "^4.1.0", "lodash.get": "^4.4.2", diff --git a/package.json b/package.json index 5a3a6a1..0bd6dfd 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ } }, "dependencies": { - "@titanium/tiapp-xml": ">=0.9.4" + "@titanium/tiapp-xml": ">=0.9.5" } }