Skip to content

Commit

Permalink
chore: Bump @wireapp/commons from 4.4.10 to 5.2.7 in /server (#4592)
Browse files Browse the repository at this point in the history
* chore: Bump @wireapp/commons from 4.4.10 to 5.2.7 in /server

Bumps [@wireapp/commons](https://github.com/wireapp/wire-web-packages) from 4.4.10 to 5.2.7.
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/[email protected]...@wireapp/[email protected])

---
updated-dependencies:
- dependency-name: "@wireapp/commons"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update imports for commons

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothy Le Bon <[email protected]>
  • Loading branch information
dependabot[bot] and tlebon authored Mar 4, 2024
1 parent 1a66db3 commit ce53bde
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

const dotenv = require('dotenv-extended');
import {DEFAULT_PASSWORD_MIN_LENGTH} from '@wireapp/commons/src/main/util/ValidationUtil';
import {DEFAULT_PASSWORD_MIN_LENGTH} from '@wireapp/commons/lib/util/ValidationUtil';
import * as fs from 'fs-extra';
import * as logdown from 'logdown';
import * as path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@wireapp/commons": "4.4.10",
"@wireapp/commons": "5.2.7",
"dotenv": "16.4.5",
"dotenv-extended": "2.9.0",
"express": "4.18.3",
Expand Down
23 changes: 17 additions & 6 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2185,15 +2185,15 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/commons@npm:4.4.10":
version: 4.4.10
resolution: "@wireapp/commons@npm:4.4.10"
"@wireapp/commons@npm:5.2.7":
version: 5.2.7
resolution: "@wireapp/commons@npm:5.2.7"
dependencies:
ansi-regex: 5.0.1
fs-extra: 10.1.0
fs-extra: 11.1.0
logdown: 3.3.1
platform: 1.3.6
checksum: c026b91caffbf8c2abf929abb4e62c33684a1c3bbcde7d6f6164d60a80ce7507969921965fc477145c127eff1b1e3f4d7072f9821c08b8d6cecd9a474894f169
checksum: e875e242c706b6719aea8f6dea4b547e6ce189c853dcb78cdbe87d238d3c99e92a8acbf76a80f100ee9642b2638081bafa1b050d8c3fea407fe6f7ea517f6328
languageName: node
linkType: hard

Expand Down Expand Up @@ -3604,6 +3604,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.1.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 5ca476103fa1f5ff4a9b3c4f331548f8a3c1881edaae323a4415d3153b5dc11dc6a981c8d1dd93eec8367ceee27b53f8bd27eecbbf66ffcdd04927510c171e7f
languageName: node
linkType: hard

"fs-extra@npm:^8.1.0":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
Expand Down Expand Up @@ -6563,7 +6574,7 @@ __metadata:
"@types/moment": 2.13.0
"@types/request": 2.48.12
"@types/uuid": 9.0.8
"@wireapp/commons": 4.4.10
"@wireapp/commons": 5.2.7
"@wireapp/tslint-config": 1.4.1
cross-env: 7.0.3
dotenv: 16.4.5
Expand Down

0 comments on commit ce53bde

Please sign in to comment.