Skip to content

Commit 5c18f26

Browse files
committed
🔨 chore: bump deps
1 parent 5efb238 commit 5c18f26

File tree

3 files changed

+74
-58
lines changed

3 files changed

+74
-58
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.5
4+
5+
- bump dependencies
6+
37
## 5.1.4
48

59
- build(deps): bump undici from 5.8.0 to 5.8.2 by @dependabot in https://github.com/Dev-CasperTheGhost/pastebin-api/pull/111

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pastebin-api"
3535
],
3636
"dependencies": {
37-
"fast-xml-parser": "^4.0.9",
37+
"fast-xml-parser": "^4.0.10",
3838
"undici": "^5.10.0"
3939
},
4040
"repository": {
@@ -47,13 +47,13 @@
4747
"homepage": "https://github.com/Dev-CasperTheGhost/pastebin-api#readme",
4848
"devDependencies": {
4949
"@casper124578/eslint-config": "^5.0.1",
50-
"@types/node": "^18.7.14",
51-
"dotenv": "^16.0.2",
52-
"eslint": "^8.23.0",
50+
"@types/node": "^18.7.23",
51+
"dotenv": "^16.0.3",
52+
"eslint": "^8.24.0",
5353
"prettier": "^2.7.1",
5454
"rimraf": "^3.0.2",
5555
"tsup": "^6.2.3",
56-
"typescript": "^4.8.2"
56+
"typescript": "^4.8.4"
5757
},
5858
"prettier": {
5959
"semi": true,

0 commit comments

Comments
 (0)