Merge remote-tracking branch 'origin/develop' into feat/bundle-js

* origin/develop:
  Bump semver from 7.6.2 to 7.6.3 (#6517)
  Bump the dev-dependencies group across 1 directory with 7 updates (#6518)
  Bump the dev-dependencies group with 3 updates (#6513)
  Bump ueberdb2 from 4.2.82 to 4.2.84 (#6514)

# Conflicts:
#	pnpm-lock.yaml
#	src/package.json
#	ui/package.json
This commit is contained in:
SamTv12345 2024-07-18 08:48:49 +02:00
commit 03c2651c2f
6 changed files with 271 additions and 939 deletions

View file

@ -10,12 +10,12 @@
"axios": "^1.7.2",
"ep_etherpad-lite": "workspace:../src",
"log4js": "^6.9.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"tsx": "^4.16.2",
"ueberdb2": "^4.2.82"
"ueberdb2": "^4.2.84"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/semver": "^7.5.8",
"typescript": "^5.5.3"
},