Skip to content

Commit

Permalink
fix: google-analytics/lambda/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 26, 2024
1 parent 3bb97cb commit dd83414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-analytics/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Contentstack Google Analytics Widget Lambda Function",
"main": "index.js",
"dependencies": {
"googleapis": "34.0.0"
"googleapis": "37.0.0"
},
"devDependencies": {},
"scripts": {
Expand Down

0 comments on commit dd83414

Please sign in to comment.