Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4561d6b5 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

update angular dependecies

parent 8a762bfe
No related branches found
No related tags found
No related merge requests found
......@@ -189,16 +189,18 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.3.2</version>
<version>6.4.1</version>
<inherited>false</inherited>
<configuration>
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
<!-- Disable .Net Assembly Analyzer -->
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nodeAnalyzerEnabled>true</nodeAnalyzerEnabled>
<!-- Disable checking npm dev dependencies -->
<nodeAnalyzerEnabled>false</nodeAnalyzerEnabled>
<nodeAuditSkipDevDependencies>true</nodeAuditSkipDevDependencies>
<nodePackageSkipDevDependencies>true</nodePackageSkipDevDependencies>
</configuration>
<executions>
<execution>
......
This diff is collapsed.
......@@ -14,26 +14,26 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.9",
"@angular/cdk": "^12.2.9",
"@angular/common": "~12.2.9",
"@angular/compiler": "^12.2.9",
"@angular/core": "^12.2.9",
"@angular/animations": "^12.2.10",
"@angular/cdk": "^12.2.10",
"@angular/common": "^12.2.10",
"@angular/compiler": "^12.2.10",
"@angular/core": "^12.2.10",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.9",
"@angular/forms": "^12.2.10",
"@angular/http": "^7.2.16",
"@angular/localize": "^12.2.9",
"@angular/material": "^12.2.9",
"@angular/platform-browser": "^12.2.9",
"@angular/platform-browser-dynamic": "^12.2.9",
"@angular/platform-server": "^12.2.9",
"@angular/router": "^12.2.9",
"@angular/localize": "^12.2.10",
"@angular/material": "^12.2.10",
"@angular/platform-browser": "^12.2.10",
"@angular/platform-browser-dynamic": "^12.2.10",
"@angular/platform-server": "^12.2.10",
"@angular/router": "^12.2.10",
"@swimlane/ngx-datatable": "~20.0.0",
"codelyzer": "^6.0.2",
"core-js": "^3.18.2",
"core-js": "^3.18.3",
"file-saver": "2.0.5",
"hammerjs": "^2.0.8",
"ng-packagr": "^12.2.2",
"ng-packagr": "^12.2.3",
"rxjs": "^6.6.3",
"ts-helpers": "^1.1.2",
"tslib": "^2.3.1",
......@@ -41,21 +41,20 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.9",
"@angular/cli": "^12.2.9",
"@angular/compiler-cli": "^12.2.9",
"@angular/cli": "^12.2.10",
"@angular/compiler-cli": "^12.2.10",
"@types/file-saver": "2.0.3",
"@types/jasmine": "3.9.1",
"@types/node": "^16.10.3",
"@types/node": "^16.11.1",
"jasmine-core": "3.9.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^4.0.1",
"karma-remap-istanbul": "^0.6.0",
"postcss": "^8.3.9",
"protractor": "^7.0.0",
"ts-node": "^10.2.1",
"ts-node": "^10.3.0",
"tslint": "^6.1.3",
"typescript": "~4.3.5"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment