Skip to content

Commit 0e2eef0

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 159db3b commit 0e2eef0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -19,7 +19,7 @@
1919
"moment": "^2.30.1",
2020
"node-graphviz": "^0.1.1",
2121
"table": "^6.9.0",
22-
"tmp": "^0.2.3",
22+
"tmp": "^0.2.4",
2323
"tslib": "^2.8.1",
2424
"url-join": "^4.0.1"
2525
},

0 commit comments

Comments
 (0)