Skip to content

Commit 95ad574

Browse files
committed
🔨 chore: bump deps
1 parent 2c147e8 commit 95ad574

File tree

3 files changed

+55
-51
lines changed

3 files changed

+55
-51
lines changed

CHANGELOG.md

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

3+
## 5.1.1
4+
5+
- Bump dependencies
6+
37
## 5.1.0
48

59
- Bump dependencies

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pastebin-api",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A very simple npm package to interact with the pastebin api.",
55
"license": "MIT",
66
"main": "./dist/index.js",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"fast-xml-parser": "^4.0.8",
38-
"undici": "^5.4.0"
38+
"undici": "^5.5.1"
3939
},
4040
"repository": {
4141
"type": "git",
@@ -47,13 +47,13 @@
4747
"homepage": "https://github.com/Dev-CasperTheGhost/pastebin-api#readme",
4848
"devDependencies": {
4949
"@casper124578/eslint-config": "^4.4.0",
50-
"@types/node": "^17.0.38",
50+
"@types/node": "^18.0.0",
5151
"dotenv": "^16.0.1",
52-
"eslint": "^8.16.0",
53-
"prettier": "^2.6.2",
52+
"eslint": "^8.18.0",
53+
"prettier": "^2.7.1",
5454
"rimraf": "^3.0.2",
55-
"tsup": "^6.0.1",
56-
"typescript": "^4.7.2"
55+
"tsup": "^6.1.2",
56+
"typescript": "^4.7.4"
5757
},
5858
"prettier": {
5959
"semi": true,

0 commit comments

Comments
 (0)