Skip to content

Commit

Permalink
Bump ka-mensa-fetch from 3.2.0 to 4.0.1 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 27, 2023
1 parent 259e4f6 commit 66c15e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"feiertagejs": "^1.3.9",
"ka-mensa-fetch": "^3.2.0",
"ka-mensa-fetch": "^4.0.1",
"luxon": "^3.3.0"
},
"scripts": {
Expand Down
36 changes: 14 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,18 +415,10 @@ asynckit@^0.4.0:
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=

axios@^0.27.0:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"

axios@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
axios@^1.3.4, axios@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -496,7 +488,7 @@ cheerio-select@^2.1.0:
domhandler "^5.0.3"
domutils "^3.0.1"

cheerio@^1.0.0-rc.10:
cheerio@^1.0.0-rc.12:
version "1.0.0-rc.12"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
Expand Down Expand Up @@ -882,7 +874,7 @@ flatted@^3.1.0:
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz"
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==

follow-redirects@^1.14.9, follow-redirects@^1.15.0:
follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
Expand Down Expand Up @@ -1084,14 +1076,14 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"

ka-mensa-fetch@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ka-mensa-fetch/-/ka-mensa-fetch-3.2.0.tgz#a1001168df7a001b39899f67e2775a28b8c5e636"
integrity sha512-2r9pszFLTKvaz3TxojJmgBHPoanoCI2COzCMUBxuj8w8KrG63WyJKFLh/hownAb5oyYc9bcMnQdTE5a9DeLK1w==
ka-mensa-fetch@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/ka-mensa-fetch/-/ka-mensa-fetch-4.0.1.tgz#dd0c6834a5b912ca33d5d904461bf398f28d720e"
integrity sha512-2tnW3iURk4sqVOV9zs8J+qLo1PunM3bRwSp1O+SBxEg74mplWPaKHd/bTd0DZG5TRcTaMAaMZozOLyyCfqW/JA==
dependencies:
axios "^0.27.0"
cheerio "^1.0.0-rc.10"
moment "^2.29.1"
axios "^1.4.0"
cheerio "^1.0.0-rc.12"
moment "^2.29.4"

levn@^0.4.1:
version "0.4.1"
Expand Down Expand Up @@ -1197,7 +1189,7 @@ minimatch@^7.1.3:
dependencies:
brace-expansion "^2.0.1"

moment@^2.29.1:
moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
Expand Down

0 comments on commit 66c15e0

Please sign in to comment.