Bump path-parser from 4.2.0 to 6.1.0 in /apps/block_scout_web/assets

Bumps [path-parser](https://github.com/troch/path-parser) from 4.2.0 to 6.1.0.
- [Release notes](https://github.com/troch/path-parser/releases)
- [Changelog](https://github.com/troch/path-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/troch/path-parser/commits)

---
updated-dependencies:
- dependency-name: path-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/5838/head
dependabot[bot] 2 years ago committed by GitHub
parent 12653df5f1
commit 253a36017e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -47,7 +47,7 @@
"nanomorph": "^5.4.0",
"numeral": "^2.0.6",
"os-browserify": "^0.3.0",
"path-parser": "^4.2.0",
"path-parser": "^6.1.0",
"phoenix": "file:../../../deps/phoenix",
"phoenix_html": "file:../../../deps/phoenix_html",
"pikaday": "^1.8.2",
@ -14027,11 +14027,12 @@
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"node_modules/path-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/path-parser/-/path-parser-4.2.0.tgz",
"integrity": "sha512-MPPZiWTTp2I72VXmGQQfsn2ohrbd9QTbZSLYNS+HXsnQ37VbiLR/szO2R7DHaZA1V1scYxuxgyQerj+6kMTXtA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/path-parser/-/path-parser-6.1.0.tgz",
"integrity": "sha512-nAB6J73z2rFcQP+870OHhpkHFj5kO4rPLc2Ol4Y3Ale7F6Hk1/cPKp7cQ8RznKF8FOSvu+YR9Xc6Gafk7DlpYA==",
"dependencies": {
"search-params": "2.1.3"
"search-params": "3.0.0",
"tslib": "^1.10.0"
}
},
"node_modules/path-to-regexp": {
@ -15902,9 +15903,9 @@
}
},
"node_modules/search-params": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/search-params/-/search-params-2.1.3.tgz",
"integrity": "sha512-hHxU9ZGWpZ/lrFBIHndSnQae2in7ra+m+tBSoeAahSWDDgOgpZqs4bfaTZpljgNgAgTbjiQoJtZW6FKSsfEcDA=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/search-params/-/search-params-3.0.0.tgz",
"integrity": "sha512-8CYNl/bjkEhXWbDTU/K7c2jQtrnqEffIPyOLMqygW/7/b+ym8UtQumcAZjOfMLjZKR6AxK5tOr9fChbQZCzPqg=="
},
"node_modules/secp256k1": {
"version": "4.0.2",
@ -29357,11 +29358,12 @@
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"path-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/path-parser/-/path-parser-4.2.0.tgz",
"integrity": "sha512-MPPZiWTTp2I72VXmGQQfsn2ohrbd9QTbZSLYNS+HXsnQ37VbiLR/szO2R7DHaZA1V1scYxuxgyQerj+6kMTXtA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/path-parser/-/path-parser-6.1.0.tgz",
"integrity": "sha512-nAB6J73z2rFcQP+870OHhpkHFj5kO4rPLc2Ol4Y3Ale7F6Hk1/cPKp7cQ8RznKF8FOSvu+YR9Xc6Gafk7DlpYA==",
"requires": {
"search-params": "2.1.3"
"search-params": "3.0.0",
"tslib": "^1.10.0"
}
},
"path-to-regexp": {
@ -30707,9 +30709,9 @@
}
},
"search-params": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/search-params/-/search-params-2.1.3.tgz",
"integrity": "sha512-hHxU9ZGWpZ/lrFBIHndSnQae2in7ra+m+tBSoeAahSWDDgOgpZqs4bfaTZpljgNgAgTbjiQoJtZW6FKSsfEcDA=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/search-params/-/search-params-3.0.0.tgz",
"integrity": "sha512-8CYNl/bjkEhXWbDTU/K7c2jQtrnqEffIPyOLMqygW/7/b+ym8UtQumcAZjOfMLjZKR6AxK5tOr9fChbQZCzPqg=="
},
"secp256k1": {
"version": "4.0.2",

@ -59,7 +59,7 @@
"nanomorph": "^5.4.0",
"numeral": "^2.0.6",
"os-browserify": "^0.3.0",
"path-parser": "^4.2.0",
"path-parser": "^6.1.0",
"phoenix": "file:../../../deps/phoenix",
"phoenix_html": "file:../../../deps/phoenix_html",
"pikaday": "^1.8.2",

Loading…
Cancel
Save