Skip to content

Commit

Permalink
Merge pull request #175 from contentstack/fix/dx-1185
Browse files Browse the repository at this point in the history
Upgraded axios page version
  • Loading branch information
netrajpatel authored Aug 16, 2024
2 parents 207c78e + ef7e8aa commit a5c8926
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [v1.17.1](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.1) (2024-08-14)
- Fix
- Fix file upload function in sanity report file
- Vulnerability fix - Axios

## [v1.17.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.17.0) (2024-07-02)
- Enhancement
Expand Down
20 changes: 9 additions & 11 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
Expand Up @@ -52,7 +52,7 @@
"author": "Contentstack",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"form-data": "^3.0.1",
"lodash": "^4.17.21",
"qs": "^6.12.1"
Expand All @@ -69,7 +69,7 @@
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.18.3",
"@slack/bolt": "^3.19.0",
"@slack/bolt": "^3.20.0",
"@types/chai": "^4.3.11",
"@types/jest": "^28.1.0",
"@types/lodash": "^4.14.202",
Expand Down

0 comments on commit a5c8926

Please sign in to comment.