Skip to content

Commit 477b534

Browse files
update angular and resolve security issues (#138)
Co-authored-by: realModusOperandi <[email protected]>
1 parent 1f6a211 commit 477b534

38 files changed

+79741
-202744
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<goal>install-node-and-npm</goal>
6767
</goals>
6868
<configuration>
69-
<nodeVersion>v12.16.2</nodeVersion>
70-
<npmVersion>6.14.4</npmVersion>
69+
<nodeVersion>v16.13.2</nodeVersion>
70+
<npmVersion>8.2.0</npmVersion>
7171
</configuration>
7272
</execution>
7373
<!-- end::node-resource-install[] -->

finish/src/main/frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ npm-debug.log
4040
yarn-error.log
4141
testem.log
4242
/typings
43+
.angular
4344

4445
# System Files
4546
.DS_Store

0 commit comments

Comments
 (0)