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.13.0 to 2.14.0 (#504)
Browse files Browse the repository at this point in the history
* chore(deps): bump @bizon/amazon-ids from 2.13.0 to 2.14.0

Bumps [@bizon/amazon-ids](https://github.com/bizon/amazon-ids) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/bizon/amazon-ids/releases)
- [Commits](bizon/amazon-ids@v2.13.0...v2.14.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>

* tests: update test snapshots

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bertrand Marron <bertrand.marron@gmail.com>
  • Loading branch information
dependabot[bot] and tusbar committed Nov 18, 2022
1 parent 483c4ef commit 7facd04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions __tests__/lib/client/__snapshots__/error.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ exports[`lib.client.error should not allow updating error properties 1`] = `
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.be",
"vendorCentralDomain": "vendorcentral.amazon.com.be",
"vendorId": "A3Q3FYJVX702M2",
},
{
"advertisingApiDomain": "advertising-api-eu.amazon.com",
Expand Down
1 change: 1 addition & 0 deletions __tests__/lib/client/__snapshots__/marketplaces.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ exports[`lib.client.marketplaces getMarketplacesFromRegion should return a list
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.be",
"vendorCentralDomain": "vendorcentral.amazon.com.be",
"vendorId": "A3Q3FYJVX702M2",
},
{
"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.13.0",
"@bizon/amazon-ids": "^2.14.0",
"content-type": "^1.0.4",
"csv-parse": "^5.3.2",
"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.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==
"@bizon/amazon-ids@^2.14.0":
version "2.14.0"
resolved "https://registry.yarnpkg.com/@bizon/amazon-ids/-/amazon-ids-2.14.0.tgz#ad15b274f0f423d454bb84dd11d87575e5b98e52"
integrity sha512-rJk32TUYFGym15838+8QcioP+PJD+4ivcsZKQWnUi2OreeXIBmhNtQug5m5CyvF5Hu/YwvJ5PokshVCp0YyAxQ==
dependencies:
mem "^8.1.1"

Expand Down

0 comments on commit 7facd04

Please sign in to comment.