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-6032459
snyk-bot committed Oct 28, 2023
1 parent 4c6627c commit d4aa271
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
@@ -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": {

0 comments on commit d4aa271

Please sign in to comment.