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": {