Skip to content

Commit bb50a9f

Browse files
committed
fix: tools/dev/sanity/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477
1 parent 557b80c commit bb50a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dev/sanity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/node": "^15.12.4",
99
"node-fetch": "^2.6.1",
1010
"prettier": "^2.3.1",
11-
"ts-node": "^8.10.2",
11+
"ts-node": "^10.2.0",
1212
"typescript": "^3.9.3",
1313
"sdk-sanity-generator": "git+ssh://[email protected]/CloudinaryLtd/sdk-sanity-generator.git"
1414
}

0 commit comments

Comments
 (0)