Skip to content

Commit

Permalink
fix(deps): bump bandersnatch from 1.11.1 to 1.12.1 (#37)
Browse files Browse the repository at this point in the history
Bumps [bandersnatch](https://github.com/hongaar/bandersnatch) from 1.11.1 to 1.12.1.
- [Release notes](https://github.com/hongaar/bandersnatch/releases)
- [Changelog](https://github.com/hongaar/bandersnatch/blob/main/CHANGELOG.md)
- [Commits](hongaar/bandersnatch@v1.11.1...v1.12.1)

---
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 10, 2023
1 parent ca57e6d commit c844e57
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@motorrijtuigenbelasting/core": "workspace:*",
"@motorrijtuigenbelasting/mrb2023": "workspace:*",
"@motorrijtuigenbelasting/rdw": "workspace:*",
"bandersnatch": "1.11.1",
"bandersnatch": "1.12.1",
"js-yaml": "4.1.0"
},
"devDependencies": {
Expand Down
24 changes: 23 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ __metadata:
"@types/jest": 29.5.0
"@types/js-yaml": ^4
"@types/node": 18.15.11
bandersnatch: 1.11.1
bandersnatch: 1.12.1
jest: 29.5.0
js-yaml: 4.1.0
ts-jest: 29.1.0
Expand Down Expand Up @@ -1617,6 +1617,15 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.24":
version: 17.0.24
resolution: "@types/yargs@npm:17.0.24"
dependencies:
"@types/yargs-parser": "*"
checksum: 5f3ac4dc4f6e211c1627340160fbe2fd247ceba002190da6cf9155af1798450501d628c9165a183f30a224fc68fa5e700490d740ff4c73e2cdef95bc4e8ba7bf
languageName: node
linkType: hard

"@types/yargs@npm:^17.0.8":
version: 17.0.22
resolution: "@types/yargs@npm:17.0.22"
Expand Down Expand Up @@ -1993,6 +2002,19 @@ __metadata:
languageName: node
linkType: hard

"bandersnatch@npm:1.12.1":
version: 1.12.1
resolution: "bandersnatch@npm:1.12.1"
dependencies:
"@types/yargs": 17.0.24
enquirer: ^2.3.6
string-argv: ^0.3.1
typed-emitter: ^2.1.0
yargs: ^17.5.1
checksum: e76134868e6df1b8e05d59993ee4c68885fae4831072a22487e6ab6d491b82a91ef87e84f5c9d4b37a82360411db08d6fc887c9e01f0f5bb53ca937e86efa559
languageName: node
linkType: hard

"base64-js@npm:^1.3.1":
version: 1.5.1
resolution: "base64-js@npm:1.5.1"
Expand Down

0 comments on commit c844e57

Please sign in to comment.