Skip to content

Commit 13edd2c

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-TMP-11501554
1 parent 48930cb commit 13edd2c

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

package-lock.json

Lines changed: 22 additions & 23 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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "^1.5.0",
99
"@contentstack/cli-utilities": "^1.11.0",
10-
"@contentstack/types-generator": "^3.7.1",
10+
"@contentstack/types-generator": "^3.8.0",
1111
"dotenv": "^16.6.1"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)