Skip to content

Commit

Permalink
build(npm): updates external dependencies
Browse files Browse the repository at this point in the history
Up'em just updated these outdated dependencies in package.json:

@types/node         20.5.6   -> 20.5.8  devDependencies   (policy: latest)
dependency-cruiser  13.1.4   -> 13.1.5  devDependencies   (policy: latest)
prettier            3.0.2    -> 3.0.3   devDependencies   (policy: latest)
yaml                2.3.1    -> 2.3.2   dependencies      (policy: latest)
  • Loading branch information
sverweij committed Sep 2, 2023
1 parent c423637 commit 42d66ec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
51 changes: 26 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
"url": "https://github.com/sverweij/virtual-code-owners/issues"
},
"devDependencies": {
"@types/node": "20.5.6",
"@types/node": "20.5.8",
"c8": "8.0.1",
"dependency-cruiser": "13.1.4",
"dependency-cruiser": "13.1.5",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"upem": "8.0.0",
"watskeburt": "1.0.1"
},
"dependencies": {
"ajv": "8.12.0",
"yaml": "2.3.1"
"yaml": "2.3.2"
},
"engines": {
"node": "^16.19.0||^18.11.0||>=20.0.0"
Expand Down

0 comments on commit 42d66ec

Please sign in to comment.