Skip to content

Commit

Permalink
chore: update dependencies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 20, 2023
1 parent bf1819e commit 8dd7c31
Show file tree
Hide file tree
Showing 62 changed files with 39,086 additions and 38,211 deletions.
455 changes: 263 additions & 192 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"diff": "^5.1.0",
"ejs": "^3.1.9",
"shell-quote": "^1.8.1",
Expand All @@ -34,9 +34,9 @@
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.40.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.47.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0"
},
Expand Down
Empty file removed templates/test
Empty file.
14 changes: 7 additions & 7 deletions test/base/cmd-entrypoint/package-lock.json

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

2 changes: 1 addition & 1 deletion test/base/cmd-entrypoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node ./bin/www"
},
"dependencies": {
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"cookie-parser": "^1.4.6",
"debug": "^2.6.9",
"express": "^4.18.2",
Expand Down
10 changes: 5 additions & 5 deletions test/base/dev/package-lock.json

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

2 changes: 1 addition & 1 deletion test/base/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.4.1",
"@types/node": "^20.5.1",
"typescript": "^5.1.6"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions test/base/distroless/package-lock.json

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

2 changes: 1 addition & 1 deletion test/base/distroless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node ./bin/www"
},
"dependencies": {
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"cookie-parser": "^1.4.6",
"debug": "^2.6.9",
"express": "^4.18.2",
Expand Down
10 changes: 5 additions & 5 deletions test/base/envargs/package-lock.json

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

2 changes: 1 addition & 1 deletion test/base/envargs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.4.1",
"@types/node": "^20.5.1",
"typescript": "^5.1.6"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions test/base/fluent-ffmpeg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"cookie-parser": "^1.4.6",
"debug": "^2.6.9",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
"http-errors": "^1.8.1",
"jade": "^1.11.0",
"morgan": "^1.10.0"
}
}
Loading

0 comments on commit 8dd7c31

Please sign in to comment.