You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/03/29 16:10:39 UTC

[camel-karavan] branch main updated: Bump webpack from 5.74.0 to 5.76.0 in /karavan-vscode (#685)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5d1440f4 Bump webpack from 5.74.0 to 5.76.0 in /karavan-vscode (#685)
5d1440f4 is described below

commit 5d1440f4b695ea7a4da4cfb5c8ddab1f4f0ef3cc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 29 12:10:33 2023 -0400

    Bump webpack from 5.74.0 to 5.76.0 in /karavan-vscode (#685)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 karavan-vscode/package-lock.json | 14 +++++++-------
 karavan-vscode/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/karavan-vscode/package-lock.json b/karavan-vscode/package-lock.json
index 21c006e9..7129bbf6 100644
--- a/karavan-vscode/package-lock.json
+++ b/karavan-vscode/package-lock.json
@@ -56,7 +56,7 @@
         "typescript": "^4.9.5",
         "url-loader": "^4.1.1",
         "vscode-test": "^1.5.0",
-        "webpack": "5.74.0",
+        "webpack": "5.76.0",
         "webpack-cli": "4.10.0"
       },
       "engines": {
@@ -9487,9 +9487,9 @@
       }
     },
     "node_modules/webpack": {
-      "version": "5.74.0",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz",
-      "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==",
+      "version": "5.76.0",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz",
+      "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==",
       "dev": true,
       "dependencies": {
         "@types/eslint-scope": "^3.7.3",
@@ -16809,9 +16809,9 @@
       }
     },
     "webpack": {
-      "version": "5.74.0",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz",
-      "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==",
+      "version": "5.76.0",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz",
+      "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==",
       "dev": true,
       "requires": {
         "@types/eslint-scope": "^3.7.3",
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index 1595d7ca..445adf26 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -659,7 +659,7 @@
     "typescript": "^4.9.5",
     "url-loader": "^4.1.1",
     "vscode-test": "^1.5.0",
-    "webpack": "5.74.0",
+    "webpack": "5.76.0",
     "webpack-cli": "4.10.0"
   },
   "dependencies": {