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

Bumps [@bizon/amazon-ids](https://github.com/bizon/amazon-ids) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/bizon/amazon-ids/releases)
- [Commits](bizon/amazon-ids@v2.10.0...v2.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* test: update tests

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 May 4, 2022
1 parent a50938a commit 2d51289
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 @@ -134,6 +134,7 @@ Object {
"mwsDomain": "mws-eu.amazonservices.com",
"name": "Saudi Arabia",
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.sa",
"vendorId": "A2XPWB6MYN7ZDK",
},
Object {
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 @@ -212,6 +212,7 @@ Array [
"mwsDomain": "mws-eu.amazonservices.com",
"name": "Saudi Arabia",
"region": "eu",
"sellerCentralDomain": "sellercentral.amazon.com.sa",
"vendorId": "A2XPWB6MYN7ZDK",
},
Object {
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.10.0",
"@bizon/amazon-ids": "^2.10.1",
"content-type": "^1.0.4",
"csv-parse": "^5.0.4",
"date-fns": "^2.28.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bizon/amazon-ids@^2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@bizon/amazon-ids/-/amazon-ids-2.10.0.tgz#1a0d368e25ec3825fb868ee5391498d6a64c24a8"
integrity sha512-LkBuNIPVKm+yGt9n/gZRobtcoWDIn17siVH1SBCYaEApsZJSe2y4r+eZlwkiw1YtEGAOPueUfSOvyq047nqmLQ==
"@bizon/amazon-ids@^2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@bizon/amazon-ids/-/amazon-ids-2.10.1.tgz#57b0419a1d6ec8b6b8be192af65e8a6a2f3212bd"
integrity sha512-haoG3xAyaDciiOVW6oqCueDCh1nYG4xd8y3QLfO6hlSulBs1ThKjUW8dB/ztrodK3zuxweaBeuEq/4dO8jwAzg==
dependencies:
mem "^8.1.1"

Expand Down

0 comments on commit 2d51289

Please sign in to comment.