1
0

Merge branch 'cm6' of github.com:zefhemel/silverbullet into cm6

This commit is contained in:
Zef Hemel 2022-06-15 17:54:16 +02:00
commit 763775cdd3
2 changed files with 16 additions and 0 deletions

15
package-lock.json generated
View File

@ -16128,6 +16128,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",
@ -17975,6 +17983,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",
@ -26503,6 +26512,7 @@
"nodemon": "^2.0.15",
"parcel": "2.5.0",
"typescript": "^4.6.2",
"uuid": "*",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",
@ -33636,6 +33646,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",