Skip to content

Commit

Permalink
fix: docs/themes/thxvscode/assets/js/package.json & docs/themes/thxvs…
Browse files Browse the repository at this point in the history
…code/assets/js/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880
  • Loading branch information
snyk-bot committed Jun 17, 2022
1 parent c5722cf commit f9ff4cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/themes/thxvscode/assets/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"bootstrap": "^3.4.0",
"jquery": "2.2.4",
"jquery": "3.5.0",
"js-cookie": "^2.1.4",
"lodash": "^4.17.4",
"react-dom": "^15.6.1",
Expand Down
8 changes: 4 additions & 4 deletions docs/themes/thxvscode/assets/js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2407,10 +2407,10 @@ isomorphic-fetch@^2.1.1:
node-fetch "^1.0.1"
whatwg-fetch ">=0.10.0"

jquery@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"
integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI=
jquery@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==

js-cookie@^2.1.4:
version "2.2.1"
Expand Down

0 comments on commit f9ff4cb

Please sign in to comment.