diff --git a/src/LogMkWeb/package-lock.json b/src/LogMkWeb/package-lock.json index 6cfb078..6122bf9 100644 --- a/src/LogMkWeb/package-lock.json +++ b/src/LogMkWeb/package-lock.json @@ -14,7 +14,7 @@ "@angular/compiler": "^20.3.0", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", - "@angular/platform-browser": "^20.3.0", + "@angular/platform-browser": "^20.3.2", "@angular/platform-browser-dynamic": "^20.3.0", "@angular/router": "^20.3.0", "@auth0/angular-jwt": "^5.2.0", @@ -453,9 +453,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.0.tgz", - "integrity": "sha512-rCojVsJHaReDfSB4lwcWYJAfbkFXQmcdivdN5m1NavuSlKpWoLw4fLkxkcuOXDjUEwNSb45hRI4ixcwrcuQtmw==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.2.tgz", + "integrity": "sha512-za7onSElEUbaI9iS8j7nKf8FjyvVng6wFsb2ZuHxr71dMgnYkqPfMu0KMP+mkZ3yUVc//7SllXcSkGBHShyCcw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -464,7 +464,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.0" + "@angular/core": "20.3.2" } }, "node_modules/@angular/build": { @@ -746,9 +746,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.0.tgz", - "integrity": "sha512-/KsgfxDwP7/KXGrLLSyg4+Xd8HxmHi5dVCu+xHfa3QjzVIvvZfWZLxQj7guRlDtg/mz+t0/OSKvSUZzOAfVzGQ==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.2.tgz", + "integrity": "sha512-d9XcT2UuWZCc0UOtkCcPEnMcOFKNczahamT/Izg3H9jLS3IcT6l0ry23d/Xf0DRwhLYQdOZiG7l8HMZ1sWPMOg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -757,9 +757,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "20.3.0", - "@angular/common": "20.3.0", - "@angular/core": "20.3.0" + "@angular/animations": "20.3.2", + "@angular/common": "20.3.2", + "@angular/core": "20.3.2" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/src/LogMkWeb/package.json b/src/LogMkWeb/package.json index 709bbfb..dc73134 100644 --- a/src/LogMkWeb/package.json +++ b/src/LogMkWeb/package.json @@ -18,7 +18,7 @@ "@angular/compiler": "^20.3.0", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", - "@angular/platform-browser": "^20.3.0", + "@angular/platform-browser": "^20.3.2", "@angular/platform-browser-dynamic": "^20.3.0", "@angular/router": "^20.3.0", "@auth0/angular-jwt": "^5.2.0",