mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-12 22:47:07 +00:00
Bump minimist from 1.2.5 to 1.2.8 in /SkyNX-Streamer
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] <support@github.com>
This commit is contained in:
parent
b7cdaf7953
commit
89619aa9b8
1 changed files with 19 additions and 16 deletions
35
SkyNX-Streamer/package-lock.json
generated
35
SkyNX-Streamer/package-lock.json
generated
|
@ -8,21 +8,21 @@
|
|||
"name": "Base-Electron-App",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"ansi_up": "latest",
|
||||
"auto-launch": "latest",
|
||||
"ansi_up": "*",
|
||||
"auto-launch": "*",
|
||||
"buffer": "^6.0.3",
|
||||
"crc": "latest",
|
||||
"dgram": "latest",
|
||||
"crc": "*",
|
||||
"dgram": "*",
|
||||
"electron": "^17.1.0",
|
||||
"electron-is-dev": "latest",
|
||||
"electron-is-dev": "*",
|
||||
"electron-packager": "^15.4.0",
|
||||
"electron-window-state": "latest",
|
||||
"formidable": "latest",
|
||||
"jquery": "latest",
|
||||
"long": "latest",
|
||||
"electron-window-state": "*",
|
||||
"formidable": "*",
|
||||
"jquery": "*",
|
||||
"long": "*",
|
||||
"popper.js": "^1.16.1",
|
||||
"robotjs": "git+https://github.com/csett86/robotjs.git",
|
||||
"struct": "latest",
|
||||
"struct": "*",
|
||||
"vgen-xbox": "git+https://github.com/JAMesserman/vgen-xbox.git",
|
||||
"windows-elevate": "^1.0.1",
|
||||
"ws": "^8.5.0"
|
||||
|
@ -2499,9 +2499,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/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==",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/minipass": {
|
||||
"version": "3.1.6",
|
||||
|
@ -6135,9 +6138,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=="
|
||||
},
|
||||
"minipass": {
|
||||
"version": "3.1.6",
|
||||
|
|
Loading…
Reference in a new issue