Skip to content

Commit 13bcdb4

Browse files
authored
fix: upgrade uuid from 8.1.0 to 8.2.0 (#250)
Snyk has created this PR to upgrade uuid from 8.1.0 to 8.2.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 8e79fdc commit 13bcdb4

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
@@ -98,7 +98,7 @@
9898
"ajv": "~6.12.0",
9999
"axios": "~0.19.2",
100100
"typedoc-clarity-theme": "^1.1.0",
101-
"uuid": "~8.1.0"
101+
"uuid": "~8.2.0"
102102
},
103103
"devDependencies": {
104104
"@types/ajv": "^1.0.0",

0 commit comments

Comments
 (0)