Skip to content

Commit

Permalink
fix: update fast-glob to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
novalex committed Jul 13, 2023
1 parent af904d8 commit 4757002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/write": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.0.1",
"commander": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
Expand All @@ -66,10 +67,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.0.2",
"write": "^2.0.0",
"commander": "^10.0.0",
"ts-node": "^10.9.1"
"write": "^2.0.0"
},
"dependencies": {
"@deepcode/dcignore": "^1.0.4",
Expand All @@ -79,7 +79,7 @@
"@types/lodash.union": "^4.6.6",
"@types/sarif": "^2.1.4",
"@types/uuid": "^8.3.1",
"fast-glob": "^3.2.11",
"fast-glob": "3.3.0",
"ignore": "^5.1.8",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
Expand Down

0 comments on commit 4757002

Please sign in to comment.