diff --git a/package-lock.json b/package-lock.json index 4369004cc..0c4b84e12 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.3", "@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.3" } }, "node_modules/@alloc/quick-lru": { @@ -5610,12 +5611,13 @@ } }, "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.3.3", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.3.3.tgz", + "integrity": "sha512-6HcbAKghEypt4aMAoDjPn2sa6FG0MyiDabpV/cVLKokK09ngyy6qQDa5vSCUSDwI542XBxqtcv0AcZi7Ez+XUQ==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "win32" diff --git a/package.json b/package.json index b3fbe7a25..4516bede4 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.3" } }