Upgrade the versions of node and npm used by sparky fe 50/110350/1
authorwr148d <wr148d@att.com>
Fri, 17 Jul 2020 17:41:56 +0000 (13:41 -0400)
committerwr148d <wr148d@att.com>
Fri, 17 Jul 2020 17:41:56 +0000 (13:41 -0400)
Issue-ID: AAI-3018
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ifa8814f055600e7969047a7e2cd5952805507bf6

package.json
pom.xml

index ef4d259..8c6d0c9 100644 (file)
@@ -19,7 +19,7 @@
     "d3": "^4.12.0",
     "es6-promise": "^3.2.1",
     "filter-bar-utils": "1.0.3",
-    "gulp-sass": "^3.0.0",
+    "gulp-sass": "^4.1.0",
     "jquery": "^2.2.2",
     "loadable-components": "^2.2.2",
     "lodash": "^4.17.4",
@@ -80,7 +80,7 @@
     "gulp": "^3.9.1",
     "gulp-clean": "^0.3.1",
     "gulp-css-usage": "^2.0.0",
-    "gulp-helpers": "^5.0.0",
+    "gulp-helpers": "^5.1.0",
     "gulp-jsx-coverage": "^0.3.8",
     "gulp-rename": "^1.2.2",
     "gulp-replace": "^0.5.4",
     "json-loader": "^0.5.4",
     "jsx-loader": "^0.13.2",
     "nock": "^8.0.0",
-    "node-sass": "^4.8.3",
+    "node-sass": "^4.14.1",
     "node-watch": "^0.3.5",
     "prompt": "^0.2.14",
+    "randomstring": "^1.1.5",
     "react-addons-test-utils": "^15.1.0",
     "react-hot-loader": "^3.0.0-beta.6",
     "redux-mock-store": "^1.5.3",
     "url-loader": "^0.5.7",
     "webpack": "^1.13.1",
     "webpack-bundle-analyzer": "^3.0.3",
-    "webpack-dev-server": "^1.14.1",
-    "randomstring": "^1.1.5"
+    "webpack-dev-server": "^1.14.1"
   },
   "jest": {
     "verbose": true,
diff --git a/pom.xml b/pom.xml
index 942f647..4a86bca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -73,8 +73,8 @@
                         </goals>
                         <phase>generate-resources</phase>
                         <configuration>
-                            <nodeVersion>v6.2.2</nodeVersion>
-                            <npmVersion>3.10.3</npmVersion>
+                            <nodeVersion>v9.4.0</nodeVersion>
+                            <npmVersion>6.9.0</npmVersion>
                         </configuration>
                     </execution>
                     <execution>
                         </goals>
                         <phase>generate-resources</phase>
                         <configuration>
-                           <!-- optional: The default argument is actually
-                                "install", so unless you need to run some other npm command,
-                                you can remove this whole <configuration> section.
-                           -->
-                           <arguments>install -ddd</arguments>
+                            <!-- optional: The default argument is actually
+                                 "install", so unless you need to run some other npm command,
+                                 you can remove this whole <configuration> section.
+                            -->
+                            <arguments>install -ddd</arguments>
                         </configuration>
-                       
                     </execution>
                     <execution>
                         <id>gulp build</id>