Skip to content

Commit

Permalink
🔒 Chore: upgrade crypto-js to fix 1 Dependabot alert in crypto-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jun 6, 2024
1 parent 8db70c5 commit 5c4de3a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions assets/data/cdn/jsdelivr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ libFiles:
# [email protected] https://github.com/osano/cookieconsent
cookieconsentCSS: [email protected]/build/cookieconsent.min.css
cookieconsentJS: [email protected]/build/cookieconsent.min.js
# crypto-js@4.1.1 https://github.com/brix/crypto-js
cryptoCoreJS: crypto-js@4.1.1/core.js
cryptoEncBase64JS: crypto-js@4.1.1/enc-base64.js
cryptoMd5JS: crypto-js@4.1.1/md5.js
cryptoSha256JS: crypto-js@4.1.1/sha256.js
# crypto-js@4.2.0 https://github.com/brix/crypto-js
cryptoCoreJS: crypto-js@4.2.0/core.js
cryptoEncBase64JS: crypto-js@4.2.0/enc-base64.js
cryptoMd5JS: crypto-js@4.2.0/md5.js
cryptoSha256JS: crypto-js@4.2.0/sha256.js
# [email protected] https://github.com/apache/echarts
echartsJS: [email protected]/dist/echarts.min.js
# [email protected] https://github.com/liriliri/eruda
Expand Down
10 changes: 5 additions & 5 deletions assets/data/cdn/unpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ libFiles:
# [email protected] https://github.com/osano/cookieconsent
cookieconsentCSS: [email protected]/build/cookieconsent.min.css
cookieconsentJS: [email protected]/build/cookieconsent.min.js
# crypto-js@4.1.1 https://github.com/brix/crypto-js
cryptoCoreJS: crypto-js@4.1.1/core.js
cryptoEncBase64JS: crypto-js@4.1.1/enc-base64.js
cryptoMd5JS: crypto-js@4.1.1/md5.js
cryptoSha256JS: crypto-js@4.1.1/sha256.js
# crypto-js@4.2.0 https://github.com/brix/crypto-js
cryptoCoreJS: crypto-js@4.2.0/core.js
cryptoEncBase64JS: crypto-js@4.2.0/enc-base64.js
cryptoMd5JS: crypto-js@4.2.0/md5.js
cryptoSha256JS: crypto-js@4.2.0/sha256.js
# [email protected] https://github.com/apache/echarts
echartsJS: [email protected]/dist/echarts.min.js
# [email protected] https://github.com/liriliri/eruda
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ artalk@latest https://github.com/ArtalkJS/Artalk
[email protected] https://github.com/algolia/autocomplete
[email protected] https://github.com/Lruihao/watermark
[email protected] https://github.com/osano/cookieconsent
crypto-js@4.1.1 https://github.com/brix/crypto-js
crypto-js@4.2.0 https://github.com/brix/crypto-js
[email protected] https://github.com/apache/echarts
TODO update emoji-data to 15.x
[email protected] https://github.com/iamcal/emoji-data
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/crypto-js/md5.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
var M_offset_14 = M[offset + 14];
var M_offset_15 = M[offset + 15];

// Working varialbes
// Working variables
var a = H[0];
var b = H[1];
var c = H[2];
Expand Down

0 comments on commit 5c4de3a

Please sign in to comment.