diff --git a/.github/actions/build-rust/action.yml b/.github/actions/build-rust/action.yml index e8a24034ae..6e7ffe06d2 100644 --- a/.github/actions/build-rust/action.yml +++ b/.github/actions/build-rust/action.yml @@ -49,7 +49,7 @@ runs: - name: Build shell: bash run: | - yarn workspace ${{ inputs.package }} nx build ${{ inputs.package }} --target ${{ inputs.target }} --use-napi-cross + yarn workspace ${{ inputs.package }} nx build ${{ inputs.package }} -- --target ${{ inputs.target }} --use-napi-cross env: NX_CLOUD_ACCESS_TOKEN: ${{ inputs.nx_token }} DEBUG: 'napi:*' diff --git a/package.json b/package.json index 42da9ce35f..1be6cfb63d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@faker-js/faker": "^8.3.1", "@istanbuljs/schema": "^0.1.3", "@magic-works/i18n-codegen": "^0.5.0", - "@nx/vite": "17.3.1", + "@nx/vite": "18.0.4", "@playwright/test": "^1.41.0", "@taplo/cli": "^0.7.0", "@testing-library/react": "^14.1.2", @@ -93,7 +93,7 @@ "lint-staged": "^15.1.0", "msw": "^2.0.8", "nanoid": "^5.0.3", - "nx": "^17.2.8", + "nx": "^18.0.0", "nyc": "^15.1.0", "oxlint": "0.0.22", "prettier": "^3.1.0", diff --git a/packages/backend/storage/package.json b/packages/backend/storage/package.json index da3bd273a0..309b6826e8 100644 --- a/packages/backend/storage/package.json +++ b/packages/backend/storage/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@napi-rs/cli": "3.0.0-alpha.36", "lib0": "^0.2.87", - "nx": "^17.1.3", + "nx": "^18.0.0", "nx-cloud": "^16.5.2", "yjs": "^13.6.10" } diff --git a/packages/frontend/native/package.json b/packages/frontend/native/package.json index 9621f85cdb..51a90de45b 100644 --- a/packages/frontend/native/package.json +++ b/packages/frontend/native/package.json @@ -40,7 +40,7 @@ "@types/uuid": "^9.0.7", "ava": "^6.0.0", "cross-env": "^7.0.3", - "nx": "^17.1.3", + "nx": "^18.0.0", "nx-cloud": "^16.5.2", "rxjs": "^7.8.1", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index cce106987d..40433a4f69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -546,7 +546,7 @@ __metadata: "@faker-js/faker": "npm:^8.3.1" "@istanbuljs/schema": "npm:^0.1.3" "@magic-works/i18n-codegen": "npm:^0.5.0" - "@nx/vite": "npm:17.3.1" + "@nx/vite": "npm:18.0.4" "@playwright/test": "npm:^1.41.0" "@taplo/cli": "npm:^0.7.0" "@testing-library/react": "npm:^14.1.2" @@ -578,7 +578,7 @@ __metadata: lint-staged: "npm:^15.1.0" msw: "npm:^2.0.8" nanoid: "npm:^5.0.3" - nx: "npm:^17.2.8" + nx: "npm:^18.0.0" nyc: "npm:^15.1.0" oxlint: "npm:0.0.22" prettier: "npm:^3.1.0" @@ -606,7 +606,7 @@ __metadata: "@types/uuid": "npm:^9.0.7" ava: "npm:^6.0.0" cross-env: "npm:^7.0.3" - nx: "npm:^17.1.3" + nx: "npm:^18.0.0" nx-cloud: "npm:^16.5.2" rxjs: "npm:^7.8.1" ts-node: "npm:^10.9.1" @@ -725,7 +725,7 @@ __metadata: dependencies: "@napi-rs/cli": "npm:3.0.0-alpha.36" lib0: "npm:^0.2.87" - nx: "npm:^17.1.3" + nx: "npm:^18.0.0" nx-cloud: "npm:^16.5.2" yjs: "npm:^13.6.10" languageName: unknown @@ -8313,21 +8313,21 @@ __metadata: languageName: node linkType: hard -"@nrwl/devkit@npm:17.3.1": - version: 17.3.1 - resolution: "@nrwl/devkit@npm:17.3.1" +"@nrwl/devkit@npm:18.0.4": + version: 18.0.4 + resolution: "@nrwl/devkit@npm:18.0.4" dependencies: - "@nx/devkit": "npm:17.3.1" - checksum: 10/cbd1d2e0da44a88a822db366f0ef125aa5b4abdf31db1765ffda7faecb71c2e05c65193d3204625bad775659625968d77e4d6c859133319c20776573d0707993 + "@nx/devkit": "npm:18.0.4" + checksum: 10/0ae56acdae6be74de5609fbb873b00e65605bca772ab22d13721b8465dff1926b3473522c836b904552214f79672bdfa19a5e9ce5e8ca30a1f6cf3ee8b15b29d languageName: node linkType: hard -"@nrwl/js@npm:17.3.1": - version: 17.3.1 - resolution: "@nrwl/js@npm:17.3.1" +"@nrwl/js@npm:18.0.4": + version: 18.0.4 + resolution: "@nrwl/js@npm:18.0.4" dependencies: - "@nx/js": "npm:17.3.1" - checksum: 10/aca8919e13ed18d619bfe75959c39729dac8d2febdcf4e44fd953cab1115d89cc4f68f1788f77daf4c3d3fb8788345b6d3a6f5b94c923bcb6104cda6d2985be4 + "@nx/js": "npm:18.0.4" + checksum: 10/4d4d78421e1f55c022b3c484c49fbfd660be48c67a3fb23006e71ca7376a642229a7832ad054da373afa1acb49077ab815f731fea0c2627eca167fa41cff51e4 languageName: node linkType: hard @@ -8340,33 +8340,33 @@ __metadata: languageName: node linkType: hard -"@nrwl/tao@npm:17.3.1": - version: 17.3.1 - resolution: "@nrwl/tao@npm:17.3.1" +"@nrwl/tao@npm:18.0.4": + version: 18.0.4 + resolution: "@nrwl/tao@npm:18.0.4" dependencies: - nx: "npm:17.3.1" + nx: "npm:18.0.4" tslib: "npm:^2.3.0" bin: tao: index.js - checksum: 10/c0a28b82031c832cf4b127cf2a9a1215622c86b8b4daf116b30d7a82932fcfa9a14407b5b6e87fc310870dd7986cd3ba04b8f60d29a7d872ba54c15017cbb52b + checksum: 10/e4ae950c12388bf3c209486ca724f76c466c39653481ddf5335ef7c38db087c48ec25457ea3b08fefbb66b67c436097cb6fd92d4bd55ef5672b388de692d40e3 languageName: node linkType: hard -"@nrwl/vite@npm:17.3.1": - version: 17.3.1 - resolution: "@nrwl/vite@npm:17.3.1" +"@nrwl/vite@npm:18.0.4": + version: 18.0.4 + resolution: "@nrwl/vite@npm:18.0.4" dependencies: - "@nx/vite": "npm:17.3.1" - checksum: 10/7dcac3e946b948b447cb96adec697448ea9979bc549cbc342b253b9e6fa3e3626590cd9068898669159923d02fde4f9bfa867f09d760a90a0b7c5eb2eed974e9 + "@nx/vite": "npm:18.0.4" + checksum: 10/2e4afc451d13525612b1961c2715d2e44c4270a6de5ff75ce75de530fb04e4db6989df6fd9feb4220a28420bc0a4200b209a568fe30a3ba0482925004dfff47e languageName: node linkType: hard -"@nrwl/workspace@npm:17.3.1": - version: 17.3.1 - resolution: "@nrwl/workspace@npm:17.3.1" +"@nrwl/workspace@npm:18.0.4": + version: 18.0.4 + resolution: "@nrwl/workspace@npm:18.0.4" dependencies: - "@nx/workspace": "npm:17.3.1" - checksum: 10/e2f7f9c7ee9f6b0c97c2fc81e02d3e6bd8fa9cb4c039402686d23864279483fec45cd3a4b569d1192b73cb72a94f740cfa5a276a9386e29a5b57be3a45bec44d + "@nx/workspace": "npm:18.0.4" + checksum: 10/0ee8e21e82b212f0168ff9f5365a4b4c2767026cfb88a78d01c57b9526e4ebb1d91761ebc43a5d7cf219ea37a720f2629e2217992c9ab0f23e638218944a4f8d languageName: node linkType: hard @@ -8383,27 +8383,27 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/devkit@npm:17.3.1" +"@nx/devkit@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/devkit@npm:18.0.4" dependencies: - "@nrwl/devkit": "npm:17.3.1" + "@nrwl/devkit": "npm:18.0.4" ejs: "npm:^3.1.7" enquirer: "npm:~2.3.6" ignore: "npm:^5.0.4" - semver: "npm:7.5.3" + semver: "npm:^7.5.3" tmp: "npm:~0.2.1" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" peerDependencies: nx: ">= 16 <= 18" - checksum: 10/c983ab6bd6bb467cd676bdfeae8cebb71bfbc9bac3cb333660d0d651e69486b7b6bba41568e7044b3f71d6e86bdadb76a526b696a51b7072b3d21a996e979011 + checksum: 10/a3368c2d58e92aa96b0432930b302aa02c6e4b3a73a5f61f58e513f1a8f10606b1973c588277f48a2d37e3a4ede5d27aa837c4a9b4de25ae4c475cafe6c6305d languageName: node linkType: hard -"@nx/js@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/js@npm:17.3.1" +"@nx/js@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/js@npm:18.0.4" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -8412,9 +8412,9 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nrwl/js": "npm:17.3.1" - "@nx/devkit": "npm:17.3.1" - "@nx/workspace": "npm:17.3.1" + "@nrwl/js": "npm:18.0.4" + "@nx/devkit": "npm:18.0.4" + "@nx/workspace": "npm:18.0.4" "@phenomnomnominal/tsquery": "npm:~5.0.1" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^2.8.0" @@ -8430,7 +8430,7 @@ __metadata: npm-package-arg: "npm:11.0.1" npm-run-path: "npm:^4.0.1" ora: "npm:5.3.0" - semver: "npm:7.5.3" + semver: "npm:^7.5.3" source-map-support: "npm:0.5.19" ts-node: "npm:10.9.1" tsconfig-paths: "npm:^4.1.2" @@ -8440,87 +8440,87 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10/9c10defbac42e5e68d708554a7028b4b3a9a2d84d74350450d4939910df8f3b604a5302072253589f0fc397ca60aec179f36baa2a3f1a27b1624694c6d47b48a + checksum: 10/5ea0866263acd37f2c35005f9820ead70909fb8c6969064e75108f55dc734d810304fb55f25dc0ab9cc00b0b858eb051373dc9a5393059e6cf369f029c8ccd68 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-darwin-arm64@npm:17.3.1" +"@nx/nx-darwin-arm64@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-darwin-arm64@npm:18.0.4" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-darwin-x64@npm:17.3.1" +"@nx/nx-darwin-x64@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-darwin-x64@npm:18.0.4" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-freebsd-x64@npm:17.3.1" +"@nx/nx-freebsd-x64@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-freebsd-x64@npm:18.0.4" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:17.3.1" +"@nx/nx-linux-arm-gnueabihf@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:18.0.4" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-linux-arm64-gnu@npm:17.3.1" +"@nx/nx-linux-arm64-gnu@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-linux-arm64-gnu@npm:18.0.4" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-linux-arm64-musl@npm:17.3.1" +"@nx/nx-linux-arm64-musl@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-linux-arm64-musl@npm:18.0.4" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-linux-x64-gnu@npm:17.3.1" +"@nx/nx-linux-x64-gnu@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-linux-x64-gnu@npm:18.0.4" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-linux-x64-musl@npm:17.3.1" +"@nx/nx-linux-x64-musl@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-linux-x64-musl@npm:18.0.4" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-win32-arm64-msvc@npm:17.3.1" +"@nx/nx-win32-arm64-msvc@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-win32-arm64-msvc@npm:18.0.4" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/nx-win32-x64-msvc@npm:17.3.1" +"@nx/nx-win32-x64-msvc@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/nx-win32-x64-msvc@npm:18.0.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/vite@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/vite@npm:17.3.1" +"@nx/vite@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/vite@npm:18.0.4" dependencies: - "@nrwl/vite": "npm:17.3.1" - "@nx/devkit": "npm:17.3.1" - "@nx/js": "npm:17.3.1" + "@nrwl/vite": "npm:18.0.4" + "@nx/devkit": "npm:18.0.4" + "@nx/js": "npm:18.0.4" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@swc/helpers": "npm:~0.5.0" enquirer: "npm:~2.3.6" @@ -8528,22 +8528,22 @@ __metadata: peerDependencies: vite: ^5.0.0 vitest: ^1.0.0 - checksum: 10/1436e25d5d71bd70bdf112cd218734857e904882c2d998852af69f83cc7861d11ed518f072b0cb9630e63116d775c80ea55132a93ca91dd8bdb150183fefe575 + checksum: 10/aa68d8a4c30e0abf2e200dc45410ecf4221b5d26a99bdd2db332983f6dccc52874e14fa0e9ed87db2f3a735d9379c72005d71fb2d6542c7dd31e9fd655d21a7d languageName: node linkType: hard -"@nx/workspace@npm:17.3.1": - version: 17.3.1 - resolution: "@nx/workspace@npm:17.3.1" +"@nx/workspace@npm:18.0.4": + version: 18.0.4 + resolution: "@nx/workspace@npm:18.0.4" dependencies: - "@nrwl/workspace": "npm:17.3.1" - "@nx/devkit": "npm:17.3.1" + "@nrwl/workspace": "npm:18.0.4" + "@nx/devkit": "npm:18.0.4" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:17.3.1" + nx: "npm:18.0.4" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10/14c2e74c7015d316b42030f3ba476af6df9d74ed2e9de3484d84e4d6b78ecc6f0fb06f75f42bf7da80ee103cd3997981349516453f1269d0e99ee3d54be48217 + checksum: 10/42ba855736b68e1ca73f8b59b5755232e8e3fc9cec708e8256c9c548ed9a688aa35bf895d20ee807faacb9e975beb568ca766f73e296ecbb90b153477909827d languageName: node linkType: hard @@ -15949,14 +15949,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.5.1, axios@npm:^1.6.1": - version: 1.6.2 - resolution: "axios@npm:1.6.2" +"axios@npm:^1.6.0, axios@npm:^1.6.1": + version: 1.6.7 + resolution: "axios@npm:1.6.7" dependencies: - follow-redirects: "npm:^1.15.0" + follow-redirects: "npm:^1.15.4" form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 10/612bc93f8f738a518e7c5f9de9cc782bcd36aac6bae279160ef6a10260378e21c1786520eab3336898e3d66e0839ebdf739f327fb6d0431baa4d3235703a7652 + checksum: 10/a1932b089ece759cd261f175d9ebf4d41c8994cf0c0767cda86055c7a19bcfdade8ae3464bf4cec4c8b142f4a657dc664fb77a41855e8376cf38b86d7a86518f languageName: node linkType: hard @@ -21244,13 +21244,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.15.0": - version: 1.15.4 - resolution: "follow-redirects@npm:1.15.4" +"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.15.0, follow-redirects@npm:^1.15.4": + version: 1.15.5 + resolution: "follow-redirects@npm:1.15.5" peerDependenciesMeta: debug: optional: true - checksum: 10/2e8f5f259a6b02dfa8dc199e08431848a7c3beed32eb4c19945966164a52c89f07b86c3afcc32ebe4279cf0a960520e45a63013d6350309c5ec90133c5d9351a + checksum: 10/d467f13c1c6aa734599b8b369cd7a625b20081af358f6204ff515f6f4116eb440de9c4e0c49f10798eeb0df26c95dd05d5e0d9ddc5786ab1a8a8abefe92929b4 languageName: node linkType: hard @@ -28144,25 +28144,25 @@ __metadata: languageName: node linkType: hard -"nx@npm:17.3.1, nx@npm:^17.1.3, nx@npm:^17.2.8": - version: 17.3.1 - resolution: "nx@npm:17.3.1" +"nx@npm:18.0.4, nx@npm:^18.0.0": + version: 18.0.4 + resolution: "nx@npm:18.0.4" dependencies: - "@nrwl/tao": "npm:17.3.1" - "@nx/nx-darwin-arm64": "npm:17.3.1" - "@nx/nx-darwin-x64": "npm:17.3.1" - "@nx/nx-freebsd-x64": "npm:17.3.1" - "@nx/nx-linux-arm-gnueabihf": "npm:17.3.1" - "@nx/nx-linux-arm64-gnu": "npm:17.3.1" - "@nx/nx-linux-arm64-musl": "npm:17.3.1" - "@nx/nx-linux-x64-gnu": "npm:17.3.1" - "@nx/nx-linux-x64-musl": "npm:17.3.1" - "@nx/nx-win32-arm64-msvc": "npm:17.3.1" - "@nx/nx-win32-x64-msvc": "npm:17.3.1" + "@nrwl/tao": "npm:18.0.4" + "@nx/nx-darwin-arm64": "npm:18.0.4" + "@nx/nx-darwin-x64": "npm:18.0.4" + "@nx/nx-freebsd-x64": "npm:18.0.4" + "@nx/nx-linux-arm-gnueabihf": "npm:18.0.4" + "@nx/nx-linux-arm64-gnu": "npm:18.0.4" + "@nx/nx-linux-arm64-musl": "npm:18.0.4" + "@nx/nx-linux-x64-gnu": "npm:18.0.4" + "@nx/nx-linux-x64-musl": "npm:18.0.4" + "@nx/nx-win32-arm64-msvc": "npm:18.0.4" + "@nx/nx-win32-x64-msvc": "npm:18.0.4" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.0-rc.46" "@zkochan/js-yaml": "npm:0.0.6" - axios: "npm:^1.5.1" + axios: "npm:^1.6.0" chalk: "npm:^4.1.0" cli-cursor: "npm:3.1.0" cli-spinners: "npm:2.6.1" @@ -28183,7 +28183,7 @@ __metadata: npm-run-path: "npm:^4.0.1" open: "npm:^8.4.0" ora: "npm:5.3.0" - semver: "npm:7.5.3" + semver: "npm:^7.5.3" string-width: "npm:^4.2.3" strong-log-transformer: "npm:^2.1.0" tar-stream: "npm:~2.2.0" @@ -28193,7 +28193,7 @@ __metadata: yargs: "npm:^17.6.2" yargs-parser: "npm:21.1.1" peerDependencies: - "@swc-node/register": ^1.6.7 + "@swc-node/register": ^1.8.0 "@swc/core": ^1.3.85 dependenciesMeta: "@nx/nx-darwin-arm64": @@ -28224,7 +28224,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10/92bb90f646820de16e9537235c2f00953b2e3f7605abce1b98cb214b13cb6d3c1fe7cec6a5924d3c75b3e2a193eadc337bac0dde8cce7cdd8d56e97f82d0e6fc + checksum: 10/21017002e647b4496267867f0a5c83c78c20beb3a211257b1c852efb715867d28906af5c4d1e5ae58975cf2dde835adbaeb7148cdf29ac015c1515d723b07589 languageName: node linkType: hard @@ -31670,17 +31670,6 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.5.3": - version: 7.5.3 - resolution: "semver@npm:7.5.3" - dependencies: - lru-cache: "npm:^6.0.0" - bin: - semver: bin/semver.js - checksum: 10/80b4b3784abff33bacf200727e012dc66768ed5835441e0a802ba9f3f5dd6b10ee366294711f5e7e13d73b82a6127ea55f11f9884d35e76a6a618dc11bc16ccf - languageName: node - linkType: hard - "semver@npm:7.5.4, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.1.3, semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.6, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:~7.5.4": version: 7.5.4 resolution: "semver@npm:7.5.4"