Skip to content

Commit

Permalink
Merge pull request #53 from tronprotocol/fix/dependency-vulnerability…
Browse files Browse the repository at this point in the history
…-fix

chore: fix dependency vulnerability
  • Loading branch information
unicornonea authored Mar 21, 2024
2 parents edf2e6b + 828d77d commit c9627fd
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 205 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,21 @@
"nth-check@<2.0.1": ">=2.0.1",
"browserify-sign": ">=4.2.2",
"postcss": ">=8.4.31",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"semver@>=5.7.1": ">=5.7.2",
"semver@>=6.0.0": ">=6.3.1",
"semver@>=7.0.0": ">=7.5.2",
"get-func-name": "2.0.2",
"tough-cookie": ">=4.1.3",
"next": ">=13.4.20-canary.13",
"vite": ">=3.2.7",
"vite": ">=5.0.12",
"word-wrap": ">=1.2.4",
"yaml": ">=2.2.2",
"@babel/traverse": ">=7.23.2",
"pnpm": ">=7.33.4",
"vconsole": ">=3.15.1",
"axios": ">=1.6.0",
"@adobe/css-tools": ">=4.3.1"
"@adobe/css-tools": ">=4.3.2",
"follow-redirects": ">=1.15.6"
}
}
}
3 changes: 1 addition & 2 deletions packages/vue/vue-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"shx": "^0.3.4",
"vite": "^5.0.10",
"vitest": "^1.0.2",
"vue": "^3.3.13",
"vue-tsc": "^1.8.22"
"vue": "^3.3.13"
}
}
Loading

0 comments on commit c9627fd

Please sign in to comment.