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

Commit

Permalink
Upgrade crypto-js to v4.2.0
Browse files Browse the repository at this point in the history
Resolves #76.
  • Loading branch information
maxdeviant committed Oct 30, 2023
1 parent 682f0d8 commit d0b40ca
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 230 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Updated dependencies
- Includes upgrade to `[email protected]`

## [5.0.0] - 2023-03-25

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"redux-persist": "^6.x.x"
},
"dependencies": {
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/json-stringify-safe": "^5.0.0",
"@types/crypto-js": "^4.1.3",
"@types/json-stringify-safe": "^5.0.2",
"@types/node": "^18.15.8",
"@types/sinon": "^10.0.13",
"ava": "^5.2.0",
Expand Down
Loading

0 comments on commit d0b40ca

Please sign in to comment.