Skip to content

Commit b2444a2

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 5a225aa commit b2444a2

File tree

2 files changed

+109
-82
lines changed

2 files changed

+109
-82
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-tsgen/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.7.0",
9-
"@contentstack/cli-utilities": "^1.14.4",
8+
"@contentstack/cli-command": "^1.7.1",
9+
"@contentstack/cli-utilities": "^1.16.0",
1010
"@contentstack/types-generator": "^3.9.1",
1111
"dotenv": "^16.6.1"
1212
},

0 commit comments

Comments
 (0)