Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 2, 2023
1 parent cbfb3e7 commit f873e26
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Repository checkout
uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
- name: Install latest npm
Expand Down
114 changes: 14 additions & 100 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"json5": "^2.2.3",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"mssql": "^9.1.1",
"mssql": "^9.1.2",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.4",
"pg": "^8.11.2",
"pg-promise": "^11.5.2",
"pg-promise": "^11.5.3",
"ssh2-sftp-client": "^9.1.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
Expand All @@ -57,7 +57,7 @@
"@types/lodash": "^4.14.196",
"@types/ms": "^0.7.31",
"@types/mssql": "^8.1.2",
"@types/node": "^20.4.5",
"@types/node": "^20.4.6",
"@types/node-schedule": "^2.1.0",
"@types/nodemailer": "^6.4.9",
"@types/pg": "^8.10.2",
Expand Down

0 comments on commit f873e26

Please sign in to comment.