From 25c05869b7029afd99fb08444fbf78abef086546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:36:47 +0000 Subject: [PATCH] Bump pathval from 1.1.0 to 1.1.1 Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaijs/pathval/releases) - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md) - [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pathval dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59a12eb..321d5f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -977,7 +977,7 @@ }, "get-caller-file": { "version": "1.0.3", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/get-caller-file/-/get-caller-file-1.0.3.tgz", "integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=", "dev": true }, @@ -1668,7 +1668,7 @@ }, "normalize-path": { "version": "2.1.1", - "resolved": "http://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", + "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { @@ -1847,9 +1847,9 @@ } }, "pathval": { - "version": "1.1.0", - "resolved": "https://vimond.jfrog.io/vimond/api/npm/npm-virtual/pathval/-/pathval-1.1.0.tgz", - "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", "dev": true }, "picomatch": {