Skip to content

Commit

Permalink
chore(deps): bump bandersnatch from 1.9.2 to 1.11.2 in /examples/bund…
Browse files Browse the repository at this point in the history
…le (#433)

Bumps [bandersnatch](https://github.com/hongaar/bandersnatch) from 1.9.2 to 1.11.2.
- [Release notes](https://github.com/hongaar/bandersnatch/releases)
- [Changelog](https://github.com/hongaar/bandersnatch/blob/main/CHANGELOG.md)
- [Commits](v1.9.2...v1.11.2)

---
updated-dependencies:
- dependency-name: bandersnatch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 4142018 commit c24ac27
Showing 1 changed file with 29 additions and 18 deletions.
47 changes: 29 additions & 18 deletions examples/bundle/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:^17.0.2":
"@types/yargs@npm:17.0.10":
version: 17.0.10
resolution: "@types/yargs@npm:17.0.10"
dependencies:
Expand Down Expand Up @@ -184,15 +184,15 @@ __metadata:
linkType: hard

"bandersnatch@npm:^1.9.2":
version: 1.9.2
resolution: "bandersnatch@npm:1.9.2"
version: 1.11.2
resolution: "bandersnatch@npm:1.11.2"
dependencies:
"@types/yargs": ^17.0.2
"@types/yargs": 17.0.10
enquirer: ^2.3.6
string-argv: ^0.3.1
typed-emitter: ^2.0.0
yargs: ^17.1.1
checksum: 20a1661aea80c3ecc80cab6483eb9ec8d2f3e28448ef67aca6951662e43572054d84c2ec6f8262bdba9faa5f6a75f11c3cf768a6923d808ab8c967a0a91bd6ec
typed-emitter: ^2.1.0
yargs: ^17.5.1
checksum: 6149f588159f08c3eda7ae8038d4220236ec91531cf7aaa5937ee8c0b3971dc9315ce87398213f93347bf655cfe48287f5e21df6f18c2e38e05987b638e079fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -261,6 +261,17 @@ __metadata:
languageName: node
linkType: hard

"cliui@npm:^8.0.1":
version: 8.0.1
resolution: "cliui@npm:8.0.1"
dependencies:
string-width: ^4.2.0
strip-ansi: ^6.0.1
wrap-ansi: ^7.0.0
checksum: 79648b3b0045f2e285b76fb2e24e207c6db44323581e421c3acbd0e86454cba1b37aea976ab50195a49e7384b871e6dfb2247ad7dec53c02454ac6497394cb56
languageName: node
linkType: hard

"code-point-at@npm:^1.0.0":
version: 1.1.0
resolution: "code-point-at@npm:1.1.0"
Expand Down Expand Up @@ -1416,7 +1427,7 @@ resolve@^1.20.0:
languageName: node
linkType: hard

"typed-emitter@npm:^2.0.0":
"typed-emitter@npm:^2.1.0":
version: 2.1.0
resolution: "typed-emitter@npm:2.1.0"
dependencies:
Expand Down Expand Up @@ -1534,10 +1545,10 @@ typescript@^5.0.3:
languageName: node
linkType: hard

"yargs-parser@npm:^21.0.0":
version: 21.0.1
resolution: "yargs-parser@npm:21.0.1"
checksum: c3ea2ed12cad0377ce3096b3f138df8267edf7b1aa7d710cd502fe16af417bafe4443dd71b28158c22fcd1be5dfd0e86319597e47badf42ff83815485887323a
"yargs-parser@npm:^21.1.1":
version: 21.1.1
resolution: "yargs-parser@npm:21.1.1"
checksum: ed2d96a616a9e3e1cc7d204c62ecc61f7aaab633dcbfab2c6df50f7f87b393993fe6640d017759fe112d0cb1e0119f2b4150a87305cc873fd90831c6a58ccf1c
languageName: node
linkType: hard

Expand All @@ -1556,17 +1567,17 @@ typescript@^5.0.3:
languageName: node
linkType: hard

"yargs@npm:^17.1.1":
version: 17.4.0
resolution: "yargs@npm:17.4.0"
"yargs@npm:^17.5.1":
version: 17.7.1
resolution: "yargs@npm:17.7.1"
dependencies:
cliui: ^7.0.2
cliui: ^8.0.1
escalade: ^3.1.1
get-caller-file: ^2.0.5
require-directory: ^2.1.1
string-width: ^4.2.3
y18n: ^5.0.5
yargs-parser: ^21.0.0
checksum: 63985bddddf1fb6b9c98744591e8b70f99839591521cb84eea60903d52ec0da35ab46c42c325d151f3ab5c41935f976c10da096b5a7067c217714a91c0bd4be3
yargs-parser: ^21.1.1
checksum: 3d8a43c336a4942bc68080768664aca85c7bd406f018bad362fd255c41c8f4e650277f42fd65d543fce99e084124ddafee7bbfc1a5c6a8fda4cec78609dcf8d4
languageName: node
linkType: hard

0 comments on commit c24ac27

Please sign in to comment.