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 Jun 5, 2023
1 parent e5e0198 commit bf6dcae
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
Expand Down
158 changes: 79 additions & 79 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 @@ -33,7 +33,7 @@
"axios": "^1.4.0",
"commander": "^10.0.1",
"date-fns": "^2.30.0",
"dotenv": "^16.1.1",
"dotenv": "^16.1.4",
"dotenv-expand": "^10.0.0",
"execa": "^5.1.1",
"fast-csv": "^4.3.6",
Expand All @@ -44,7 +44,7 @@
"mssql": "^9.1.1",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.3",
"pg": "^8.9.0",
"pg": "^8.11.0",
"pg-promise": "^11.5.0",
"ssh2-sftp-client": "^9.1.0",
"winston": "^3.9.0",
Expand All @@ -61,9 +61,9 @@
"@types/nodemailer": "^6.4.8",
"@types/pg": "^8.10.1",
"@types/ssh2-sftp-client": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -80,8 +80,8 @@
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
}
Expand Down

0 comments on commit bf6dcae

Please sign in to comment.