Skip to content

Commit 37cdc12

Browse files
committed
update deps
1 parent 02c27af commit 37cdc12

File tree

5 files changed

+114
-184
lines changed

5 files changed

+114
-184
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.2] - 2023-06-24
9+
10+
### Security
11+
12+
- Updated dependencies.
13+
814
## [1.3.1] - 2022-11-28
915

1016
### Added

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as base
1+
FROM node:20-alpine as base
22
WORKDIR /app
33
RUN npm -g i pnpm
44

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"version": "1.3.1",
2+
"packageManager": "[email protected]",
3+
"version": "1.3.2",
34
"license": "MIT",
45
"type": "module",
56
"main": "dist",
@@ -9,14 +10,14 @@
910
"start": "node ."
1011
},
1112
"dependencies": {
12-
"axios": "^1.2.0",
13-
"dotenv": "^16.0.3",
13+
"axios": "^1.4.0",
14+
"dotenv": "^16.3.1",
1415
"node-cron": "^3.0.2",
15-
"winston": "^3.8.2"
16+
"winston": "^3.9.0"
1617
},
1718
"devDependencies": {
18-
"@types/node": "^18.11.9",
19-
"@types/node-cron": "^3.0.6",
20-
"typescript": "^4.9.3"
19+
"@types/node": "^20.3.1",
20+
"@types/node-cron": "^3.0.7",
21+
"typescript": "^5.1.3"
2122
}
2223
}

0 commit comments

Comments
 (0)