Skip to content

Commit 0b6e6e0

Browse files
committed
update packages
1 parent 43bc492 commit 0b6e6e0

File tree

3 files changed

+70
-57
lines changed

3 files changed

+70
-57
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.4] - 2024-02-27
9+
10+
### Security
11+
12+
- Updated dependencies.
13+
814
## [1.3.3] - 2023-08-20
915

1016
### Security

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.3",
2+
"version": "1.3.4",
33
"license": "MIT",
44
"type": "module",
55
"main": "dist",
@@ -9,15 +9,15 @@
99
"start": "node ."
1010
},
1111
"dependencies": {
12-
"axios": "^1.6.0",
13-
"dotenv": "^16.3.1",
14-
"node-cron": "^3.0.2",
15-
"winston": "^3.10.0"
12+
"axios": "^1.6.7",
13+
"dotenv": "^16.4.5",
14+
"node-cron": "^3.0.3",
15+
"winston": "^3.11.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.5.1",
19-
"@types/node-cron": "^3.0.8",
20-
"typescript": "^5.1.6"
18+
"@types/node": "^20.11.20",
19+
"@types/node-cron": "^3.0.11",
20+
"typescript": "^5.3.3"
2121
},
2222
"packageManager": "[email protected]"
2323
}

pnpm-lock.yaml

+56-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)