Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Feb 7, 2025
2 parents 886928f + c2d65cb commit 267c272
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwazi",
"version": "1.199.0-rc2",
"version": "1.199.0-rc3",
"description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.",
"keywords": [
"react"
Expand Down Expand Up @@ -81,7 +81,6 @@
"trim": "1.0.1",
"node-fetch": "2.6.7",
"ws": "8.18.0",
"path-to-regexp": "0.1.11",
"body-parser": "^1.20.3",
"cross-spawn": "^7.0.5"
},
Expand Down Expand Up @@ -140,7 +139,7 @@
"date-fns": "^4.1.0",
"diacritics": "^1.3.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express": "4.21.2",
"express-http-proxy": "^2.1.1",
"express-prom-bundle": "^7.0.0",
"express-session": "^1.18.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8920,7 +8920,7 @@ express-session@^1.18.1:
safe-buffer "5.2.1"
uid-safe "~2.1.5"

express@^4.18.2, express@^4.19.2, express@^4.21.2:
express@4.21.2, express@^4.18.2, express@^4.19.2:
version "4.21.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
Expand Down Expand Up @@ -13361,10 +13361,15 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

[email protected], [email protected], path-to-regexp@^2.2.1:
version "0.1.11"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.11.tgz#a527e662c89efc4646dbfa8100bf3e847e495761"
integrity sha512-c0t+KCuUkO/YDLPG4WWzEwx3J5F/GHXsD1h/SNZfySqAIKe/BaP95x8fWtOfRJokpS5yYHRJjMtYlXD8jxnpbw==
[email protected]:
version "0.1.12"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==

path-to-regexp@^2.2.1:
version "2.4.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==

path-type@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 267c272

Please sign in to comment.