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/11 22:18:13 UTC

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

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 cf18498  Bump path-parse in /.github/actions/tp-integration-tests (#6643)
cf18498 is described below

commit cf184983b91df68050232f0d05d9f7ba1be1ad3a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 11 15:18:05 2022 -0700

    Bump path-parse in /.github/actions/tp-integration-tests (#6643)
    
    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      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 5c708d7..139aca0 100644
--- a/.github/actions/tp-integration-tests/package-lock.json
+++ b/.github/actions/tp-integration-tests/package-lock.json
@@ -1482,9 +1482,9 @@
             "dev": true
         },
         "path-parse": {
-            "version": "1.0.6",
-            "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
-            "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
+            "version": "1.0.7",
+            "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+            "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
             "dev": true
         },
         "path-type": {