Skip to content

Commit 79e9adc

Browse files
committed
🔖 v3.3.2
1 parent e93677e commit 79e9adc

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-backup",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A complete framework to facilitate server backup using discord.js v12",
55
"main": "lib/index.js",
66
"files": [
@@ -34,12 +34,11 @@
3434
"discord.js": "^14.2.0"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^17.0.30",
37+
"@types/node": "^18.11.18",
3838
"@types/node-fetch": "^2.5.7",
39-
"@types/ws": "^7.2.4",
4039
"prettier": "^2.0.4",
4140
"tslint": "^6.1.1",
4241
"tslint-config-prettier": "^1.18.0",
43-
"typescript": "^4.6.4"
42+
"typescript": "^4.9.4"
4443
}
4544
}

yarn.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,10 @@
9595
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.21.tgz#d934aacc22424fe9622ebf6857370c052eae464e"
9696
integrity sha512-cHYfKsnwllYhjOzuC5q1VpguABBeecUp24yFluHpn/BQaVxB1CuQ1FSRZCzrPxrkIfWISXV2LbeoBthLWg0+0A==
9797

98-
"@types/node@^17.0.30":
99-
version "17.0.30"
100-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.30.tgz#2c6e8512acac70815e8176aa30c38025067880ef"
101-
integrity sha512-oNBIZjIqyHYP8VCNAV9uEytXVeXG2oR0w9lgAXro20eugRQfY002qr3CUl6BAe+Yf/z3CRjPdz27Pu6WWtuSRw==
102-
103-
"@types/ws@^7.2.4":
104-
version "7.4.0"
105-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.0.tgz#499690ea08736e05a8186113dac37769ab251a0e"
106-
integrity sha512-Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw==
107-
dependencies:
108-
"@types/node" "*"
98+
"@types/node@^18.11.18":
99+
version "18.11.18"
100+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
101+
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
109102

110103
"@types/ws@^8.5.3":
111104
version "8.5.4"
@@ -502,10 +495,10 @@ tsutils@^2.29.0:
502495
dependencies:
503496
tslib "^1.8.1"
504497

505-
typescript@^4.6.4:
506-
version "4.6.4"
507-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
508-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
498+
typescript@^4.9.4:
499+
version "4.9.4"
500+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
501+
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
509502

510503
undici@^5.13.0:
511504
version "5.14.0"

0 commit comments

Comments
 (0)