diff --git a/package-lock.json b/package-lock.json index d9c5f9d6..2cb71c33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/core": "^17.1.3", "@angular/forms": "^17.1.3", "@angular/material": "^17.1.2", - "@angular/platform-browser": "^17.1.3", + "@angular/platform-browser": "^17.3.3", "@angular/platform-browser-dynamic": "^17.1.3", "@angular/router": "^17.1.3", "monaco-editor": "^0.46.0", @@ -488,9 +488,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.3.tgz", - "integrity": "sha512-AS9CHOjjKqkuAzlKEMJfAkZfkIdSoagB3D8HwvH+ZHo6GVJc9KbtLQn/okNijFK+Fg7QK/hYbQ3lJhjgk0GQDA==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.3.tgz", + "integrity": "sha512-poLW3FHe5wkxmTIsQ3em2vq4obgQHyZJz6biF+4hCqQSNMbMBS0e5ZycAiJLkUD/WLc88lQZ20muRO7qjVuMLA==", "dependencies": { "tslib": "^2.3.0" }, @@ -498,7 +498,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.3" + "@angular/core": "17.3.3" } }, "node_modules/@angular/cdk": { @@ -719,9 +719,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "17.1.3", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.1.3.tgz", - "integrity": "sha512-onPCvdk9f/6OhOo2zP6nfGKpzLma1QIxpFqD3jymbmIJTcVMOOQDMYW3eLtY+uSX8ribcJ7GQcbDGIM4rliTFg==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.3.tgz", + "integrity": "sha512-XFWjquD+Pr9VszRzrDlT6uaf57TsY9XhL9iHCNok6Op5DpVQpIAuw1vFt2t5ZoQ0gv+lY8mVWnxgqe3CgTdYxw==", "dependencies": { "tslib": "^2.3.0" }, @@ -729,9 +729,9 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/animations": "17.1.3", - "@angular/common": "17.1.3", - "@angular/core": "17.1.3" + "@angular/animations": "17.3.3", + "@angular/common": "17.3.3", + "@angular/core": "17.3.3" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 0e720a79..f5ef105c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/core": "^17.1.3", "@angular/forms": "^17.1.3", "@angular/material": "^17.1.2", - "@angular/platform-browser": "^17.1.3", + "@angular/platform-browser": "^17.3.3", "@angular/platform-browser-dynamic": "^17.1.3", "@angular/router": "^17.1.3", "monaco-editor": "^0.46.0",