diff options
author | Jim Hahn <jrh3@att.com> | 2020-11-09 16:19:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-09 16:19:55 +0000 |
commit | 8c780a901a855715b34cac33819e50e492774250 (patch) | |
tree | 95a422ab2b668e282905cca00f2df8def276f4c3 /gui-pdp-monitoring/pom.xml | |
parent | e566597098724ee9d7c153f2fbbe0e77ae8f3123 (diff) | |
parent | f151458fbb32137d9a85b51135c4e7ad90bfadd4 (diff) |
Merge "Update dependencies in policy/gui"
Diffstat (limited to 'gui-pdp-monitoring/pom.xml')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index 65532a7..ed0db76 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -86,7 +86,7 @@ <artifactId>frontend-maven-plugin</artifactId> <version>1.9.1</version> <configuration> - <nodeVersion>v9.9.0</nodeVersion> + <nodeVersion>v12.18.0</nodeVersion> <installDirectory>${webapp.dir}</installDirectory> <workingDirectory>${webapp.dir}</workingDirectory> </configuration> @@ -97,8 +97,7 @@ <goal>install-node-and-npm</goal> </goals> <configuration> - <nodeVersion>v10.16.0</nodeVersion> - <npmVersion>6.9.0</npmVersion> + <npmVersion>6.14.4</npmVersion> </configuration> </execution> <execution> |