You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/11/24 08:47:47 UTC

[avro] branch branch-1.11 updated: Bump minimatch from 3.0.4 to 3.0.8 in /lang/js (#1982)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new c109d8811 Bump minimatch from 3.0.4 to 3.0.8 in /lang/js (#1982)
c109d8811 is described below

commit c109d8811a4ca5b9a6a3a5928e371077cba210fe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 24 10:47:25 2022 +0200

    Bump minimatch from 3.0.4 to 3.0.8 in /lang/js (#1982)
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 1f37e06b0fa2f130e4a184fa6b3748b66664b6f5)
---
 lang/js/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 1d903dfe2..8707f9eff 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -1504,9 +1504,9 @@
       }
     },
     "minimatch": {
-      "version": "3.0.4",
-      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
-      "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+      "version": "3.0.8",
+      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
+      "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
       "dev": true,
       "requires": {
         "brace-expansion": "^1.1.7"