Browse Source

chore(deps): bump minimist from 1.2.5 to 1.2.7 in /website (#761)

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: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/566/merge
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
72f249069f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5364 additions and 6456 deletions
  1. +10
    -7
      website/package-lock.json
  2. +1
    -1
      website/package.json
  3. +5353
    -6448
      website/yarn.lock

+ 10
- 7
website/package-lock.json View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"minimist": "^1.2.5"
"minimist": "^1.2.7"
},
"devDependencies": {
"docusaurus": "^1.14.7"
@@ -7505,9 +7505,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.7",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz",
"integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/mixin-deep": {
"version": "1.3.2",
@@ -17894,9 +17897,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=="
},
"mixin-deep": {
"version": "1.3.2",


+ 1
- 1
website/package.json View File

@@ -12,6 +12,6 @@
"docusaurus": "^1.14.7"
},
"dependencies": {
"minimist": "^1.2.5"
"minimist": "^1.2.7"
}
}

+ 5353
- 6448
website/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save