diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e308e..8bcfec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how --- +## [3.16.1] - (02-27-2024) + +### Fixed + +- [BUG] Tenants with . in name do not show #246 + +--- + ## [3.16.0] - (02-11-2024) ### Fixed diff --git a/package-lock.json b/package-lock.json index b087682..c5e24b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^8.12.0", "glob": "^7.1.6", "mocha": "^10.2.0", - "nock": "^13.2.9", + "nock": "^13.5.4", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, @@ -1590,9 +1590,9 @@ } }, "node_modules/f5-corkscrew": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.1.tgz", - "integrity": "sha512-+SytDfBxLSmqDTICqnkoMH/5YFiovnS1+OdWIaL5QSSaRrLcMCFLtSaNyanDwlyH7UjJrk2i5nZ97gD3njrRxQ==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/f5-corkscrew/-/f5-corkscrew-1.4.2.tgz", + "integrity": "sha512-7pPkSra/bpFxvxsmG3JuuFZMZrdHBP5CDidSCtbrFfbXMJbOD6P1zuAhImYva8aEGssd7o5sSMT89+27FQWYVw==", "dependencies": { "balanced-match": "^3.0.1", "decompress": "^4.2.1", @@ -2756,9 +2756,9 @@ "dev": true }, "node_modules/nock": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", - "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", + "version": "13.5.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", + "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 5f760bf..825dec5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint": "^8.12.0", "glob": "^7.1.6", "mocha": "^10.2.0", - "nock": "^13.2.9", + "nock": "^13.5.4", "ts-node": "^10.9.1", "typescript": "^5.2.2" },