Skip to content

Commit 677830d

Browse files
chore: update dependencies
1 parent 0a2149e commit 677830d

File tree

3 files changed

+34
-143
lines changed

3 files changed

+34
-143
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ dist
129129
.yarn/build-state.yml
130130
.yarn/install-state.gz
131131
.pnp.*
132+
133+
# Idea IDE
134+
.idea

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"class-transformer-validator": "^0.9.1",
3838
"class-validator": "^0.14.0",
3939
"execa": "^8.0.1",
40-
"fs-extra": "^11.1.1",
41-
"glob": "^10.3.3",
42-
"read-pkg": "^8.0.0",
43-
"reflect-metadata": "^0.1.13",
44-
"replace-in-file": "^7.0.1"
40+
"fs-extra": "^11.2.0",
41+
"glob": "^10.3.10",
42+
"read-pkg": "^9.0.1",
43+
"reflect-metadata": "^0.2.1",
44+
"replace-in-file": "^7.0.2"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "7.23.6",

0 commit comments

Comments
 (0)