Skip to content

Commit 7c19657

Browse files
committed
fix(deps): security update glob
1 parent 56b3044 commit 7c19657

File tree

3 files changed

+919
-799
lines changed

3 files changed

+919
-799
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "8.0.3",
44
"description": "PostgreSQL database migration management tool for node.js",
55
"scripts": {
6-
"clean": "rimraf .eslintcache dist pnpm-lock.yaml node_modules",
6+
"clean": "git clean -fdx",
77
"build": "tsup-node",
88
"format": "prettier --cache --write .",
99
"lint": "eslint --cache --cache-strategy content .",
@@ -81,7 +81,7 @@
8181
"templates"
8282
],
8383
"dependencies": {
84-
"glob": "~11.0.0",
84+
"glob": "~11.1.0",
8585
"yargs": "~17.7.0"
8686
},
8787
"devDependencies": {
@@ -132,7 +132,7 @@
132132
"optional": true
133133
}
134134
},
135-
"packageManager": "pnpm@10.12.1",
135+
"packageManager": "pnpm@10.25.0",
136136
"engines": {
137137
"node": ">=20.11.0"
138138
}

0 commit comments

Comments
 (0)