Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion brightchain-api-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sharp": "^0.33.0",
"ts-brand": "^0.2.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"uuid": "^14.0.0",
"validator": "^13.15.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion brightchain-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"secp256k1": "^5.0.1",
"ts-brand": "^0.2.0",
"tslib": "^2.3.0",
"uuid": "11.0.5",
"uuid": "14.0.0",
"validator": "^13.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion brighthub-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postcss": "^8.5.8",
"sanitize-html": "^2.17.1",
"tslib": "^2.3.0",
"uuid": "^11.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
Expand Down
2 changes: 1 addition & 1 deletion digitalburnbag-api-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^5.1.0",
"express-validator": "^7.2.1",
"tslib": "^2.8.1",
"uuid": "^11.1.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"@types/express": "^5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion digitalburnbag-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@types/ws": "^8.5.0",
"electron": "^33.0.0"
"electron": "^39.8.5"
},
"scripts": {
"build": "npx nx build digitalburnbag-desktop",
Expand Down
2 changes: 1 addition & 1 deletion digitalburnbag-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@noble/curves": "^1.9.0",
"@noble/hashes": "^1.8.0",
"tslib": "^2.3.0",
"uuid": "^11.0.0"
"uuid": "^14.0.0"
},
"scripts": {
"build": "npx nx build digitalburnbag-lib",
Expand Down
2 changes: 1 addition & 1 deletion digitalburnbag-sync-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"better-sqlite3": "^11.0.0",
"chokidar": "^4.0.0",
"tslib": "^2.8.1",
"uuid": "^11.1.0",
"uuid": "^14.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"email-addresses": "^5.0.0",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"file-type": "^20.1.0",
"file-type": "^21.3.2",
"helmet": "^8.0.0",
"helmet-csp": "^4.0.0",
"i18next": "^24.2.1",
Expand Down Expand Up @@ -279,9 +279,9 @@
"tmp": "^0.2.1",
"ts-brand": "^0.0.2",
"tslib": "^2.3.0",
"uuid": "11.0.5",
"uuid": "14.0.0",
"validator": "^13.11.0",
"webpack": "5.101.3",
"webpack": "5.104.1",
"ws": "^8.19.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"remark-gfm": "^4.0.1",
"ts-brand": "^0.2.0",
"tslib": "^2.6.0",
"uuid": "^11.0.0",
"uuid": "^14.0.0",
"validator": "^13.12.0"
},
"devDependencies": {
Expand Down
Loading
Loading