Commit 4b6f16f 1 parent 7e38b3b commit 4b6f16f Copy full SHA for 4b6f16f
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
13
13
### Deprecated
14
14
### Removed
15
15
### Fixed
16
+ - Upgrade ` JSON11 ` from 1.1.2 to 2.0.0 to ensure UTF-8 safety when stringifying JSON data
16
17
### Security
17
18
18
19
## [ 2.12.0]
Original file line number Diff line number Diff line change 104
104
"dependencies" : {
105
105
"aws4" : " ^1.11.0" ,
106
106
"debug" : " ^4.3.1" ,
107
- "json11" : " ^1.1.2 " ,
107
+ "json11" : " ^2.0.0 " ,
108
108
"hpagent" : " ^1.2.0" ,
109
109
"ms" : " ^2.1.3" ,
110
110
"secure-json-parse" : " ^2.4.0"
Original file line number Diff line number Diff line change @@ -2091,10 +2091,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
2091
2091
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
2092
2092
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
2093
2093
2094
- json11@^1.1.2 :
2095
- version "1.1.2 "
2096
- resolved "https://registry.yarnpkg.com/json11/-/json11-1.1.2 .tgz#35ffd3ee5073b0cc09ef826b0a0dc005ebef2b5b "
2097
- integrity sha512-5r1RHT1/Gr/jsI/XZZj/P6F11BKM8xvTaftRuiLkQI9Z2PFDukM82Ysxw8yDszb3NJP/NKnRlSGmhUdG99rlBw ==
2094
+ json11@^2.0.0 :
2095
+ version "2.0.0 "
2096
+ resolved "https://registry.yarnpkg.com/json11/-/json11-2.0.0 .tgz#06c4ad0a40b50c5de99a87f6d3028593137e5641 "
2097
+ integrity sha512-VuKJKUSPEJape+daTm70Nx7vdcdorf4S6LCyN2z0jUVH4UrQ4ftXo2kC0bnHpCREmxHuHqCNVPA75BjI3CB6Ag ==
2098
2098
2099
2099
json5@^2.1.2 :
2100
2100
version "2.2.3"
You can’t perform that action at this time.
0 commit comments