Skip to content

Commit

Permalink
fix(storefront): BCTHEME-1125 Cannot Vault 16-digit Diners Club cards…
Browse files Browse the repository at this point in the history
… - creditcards module version is out of date.
  • Loading branch information
“bc-yevhenii-buliuk” committed Jul 20, 2022
1 parent 56e5431 commit 6e11600
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Cannot Vault 16-digit Diners Club cards - creditcards module version is out of date [#2239](https://github.com/bigcommerce/cornerstone/issues/2239)
- Bump webpack-bundle-analyzer [#2229]https://github.com/bigcommerce/cornerstone/pull/2229

## 6.5.0 (06-24-2022)
Expand Down
46 changes: 19 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@bigcommerce/stencil-utils": "^6.11.0",
"core-js": "^3.9.0",
"creditcards": "^3.0.1",
"creditcards": "^4.2.0",
"easyzoom": "^2.5.3",
"focus-trap": "^6.3.0",
"focus-within-polyfill": "^5.1.0",
Expand Down

0 comments on commit 6e11600

Please sign in to comment.