Skip to content

Commit 25077a9

Browse files
authored
fix: upgrade uuid from 8.0.0 to 8.1.0 (#220)
Snyk has created this PR to upgrade uuid from 8.0.0 to 8.1.0. See this package in NPM: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/lance/project/37afc620-45ad-41a3-9acc-1ac155caebc7?utm_source=github&utm_medium=upgrade-pr Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 276b810 commit 25077a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"ajv": "~6.12.0",
9898
"axios": "~0.19.2",
9999
"typedoc-clarity-theme": "^1.1.0",
100-
"uuid": "~8.0.0"
100+
"uuid": "~8.1.0"
101101
},
102102
"devDependencies": {
103103
"@types/ajv": "^1.0.0",

0 commit comments

Comments
 (0)