Skip to content

Commit

Permalink
Merge pull request #35 from AnnaKudriasheva/fix-vulnerabilities
Browse files Browse the repository at this point in the history
Upgrade axios version
  • Loading branch information
AnnaKudriasheva committed Dec 28, 2021
2 parents 852ecba + 4e58118 commit 6a59260
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
50 changes: 26 additions & 24 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": "@vgs/collect-js",
"version": "0.6.0",
"version": "0.6.1",
"description": "VGS Collect.js script loading module",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@types/uuid": "^8.3.0",
"axios": "^0.21.1",
"axios": "^0.21.4",
"core-js": "^3.17.3",
"setasap": "^2.0.1",
"uuid": "^8.3.2"
Expand Down

0 comments on commit 6a59260

Please sign in to comment.