Skip to content

Commit aa7a322

Browse files
committed
Bump dependencies
1 parent dbe802e commit aa7a322

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/discloud/cli#readme",
2424
"dependencies": {
25-
"@discloudapp/api-types": "^0.1.0",
25+
"@discloudapp/api-types": "^0.1.4",
2626
"archiver": "^5.3.1",
2727
"form-data": "^4.0.0",
2828
"glob": "^8.0.3",
@@ -31,9 +31,9 @@
3131
"devDependencies": {
3232
"@types/archiver": "^5.3.1",
3333
"@types/eslint": "^8.4.6",
34-
"@types/node": "^18.7.16",
35-
"@typescript-eslint/eslint-plugin": "^5.36.2",
36-
"@typescript-eslint/parser": "^5.36.2",
34+
"@types/node": "^18.7.18",
35+
"@typescript-eslint/eslint-plugin": "^5.37.0",
36+
"@typescript-eslint/parser": "^5.37.0",
3737
"copyfiles": "^2.4.1",
3838
"eslint": "^8.23.1",
3939
"ts-node": "^10.9.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
dependencies:
3131
"@jridgewell/trace-mapping" "0.3.9"
3232

33-
"@discloudapp/api-types@^0.1.0":
34-
version "0.1.0"
35-
resolved "https://registry.yarnpkg.com/@discloudapp/api-types/-/api-types-0.1.0.tgz#19389729d63a90d7e4870372adec59af359ed226"
36-
integrity sha512-7b+qPnm5pikje0GvOx70GcgukBo7w5tjPV/pWF6S6o3rJB821H5SWxT4yG9Ia2BWNLumO6xGNacmWSH85OmDkA==
33+
"@discloudapp/api-types@^0.1.4":
34+
version "0.1.4"
35+
resolved "https://registry.yarnpkg.com/@discloudapp/api-types/-/api-types-0.1.4.tgz#6d64ac7e315d62db30d51142960da075812ad874"
36+
integrity sha512-E3dcAl97YOXnJaLLIeUSAhC6VcUpaHYeIEfCimQnkrjt6SpyNNS/zDHBDc4otg0/EH5yJGIsVEHF7dXafZKujA==
3737

3838
"@eslint/eslintrc@^1.3.2":
3939
version "1.3.2"
@@ -171,7 +171,7 @@
171171
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
172172
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
173173

174-
"@types/node@*", "@types/node@^18.7.16":
174+
"@types/node@*", "@types/node@^18.7.18":
175175
version "18.7.18"
176176
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
177177
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
@@ -181,7 +181,7 @@
181181
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
182182
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
183183

184-
"@typescript-eslint/eslint-plugin@^5.36.2":
184+
"@typescript-eslint/eslint-plugin@^5.37.0":
185185
version "5.37.0"
186186
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
187187
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
@@ -196,7 +196,7 @@
196196
semver "^7.3.7"
197197
tsutils "^3.21.0"
198198

199-
"@typescript-eslint/parser@^5.36.2":
199+
"@typescript-eslint/parser@^5.37.0":
200200
version "5.37.0"
201201
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
202202
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==

0 commit comments

Comments
 (0)