Skip to content

Commit

Permalink
fix: Fixed vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
penwoodjon committed Oct 9, 2023
1 parent 0578c2d commit d6589d2
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 55 deletions.
128 changes: 76 additions & 52 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Confluence",
"version": "3.3.0",
"version": "3.3.1",
"main": "./integration.js",
"private": true,
"dependencies": {
"async": "^3.2.4",
"lodash": "^4.17.21",
"postman-request": "^2.88.1-postman.31"
"postman-request": "^2.88.1-postman.33"
}
}
}

0 comments on commit d6589d2

Please sign in to comment.