Skip to content

Commit

Permalink
Merge pull request #412 from mrmlnc/update_dependencies
Browse files Browse the repository at this point in the history
ISSUE-371: Update dependencies
  • Loading branch information
mrmlnc authored Jul 29, 2023
2 parents 4484a7d + 7c20626 commit 79b039a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
],
"devDependencies": {
"@nodelib/fs.macchiato": "^2.0.0",
"@types/glob-parent": "^5.1.0",
"@types/merge2": "^1.1.4",
"@types/micromatch": "^4.0.0",
"@types/mocha": "^5.2.7",
"@types/glob-parent": "^5.1.1",
"@types/merge2": "^1.4.1",
"@types/micromatch": "^4.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.39",
"@types/picomatch": "^2.3.0",
"@types/sinon": "^7.5.0",
"@types/sinon": "^10.0.15",
"bencho": "^0.1.1",
"eslint": "^6.5.1",
"eslint-config-mrmlnc": "^1.1.0",
"execa": "^7.1.1",
"fast-glob": "^3.0.4",
"execa": "^7.2.0",
"fast-glob": "^3.3.1",
"fdir": "^6.0.1",
"glob": "^10.0.0",
"glob": "^10.3.3",
"hereby": "^1.8.1",
"mocha": "^6.2.1",
"mocha": "^10.2.0",
"rimraf": "^5.0.0",
"sinon": "^7.5.0",
"sinon": "^15.2.0",
"snap-shot-it": "^7.9.10",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"dependencies": {
"@nodelib/fs.stat": "^3.0.0",
"@nodelib/fs.walk": "^2.0.0",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
"glob-parent": "^6.0.2",
"merge2": "^1.4.1",
"micromatch": "^4.0.5"
},
"scripts": {
"clean": "rimraf out",
Expand Down

0 comments on commit 79b039a

Please sign in to comment.