Skip to content

Commit

Permalink
fix: examples/custom-tabbar-vue3/package.json & examples/custom-tabba…
Browse files Browse the repository at this point in the history
…r-vue3/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Jul 26, 2024
1 parent 914fe42 commit 235c1bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/custom-tabbar-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tarojs/runtime": "3.4.3",
"@tarojs/taro": "3.4.3",
"@tarojs/components": "3.4.3",
"@tarojs/plugin-framework-vue3": "3.4.3",
"@tarojs/plugin-framework-vue3": "4.0.0",
"vuex": "^4.0.0-beta.4",
"vue": "^3.0.0"
},
Expand Down
22 changes: 12 additions & 10 deletions examples/custom-tabbar-vue3/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,16 +1305,13 @@
webpack-chain "4.9.0"
webpack-format-messages "^2.0.5"

"@tarojs/plugin-framework-vue3@3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@tarojs/plugin-framework-vue3/-/plugin-framework-vue3-3.4.3.tgz#3006925d7e94709c2bf639e37a9aa51417a924b5"
integrity sha512-I6wnlxMelXMpeq+H6+lRr9LTvi0LDKBRBOJS9O1uQBahzF4lNXz8tH2L4Ur8lg9ibXbqQqVZNdWeEk9IFx7y5w==
"@tarojs/plugin-framework-vue3@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@tarojs/plugin-framework-vue3/-/plugin-framework-vue3-4.0.0.tgz#7247fa92d34ef19f0c88d9d0b2d1c69912dffd04"
integrity sha512-4dZxQHJomTYi/HRmF1iTmg5E5My63aCygaSfPO96AJjEpa5Rx1vpCLigL8gtgDB0+J1FqnRCQO0aEjURrlGrmQ==
dependencies:
"@tarojs/helper" "3.4.3"
"@tarojs/runner-utils" "3.4.3"
"@tarojs/runtime" "3.4.3"
"@tarojs/shared" "3.4.3"
webpack "4.46.0"
lodash "4.17.21"
tslib "2.6.2"

"@tarojs/plugin-platform-alipay@3.4.3":
version "3.4.3"
Expand Down Expand Up @@ -6355,7 +6352,7 @@ lodash.sortby@^4.7.0:
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=

lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4:
lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -9619,6 +9616,11 @@ trough@^1.0.0:
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==

tslib@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit 235c1bf

Please sign in to comment.