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

Commit d0b40ca

Browse files
committed
Upgrade crypto-js to v4.2.0
Resolves #76.
1 parent 682f0d8 commit d0b40ca

File tree

3 files changed

+248
-230
lines changed

3 files changed

+248
-230
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Updated dependencies
11+
- Includes upgrade to `[email protected]`
12+
1013
## [5.0.0] - 2023-03-25
1114

1215
### Changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"redux-persist": "^6.x.x"
3838
},
3939
"dependencies": {
40-
"crypto-js": "^4.1.1",
40+
"crypto-js": "^4.2.0",
4141
"json-stringify-safe": "^5.0.1"
4242
},
4343
"devDependencies": {
44-
"@types/crypto-js": "^4.1.1",
45-
"@types/json-stringify-safe": "^5.0.0",
44+
"@types/crypto-js": "^4.1.3",
45+
"@types/json-stringify-safe": "^5.0.2",
4646
"@types/node": "^18.15.8",
4747
"@types/sinon": "^10.0.13",
4848
"ava": "^5.2.0",

0 commit comments

Comments
 (0)