Skip to content

Commit 8904ffc

Browse files
committed
update dependencies
1 parent 832bc19 commit 8904ffc

File tree

3 files changed

+115
-118
lines changed

3 files changed

+115
-118
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,26 @@ 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.1.1] - 2022-02-07
9+
10+
### Security
11+
12+
- Updated dependencies.
13+
14+
## [1.1.0] - 2021-10-22
15+
16+
### Changed
17+
18+
- Added typescript for type safety.
19+
- Switched to pnpm.
20+
821
## [1.0.0] - 2021-05-05
922

1023
### Added
1124

12-
- automated build & tagging
13-
- arm images
25+
- Automated build & tagging.
26+
- Arm images.
1427

1528
### Security
1629

17-
- updated dependencies
30+
- Updated dependencies.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"build": "tsc"
77
},
88
"dependencies": {
9-
"axios": "^0.23.0",
10-
"cloudflare": "^2.7.0",
9+
"axios": "^0.25.0",
10+
"cloudflare": "^2.9.1",
1111
"cron": "^1.8.2",
12-
"dotenv": "^10.0.0",
13-
"winston": "^3.3.3"
12+
"dotenv": "^16.0.0",
13+
"winston": "^3.5.1"
1414
},
1515
"devDependencies": {
16-
"@types/cloudflare": "^2.7.6",
16+
"@types/cloudflare": "^2.7.7",
1717
"@types/cron": "^1.7.3",
1818
"ts-node-dev": "^1.1.8",
19-
"typescript": "^4.4.4"
19+
"typescript": "^4.5.5"
2020
}
2121
}

0 commit comments

Comments
 (0)