Skip to content

Commit c023dc1

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864
1 parent 2c0260d commit c023dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"typia@~5.3.3": "patch:typia@npm%3A5.3.3#./.yarn/patches/typia-npm-5.3.3-21d3e18463.patch"
6767
},
6868
"dependencies": {
69-
"node-gyp": "^9.4.1"
69+
"node-gyp": "^10.0.0"
7070
}
7171
}

0 commit comments

Comments
 (0)