Bump minimist from 1.2.6 to 1.2.8 (#9602)

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.6...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-28 12:29:17 +02:00
committed by GitHub
parent 65a9798c1a
commit 789989343c
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@@ -69,7 +69,7 @@
"karma-remap-istanbul": "^0.6.0",
"mapillary_sprite_source": "^1.8.0",
"mapillary-js": "4.1.1",
"minimist": "^1.2.3",
"minimist": "^1.2.8",
"mocha": "^10.0.0",
"name-suggestion-index": "~6.0",
"node-fetch": "^2.6.9",
@@ -6256,9 +6256,13 @@
}
},
"node_modules/minimist": {
"version": "1.2.6",
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"dev": true,
"license": "MIT"
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/minipass": {
"version": "4.2.4",
@@ -13968,7 +13972,9 @@
}
},
"minimist": {
"version": "1.2.6",
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"dev": true
},
"minipass": {

View File

@@ -104,7 +104,7 @@
"karma-remap-istanbul": "^0.6.0",
"mapillary_sprite_source": "^1.8.0",
"mapillary-js": "4.1.1",
"minimist": "^1.2.3",
"minimist": "^1.2.8",
"mocha": "^10.0.0",
"name-suggestion-index": "~6.0",
"node-fetch": "^2.6.9",