Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 committed Jul 16, 2023
1 parent bc808ac commit fca8785
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 43 deletions.
12 changes: 6 additions & 6 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## JavaScript
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|@oclif/core|2.9.0|MIT|
|@oclif/plugin-help|5.2.12|MIT|
|@oclif/plugin-not-found|2.3.29|MIT|
|@oclif/core|2.9.3|MIT|
|@oclif/plugin-help|5.2.13|MIT|
|@oclif/plugin-not-found|2.3.30|MIT|
|@oclif/plugin-plugins|3.1.6|MIT|
|@oclif/test|2.3.28|MIT|
|@oclif/test|2.3.29|MIT|
|@types/archiver|5.3.2|MIT|
|@types/chai|4.3.5|MIT|
|@types/decompress|4.2.4|MIT|
Expand All @@ -20,15 +20,15 @@
|archiver|5.3.1|MIT|
|chai|4.3.7|MIT|
|decompress|4.2.1|MIT|
|eslint|8.44.0|MIT|
|eslint|8.45.0|MIT|
|mocha|10.2.0|ISC<br/>MIT|
|mock-fs|5.2.0|MIT|
|node-pty|1.0.0|MIT|
|nyc|15.1.0|ISC<br/>MIT|
|oclif|3.9.1|MIT|
|pkg|5.8.1|MIT|
|prettier|3.0.0|Apache 2.0|
|prettier-plugin-organize-imports|3.2.2|MIT|
|prettier-plugin-organize-imports|3.2.3|MIT|
|recursive-copy|2.0.14|ISC|
|semver|7.5.4|ISC|
|shx|0.3.4|MIT|
Expand Down
58 changes: 28 additions & 30 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"repository": "eclipse-velocitas/cli",
"dependencies": {
"@oclif/core": "^2.9.0",
"@oclif/plugin-help": "^5.2.12",
"@oclif/plugin-not-found": "^2.3.29",
"@oclif/core": "^2.9.3",
"@oclif/plugin-help": "^5.2.13",
"@oclif/plugin-not-found": "^2.3.30",
"@oclif/plugin-plugins": "^3.1.6",
"decompress": "^4.2.1",
"node-pty": "^1.0.0",
Expand All @@ -28,26 +28,26 @@
"simple-git": "^3.19.1"
},
"devDependencies": {
"@oclif/test": "^2.3.28",
"@oclif/test": "^2.3.29",
"@types/archiver": "^5.3.2",
"@types/chai": "^4.3.5",
"@types/decompress": "^4.2.4",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.16.7",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"archiver": "^5.3.1",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"mocha": "^10.2.0",
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"oclif": "^3.9.1",
"pkg": "^5.8.1",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-organize-imports": "^3.2.3",
"shx": "^0.3.4",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit fca8785

Please sign in to comment.