diff --git a/README.md b/README.md index c88e6f2..0519f2e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The ADAL for node.js library makes it easy for node.js applications to authenticate to AAD in order to access AAD protected web resources. It supports 3 authentication modes shown in the quickstart code below. ## Versions -Current version - 0.1.26 +Current version - 0.1.27 Minimum recommended version - 0.1.22 You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/blob/master/changelog.txt). diff --git a/changelog.md b/changelog.md index 0e0864a..b909221 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +Version 0.1.27 +-------------- +Release Date: 08 January 2018 +* Fix Issue #185 Dependency "xpath.js" version does not have an OSI-approved license + Version 0.1.26 -------------- Release Date: 05 December 2017 diff --git a/package-lock.json b/package-lock.json index a525c99..c98a2a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "adal-node", - "version": "0.1.26", + "version": "0.1.27", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1015,9 +1015,9 @@ "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=" }, "xpath.js": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.0.7.tgz", - "integrity": "sha1-fpRif1QSdsvGprArXTXpQYVls+Q=" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/xpath.js/-/xpath.js-1.1.0.tgz", + "integrity": "sha512-jg+qkfS4K8E7965sqaUl8mRngXiKb3WZGfONgE18pr03FUQiuSV6G+Ej4tS55B+rIQSFEIw3phdVAQ4pPqNWfQ==" } } } diff --git a/package.json b/package.json index c7d9e07..100032a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs.git" }, - "version": "0.1.26", + "version": "0.1.27", "description": "Windows Azure Active Directory Client Library for node", "keywords": [ "node", @@ -33,7 +33,7 @@ "request": ">= 2.52.0", "underscore": ">= 1.3.1", "xmldom": ">= 0.1.x", - "xpath.js": "~1.0.5", + "xpath.js": "~1.1.0", "async": ">=0.6.0" }, "devDependencies": {