Skip to content

Commit 144d8e0

Browse files
committed
chore: bump deps
1 parent df38f90 commit 144d8e0

File tree

4 files changed

+66
-58
lines changed

4 files changed

+66
-58
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: pnpm/action-setup@v2
1212
with:
1313
version: 8

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 6.2.0
4+
5+
- Upgrade deps
6+
7+
## 6.1.0
8+
9+
- Fix: `dist` was not uploaded.
10+
311
## 6.0.0
412

513
- Move npm handle from `@casper124578` to `@casperiv`

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pastebin-api",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "A very simple npm package to interact with the pastebin api.",
55
"license": "MIT",
66
"main": "./dist/index.js",
@@ -35,8 +35,8 @@
3535
"pastebin-api"
3636
],
3737
"dependencies": {
38-
"fast-xml-parser": "^4.2.7",
39-
"undici": "^5.23.0"
38+
"fast-xml-parser": "^4.3.1",
39+
"undici": "^5.25.2"
4040
},
4141
"repository": {
4242
"type": "git",
@@ -48,14 +48,14 @@
4848
"homepage": "https://github.com/casperiv0/pastebin-api#readme",
4949
"devDependencies": {
5050
"@casperiv/eslint-config": "^8.0.0",
51-
"@types/node": "^20.5.0",
51+
"@types/node": "^20.8.0",
5252
"dotenv": "^16.3.1",
53-
"eslint": "^8.47.0",
54-
"prettier": "^3.0.2",
55-
"rimraf": "^5.0.1",
53+
"eslint": "^8.50.0",
54+
"prettier": "^3.0.3",
55+
"rimraf": "^5.0.5",
5656
"ts-node": "^10.9.1",
5757
"tsup": "^7.2.0",
58-
"typescript": "^5.1.6"
58+
"typescript": "^5.2.2"
5959
},
6060
"prettier": {
6161
"semi": true,

pnpm-lock.yaml

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)