Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-20 12:45:42 +0300
committerGitHub <noreply@github.com>2022-10-20 12:45:42 +0300
commitc82e9f9782dec822b3677dfe6a51d1b8a3f7dade (patch)
tree3c2f363ea7a3da80f5b62973ea25645c070a4f91
parent71ed04d89bb9dfaa6b3cf5747e6d72cafcf583d5 (diff)
build(deps): bump minimist in /net/webrtc/examples/webrtcsink-statsdependabot/npm_and_yarn/net/webrtc/examples/webrtcsink-stats/minimist-1.2.7
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. - [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.7) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--net/webrtc/examples/webrtcsink-stats/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/webrtc/examples/webrtcsink-stats/package-lock.json b/net/webrtc/examples/webrtcsink-stats/package-lock.json
index 03d18f6d..519e2694 100644
--- a/net/webrtc/examples/webrtcsink-stats/package-lock.json
+++ b/net/webrtc/examples/webrtcsink-stats/package-lock.json
@@ -582,9 +582,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.7",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz",
+ "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==",
"dev": true
},
"mkdirp": {