Browse Source

Updated path-parse package version 1.7 (#1741)

pull/1743/head
Sumit Ghosh 3 years ago
committed by GitHub
parent
commit
39f9c9cadb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions
  1. +5
    -5
      src/Web/WebSPA/Client/package-lock.json
  2. +2
    -2
      src/Web/WebSPA/Client/yarn.lock

+ 5
- 5
src/Web/WebSPA/Client/package-lock.json View File

@ -1752,7 +1752,7 @@
"dev": true,
"requires": {
"is-core-module": "^2.1.0",
"path-parse": "^1.0.6"
"path-parse": "^1.0.7"
}
},
"rimraf": {
@ -12926,9 +12926,9 @@
"integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"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=="
},
"path-to-regexp": {
"version": "0.1.7",
@ -14307,7 +14307,7 @@
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz",
"integrity": "sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==",
"requires": {
"path-parse": "^1.0.5"
"path-parse": "^1.0.7"
}
},
"resolve-cwd": {


+ 2
- 2
src/Web/WebSPA/Client/yarn.lock View File

@ -8880,7 +8880,7 @@
"resolved" "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz"
"version" "1.8.1"
dependencies:
"path-parse" "^1.0.5"
"path-parse" "^1.0.7"
"resolve@^1.10.0":
"integrity" "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A=="
@ -8888,7 +8888,7 @@
"version" "1.20.0"
dependencies:
"is-core-module" "^2.2.0"
"path-parse" "^1.0.6"
"path-parse" "^1.0.7"
"restore-cursor@^1.0.1":
"integrity" "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE="


Loading…
Cancel
Save