Skip to content

Commit

Permalink
Merge pull request #465 from mrmlnc/update_dependencies_2024_12_01
Browse files Browse the repository at this point in the history
Update dependencies after @nodelib release
  • Loading branch information
mrmlnc authored Dec 1, 2024
2 parents cc40378 + ac38718 commit 9db006e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"implementation"
],
"devDependencies": {
"@nodelib/fs.macchiato": "^2.0.0",
"@nodelib/fs.macchiato": "^3.0.0",
"@types/glob-parent": "^5.1.3",
"@types/merge2": "^1.4.4",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^10.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "^16.18.61",
"@types/picomatch": "^3.0.1",
"@types/sinon": "^17.0.3",
Expand All @@ -47,11 +47,11 @@
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"snap-shot-it": "^7.9.10",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@nodelib/fs.stat": "^3.0.0",
"@nodelib/fs.walk": "^2.0.0",
"@nodelib/fs.stat": "^4.0.0",
"@nodelib/fs.walk": "^3.0.0",
"glob-parent": "^6.0.2",
"merge2": "^1.4.1",
"micromatch": "^4.0.8"
Expand Down

0 comments on commit 9db006e

Please sign in to comment.