You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/03/14 14:47:46 UTC

[trafficcontrol] branch master updated: Bump lodash in /.github/actions/tp-integration-tests (#6646)

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

shamrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cc3400  Bump lodash in /.github/actions/tp-integration-tests (#6646)
8cc3400 is described below

commit 8cc3400256ce43ccea074fac26abfe475248cd0c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 14 08:47:10 2022 -0600

    Bump lodash in /.github/actions/tp-integration-tests (#6646)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/actions/tp-integration-tests/package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/tp-integration-tests/package-lock.json b/.github/actions/tp-integration-tests/package-lock.json
index dbdd6d9..571d103 100644
--- a/.github/actions/tp-integration-tests/package-lock.json
+++ b/.github/actions/tp-integration-tests/package-lock.json
@@ -1263,9 +1263,9 @@
             }
         },
         "lodash": {
-            "version": "4.17.20",
-            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
-            "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
+            "version": "4.17.21",
+            "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+            "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
             "dev": true
         },
         "merge2": {