Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix(deps): bump @bizon/amazon-ids from 2.12.1 to 2.13.0 (#498)
Browse files Browse the repository at this point in the history
Bumps [@bizon/amazon-ids](https://github.com/bizon/amazon-ids) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/bizon/amazon-ids/releases)
- [Commits](bizon/amazon-ids@v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: "@bizon/amazon-ids"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
  • Loading branch information
dependabot[bot] committed Oct 2, 2022
1 parent 4220f84 commit f4a2173
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions __tests__/lib/client/__snapshots__/error.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ exports[`lib.client.error should not allow updating error properties 1`] = `
"mwsDomain": "mws-eu.amazonservices.com",
"name": "Belgium",
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.be",
"vendorCentralDomain": "vendorcentral.amazon.com.be",
},
{
"advertisingApiDomain": "advertising-api-eu.amazon.com",
Expand Down
2 changes: 2 additions & 0 deletions __tests__/lib/client/__snapshots__/marketplaces.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ exports[`lib.client.marketplaces getMarketplacesFromRegion should return a list
"mwsDomain": "mws-eu.amazonservices.com",
"name": "Belgium",
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.be",
"vendorCentralDomain": "vendorcentral.amazon.com.be",
},
{
"advertisingApiDomain": "advertising-api-eu.amazon.com",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"author": "Bertrand Marron <bertrand.marron@gmail.com>",
"dependencies": {
"@bizon/amazon-ids": "^2.12.1",
"@bizon/amazon-ids": "^2.13.0",
"content-type": "^1.0.4",
"csv-parse": "^5.3.0",
"date-fns": "^2.29.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bizon/amazon-ids@^2.12.1":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@bizon/amazon-ids/-/amazon-ids-2.12.1.tgz#58371d8aee84079e4b1dcf0c21f34c4dbda36068"
integrity sha512-QVCPXTrhdQigSeW5Npkglt5QHhnBbS8oZR6XbGoP7zYXSMhv3ZPrJ0GYD3sZbChI9VwoOb9R9iv9mJ9hZU7K1A==
"@bizon/amazon-ids@^2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@bizon/amazon-ids/-/amazon-ids-2.13.0.tgz#52b40db20dc25e6abe88ad2e3ca990b978161758"
integrity sha512-6vX9GxKNPrA7HcJCE3FQue10ngOdt4G6LNNiObFzmLWfsRUlm8a7YsTS3abfLOwXnob7hcH0mm+GS/+YYBybsg==
dependencies:
mem "^8.1.1"

Expand Down

0 comments on commit f4a2173

Please sign in to comment.