1
0
This commit is contained in:
Zef Hemel 2022-06-14 15:03:28 +00:00
parent 17d4553fa9
commit 72c6c05296
2 changed files with 16 additions and 0 deletions

15
package-lock.json generated
View File

@ -10033,6 +10033,14 @@
"node": ">= 0.4.0"
}
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8-compile-cache": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
@ -10537,6 +10545,7 @@
"node-fetch": "2",
"node-watch": "^0.7.3",
"nodemon": "^2.0.15",
"uuid": "^8.3.2",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",
@ -12693,6 +12702,7 @@
"nodemon": "^2.0.15",
"parcel": "2.6.0",
"typescript": "^4.6.2",
"uuid": "*",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",
@ -17992,6 +18002,11 @@
"resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
"integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA=="
},
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
},
"v8-compile-cache": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",

View File

@ -58,6 +58,7 @@
"node-fetch": "2",
"node-watch": "^0.7.3",
"nodemon": "^2.0.15",
"uuid": "^8.3.2",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",