Skip to content

Commit

Permalink
fix/QPPSF-12734-axios-security-update-1.6.4 (#216)
Browse files Browse the repository at this point in the history
QPPSF-12734

Update axios to version 1.6.4
  • Loading branch information
petemckinneysb committed Jan 29, 2024
1 parent 6469445 commit 33982fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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
@@ -1,6 +1,6 @@
{
"name": "qpp-file-upload-api-client",
"version": "1.4.10",
"version": "1.4.12",
"description": "An npm package to send the necessary requests to the Submissions API to execute the functionality required by a file upload client",
"main": "./dist/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/CMSgov/qpp-file-upload-api-client#readme",
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.6.4",
"tar": "^6.1.13"
},
"devDependencies": {
Expand Down

0 comments on commit 33982fb

Please sign in to comment.