mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
build(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#5210)
Bumps the npm_and_yarn group with 3 updates in the /examples/bigbot directory: [brace-expansion](https://github.com/juliangruber/brace-expansion), [find-my-way](https://github.com/delvedor/find-my-way) and [tar](https://github.com/isaacs/node-tar). Updates `brace-expansion` from 2.0.3 to 2.1.2 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.3...v2.1.2) Updates `find-my-way` from 9.1.0 to 9.7.0 - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](https://github.com/delvedor/find-my-way/compare/v9.1.0...v9.7.0) Updates `tar` from 7.5.16 to 7.5.21 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.16...v7.5.21) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 2.1.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: find-my-way dependency-version: 9.7.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.21 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Awesome Stickz <38146668+AwesomeStickz@users.noreply.github.com>
This commit is contained in:
co-authored by
Awesome Stickz
parent
ddedabc310
commit
08abe936f2
+16
-14
@@ -372,11 +372,11 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"brace-expansion@npm:^2.0.2":
|
||||
version: 2.0.3
|
||||
resolution: "brace-expansion@npm:2.0.3"
|
||||
version: 2.1.2
|
||||
resolution: "brace-expansion@npm:2.1.2"
|
||||
dependencies:
|
||||
balanced-match: "npm:^1.0.0"
|
||||
checksum: 10c0/468436c9b2fa6f9e64d0cff8784b21300677571a7196e258593e95e7c3db9973a80fbafdb0f01404d5d298a04dc666eae1fc3c9052e2edbb9f2510541deeddfe
|
||||
checksum: 10c0/5442ecab84045d21826268bc56c81a6ef4215327ee1f5ee153f67928e93f7a915d130ecec9966623143277fa3cce036ebb50020024bcc4d78853cdd6af9a19f8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -684,13 +684,13 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"find-my-way@npm:^9.0.0":
|
||||
version: 9.1.0
|
||||
resolution: "find-my-way@npm:9.1.0"
|
||||
version: 9.7.0
|
||||
resolution: "find-my-way@npm:9.7.0"
|
||||
dependencies:
|
||||
fast-deep-equal: "npm:^3.1.3"
|
||||
fast-querystring: "npm:^1.0.0"
|
||||
safe-regex2: "npm:^4.0.0"
|
||||
checksum: 10c0/ddde633673b512940f8d183c8684f1441d623464364f931af979a71baa0cb5b774ed574a80eaddba40fc605c7d35bc1c74c9469732eaf381a1c4a3e59611686f
|
||||
safe-regex2: "npm:^5.0.0"
|
||||
checksum: 10c0/0c7c15397075fe916ea11bb42e3464aec9025dfec01aef515e2fc70c362e662c4a8626e27cebe263fe5c31cfed7ce792a2a6b411b73dac996d0c2b2202af4a88
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1321,12 +1321,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"safe-regex2@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "safe-regex2@npm:4.0.0"
|
||||
"safe-regex2@npm:^5.0.0":
|
||||
version: 5.1.1
|
||||
resolution: "safe-regex2@npm:5.1.1"
|
||||
dependencies:
|
||||
ret: "npm:~0.5.0"
|
||||
checksum: 10c0/faebf910036228868e83b4a33a84405b04e8e89f01283efe847e17e96b6b4658cc65c6560cef11de3bd5aef3b28b58dffac48744df67ca2ae46e073f668cb71d
|
||||
bin:
|
||||
safe-regex2: bin/safe-regex2.js
|
||||
checksum: 10c0/65c59fb33de8e500fa1d7254cc7f9b6b8b932f925bcfc8d92273ec024c259052a2b3c975bbf5a9f9dd49cd3b0fa394fb56f36d6b10e394404056edfd1223fd17
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1507,15 +1509,15 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"tar@npm:^7.4.3":
|
||||
version: 7.5.16
|
||||
resolution: "tar@npm:7.5.16"
|
||||
version: 7.5.21
|
||||
resolution: "tar@npm:7.5.21"
|
||||
dependencies:
|
||||
"@isaacs/fs-minipass": "npm:^4.0.0"
|
||||
chownr: "npm:^3.0.0"
|
||||
minipass: "npm:^7.1.2"
|
||||
minizlib: "npm:^3.1.0"
|
||||
yallist: "npm:^5.0.0"
|
||||
checksum: 10c0/4f37f3c4bd2ca2755fd736a5df1d573c1a868ec1b1e893346aeafa95ac510f9e2fd1469420bd866cc7904799e5bd4ac62b5d4f03fe27747d6e1e373b44505c5c
|
||||
checksum: 10c0/bce0e51692356078e6f6a909d5c93f5b4c099c097ffea19b1b1bf10385539a429baba26bca59aabbace68c4519d16f2f1c07afe7eaab55876a449a032480fabc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user