Skip to content

Commit 6736c57

Browse files
committed
chore: fix husky deprecation and security vulnerabilities
1 parent 984958f commit 6736c57

4 files changed

Lines changed: 3083 additions & 3119 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# Load nvm
52
export NVM_DIR="$HOME/.nvm"
63
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# Load nvm
52
export NVM_DIR="$HOME/.nvm"
63
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
},
5757
"pnpm": {
5858
"overrides": {
59-
"tmp": ">=0.2.4"
59+
"tmp": ">=0.2.4",
60+
"glob": ">=11.1.0",
61+
"js-yaml": ">=4.1.1"
6062
}
6163
},
6264
"dependencies": {
@@ -131,7 +133,7 @@
131133
"lint-staged": "^15.5.2",
132134
"prettier": "^3.6.2",
133135
"prettier-plugin-tailwindcss": "^0.6.14",
134-
"rimraf": "^6.0.1",
136+
"rimraf": "^6.1.2",
135137
"semantic-release": "^24.2.9",
136138
"tw-animate-css": "^1.3.8",
137139
"typescript": "~5.9.2",

0 commit comments

Comments
 (0)