Skip to content

Commit

Permalink
Merge pull request #24 from cabinetoffice/NTRNL-549-update-axios-depe…
Browse files Browse the repository at this point in the history
…ndency-and-bump-version

Update axios dependency to the lates version and bump module version
  • Loading branch information
harley-harris authored Aug 15, 2024
2 parents ee149da + 84d6040 commit 53b6c15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@co-digital/api-sdk",
"version": "1.0.6",
"version": "1.0.7",
"description": "An API SDK for Node.JS applications in CO Digital.",
"homepage": "https://github.com/cabinetoffice/node-api-sdk#README.md",
"main": "./lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.6.0"
"axios": "^1.7.4"
},
"files": [
"./lib/**/*"
Expand Down

0 comments on commit 53b6c15

Please sign in to comment.