Skip to content

Commit 3e57805

Browse files
committed
chore(deps): update semver to version 7.7.2 in package.json and pnpm-lock.yaml
- Upgraded semver from 7.7.1 to 7.7.2 for improved compatibility and functionality across the project. - Updated references in both package.json and pnpm-lock.yaml to reflect the new version. Signed-off-by: Innei <[email protected]>
1 parent 9978184 commit 3e57805

File tree

3 files changed

+37
-32
lines changed

3 files changed

+37
-32
lines changed

.husky/_/pre-commit

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
if [ "$SKIP_SIMPLE_GIT_HOOKS" = "1" ]; then
4+
echo "[INFO] SKIP_SIMPLE_GIT_HOOKS is set to 1, skipping hook."
5+
exit 0
6+
fi
7+
8+
if [ -f "$SIMPLE_GIT_HOOKS_RC" ]; then
9+
. "$SIMPLE_GIT_HOOKS_RC"
10+
fi
11+
12+
pnpm lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"get-pixels@^3>request": "./external/request",
4343
"mongodb": "6.12.0",
4444
"pino": "./external/pino",
45-
"semver": "7.7.1",
45+
"semver": "7.7.2",
4646
"typescript": "5.8.3",
4747
"whatwg-url": "14.1.1",
4848
"zod": "3.25.63"

pnpm-lock.yaml

Lines changed: 24 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)