You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/04 13:33:48 UTC

[camel] 02/06: Upgrade dependencies

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c1cdf7c7c576e22857fd763286e6607c03d7ef7f
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Tue Oct 4 14:53:31 2022 +0200

    Upgrade dependencies
---
 docs/package.json | 22 +++++++++++-----------
 docs/pom.xml      |  4 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/package.json b/docs/package.json
index a10b6942739..3b870d8d32e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -6,21 +6,21 @@
   },
   "license": "Apache-2.0",
   "devDependencies": {
-    "del": "^3.0.0",
-    "eslint": "^7.2.0",
-    "eslint-config-standard": "^14.1.1",
-    "eslint-plugin-import": "^2.21.2",
+    "del": "^7.0.0",
+    "eslint": "^8.24.0",
+    "eslint-config-standard": "^17.0.0",
+    "eslint-plugin-import": "^2.26.0",
+    "eslint-plugin-n": "^15.3.0",
     "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-promise": "^4.2.1",
-    "eslint-plugin-standard": "^4.0.1",
+    "eslint-plugin-promise": "^6.0.1",
     "gulp": "~4.0",
     "gulp-cli": "~2.3",
-    "gulp-inject": "^5.0.2",
-    "gulp-rename": "^1.4.0",
+    "gulp-inject": "^5.0.5",
+    "gulp-rename": "^2.0.0",
     "gulp-sort": "^2.0.0",
     "map-stream": "^0.0.7",
-    "prettier-eslint-cli": "^5.0.0",
-    "through2": "^3.0.1",
-    "vinyl": "^2.2.1"
+    "prettier-eslint-cli": "^7.1.0",
+    "through2": "^4.0.2",
+    "vinyl": "^3.0.0"
   }
 }
diff --git a/docs/pom.xml b/docs/pom.xml
index 63c9049da5c..d8da719f8fc 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -78,8 +78,8 @@
                             <goal>install-node-and-yarn</goal>
                         </goals>
                         <configuration>
-                            <nodeVersion>v16.13.2</nodeVersion>
-                            <yarnVersion>v1.22.17</yarnVersion>
+                            <nodeVersion>v18.10.0</nodeVersion>
+                            <yarnVersion>v3.2.3</yarnVersion>
                         </configuration>
                     </execution>
                     <execution>