Skip to content

Commit 545858d

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724
1 parent 9dc0d71 commit 545858d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@oclif/plugin-help": "^2",
2323
"@twilio-labs/serverless-api": "^4.0.3",
2424
"@twilio/cli-core": "^5.15.1",
25-
"lodash": "^4.17.20",
25+
"lodash": "^4.17.21",
2626
"moment": "^2.29.0",
2727
"nanoid": "^3.1.16"
2828
},

0 commit comments

Comments
 (0)