diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bb65d..7e8697b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.23] - 2021-11-09 + +- Manually addressed failing tests following a dependabot PR + ## [0.3.22] - 2021-10-28 - Added and linked to Telstra Code of Conduct diff --git a/package-lock.json b/package-lock.json index 9cba4de..6917fb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@telstra/messaging", - "version": "0.3.22", + "version": "0.3.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@telstra/messaging", - "version": "0.3.22", + "version": "0.3.23", "license": "Apache-2.0", "dependencies": { "ajv": "^6.12.6", - "axios": "^0.21.2" + "axios": "^0.21.4" }, "devDependencies": { "@size-limit/preset-small-lib": "^4.9.1", @@ -3322,9 +3322,9 @@ } }, "node_modules/axios": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", - "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dependencies": { "follow-redirects": "^1.14.0" } @@ -19288,9 +19288,9 @@ "dev": true }, "axios": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", - "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "requires": { "follow-redirects": "^1.14.0" } diff --git a/package.json b/package.json index aed6dac..128baba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.22", + "version": "0.3.23", "license": "Apache-2.0", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -55,6 +55,6 @@ }, "dependencies": { "ajv": "^6.12.6", - "axios": "^0.21.2" + "axios": "^0.21.4" } } \ No newline at end of file