diff --git a/package-lock.json b/package-lock.json index 4369004cc..a4282ab7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "@angular/upgrade": "^17.3.6", "@ctrl/ngx-emoji-mart": "^9.2.0", "@ngneat/hotkeys": "^4.0.0", + "@nx/nx-win32-x64-msvc": "^20.0", "@uirouter/angular": "^13.0", "@uirouter/angular-hybrid": "^17.1.0", "@uirouter/angularjs": "^1.0.30", @@ -151,7 +152,7 @@ "@nx/nx-darwin-arm64": "^18.0", "@nx/nx-darwin-x64": "^18.0", "@nx/nx-linux-x64-gnu": "^18.0", - "@nx/nx-win32-x64-msvc": "^18.0" + "@nx/nx-win32-x64-msvc": "^20.0" } }, "node_modules/@alloc/quick-lru": { @@ -5610,9 +5611,9 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-18.3.5.tgz", - "integrity": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==", + "version": "20.0.11", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.0.11.tgz", + "integrity": "sha512-24wKBB4nbvyYweeBG+AkhHyekZGOPJNI1xYuhwN2TQP5m+JueBfr16PaFjFB339MS0ujy5+1kO649ACJh0cqzQ==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index b3fbe7a25..580e516fa 100644 --- a/package.json +++ b/package.json @@ -165,6 +165,6 @@ "@nx/nx-darwin-arm64": "^18.0", "@nx/nx-darwin-x64": "^18.0", "@nx/nx-linux-x64-gnu": "^18.0", - "@nx/nx-win32-x64-msvc": "^18.0" + "@nx/nx-win32-x64-msvc": "^20.0" } }