Skip to content

Commit 46b059e

Browse files
authored
Merge pull request #14 from telstra/task/fix-failing-tests
fixed failing tests following a dependabot PR
2 parents 0c9f07b + b49b2f3 commit 46b059e

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.23] - 2021-11-09
9+
10+
- Manually addressed failing tests following a dependabot PR
11+
812
## [0.3.22] - 2021-10-28
913

1014
- Added and linked to Telstra Code of Conduct

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.22",
2+
"version": "0.3.23",
33
"license": "Apache-2.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -55,6 +55,6 @@
5555
},
5656
"dependencies": {
5757
"ajv": "^6.12.6",
58-
"axios": "^0.21.2"
58+
"axios": "^0.21.4"
5959
}
6060
}

0 commit comments

Comments
 (0)