aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-04 03:05:42 +0000
committerGitHub <[email protected]>2023-03-04 03:05:42 +0000
commit833585d3d3738ec86afbb0345f61d46c97f2bfe0 (patch)
tree59c1ff3f15070b0ca1ce496ce3f1820ab8fdf2ae
parentf71295aa6fcc79d472dd15fcc5e01f5e70ed2f51 (diff)
downloadOrca-dependabot/npm_and_yarn/desktop/minimist-1.2.8.tar.gz
Orca-dependabot/npm_and_yarn/desktop/minimist-1.2.8.zip
Bump minimist from 1.2.5 to 1.2.8 in /desktopdependabot/npm_and_yarn/desktop/minimist-1.2.8
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 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.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--desktop/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/package-lock.json b/desktop/package-lock.json
index fe31ff4..865c5b2 100644
--- a/desktop/package-lock.json
+++ b/desktop/package-lock.json
@@ -990,9 +990,9 @@
}
},
"minimist": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
- "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"dev": true
},
"mkdirp": {