Commit 0a721d36783476c756aabba66d8da3c2a3cbbb7c

Authored by Adhidarma Hadiwinoto
1 parent 339e6b4bba
Exists in master and in 1 other branch dev

Dep: uuid

Showing 2 changed files with 5 additions and 4 deletions Side-by-side Diff

... ... @@ -4367,9 +4367,9 @@
4367 4367 "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
4368 4368 },
4369 4369 "uuid": {
4370   - "version": "3.3.2",
4371   - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
4372   - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
  4370 + "version": "3.3.3",
  4371 + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
  4372 + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
4373 4373 },
4374 4374 "v8-compile-cache": {
4375 4375 "version": "2.1.0",
... ... @@ -31,6 +31,7 @@
31 31 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
32 32 "moment": "^2.24.0",
33 33 "request": "^2.88.0",
34   - "uniqid": "^5.0.3"
  34 + "uniqid": "^5.0.3",
  35 + "uuid": "^3.3.3"
35 36 }
36 37 }