Skip to content

Commit

Permalink
fix: security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Dec 7, 2024
1 parent 6776880 commit a842862
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 436 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ yarn-error.*

# typescript
*.tsbuildinfo

# misc
.history
lefthook.yml
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/types": "^18.6.1",
"husky": "^9.0.11"
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"husky": "^9.1.7"
},
"engines": {
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"@expo/config>semver@^7": "^7.6.0",
"@expo/image-utils>semver@^7": "^7.6.0"
"@expo/image-utils>semver@^7": "^7.6.0",
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5",
"rollup@>=4.0.0 <4.22.4": "^4.22.4",
"fast-loops@<1.1.4": "^1.1.4",
"ws@>=8.0.0 <8.17.1": "^8.17.1",
"braces@<3.0.3": "^3.0.3",
"vite@>=5.2.0 <5.2.14": "^5.2.14",
"micromatch@<4.0.8": "^4.0.8",
"send@<0.19.0": "^0.19.0",
"serve-static@<1.16.0": "^1.16.0"
}
}
}
Loading

0 comments on commit a842862

Please sign in to comment.