From ebc5cd38ea3e336ae5746719773dfb499881fe21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:52:25 +0000 Subject: [PATCH] Bump qs from 6.12.2 to 6.13.0 Bumps [qs](https://github.com/ljharb/qs) from 6.12.2 to 6.13.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.12.2...v6.13.0) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lockb | Bin 225703 -> 225703 bytes package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 bun.lockb diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index f18dc9c42cbd3eb19341acb677580c194841844e..17c8d73e9f56e730553df9db9ee069e4c7d0ebd8 GIT binary patch delta 155 zcmV;M0A&BC;|-_d4UjG%9>W0qiI^@-{xb55X>+TEY&B=64C~RLosqsn((ZNVu}&sh z0S%MkBP)|&dkM3tS{%hd`+q7U)Q+#qUuT3SB-&*$Olpm{yDY2kW(A!S5Kfujo`IC@ zjIes_YqT8|_q+AZtF;u^+~hXo)3w*?>qe=q|xE-<%;Py$xB12Zl# Jx8Mf@$7viQNeBP{ delta 155 zcmV;M0A&BC;|-_d4UjG%s$mC!dGws`57=djB}U_!fL<@ff7F+-eTEqe=q|wE;6@=Py$xB12Qf$ Jx8Mf@$7vRVLyG_a diff --git a/package.json b/package.json index e8cba26..64d706f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jsonwebtoken": "^9.0.2", "lowdb": "^1.0.0", "parse-torrent": "^11.0.17", - "qs": "^6.12.2", + "qs": "^6.13.0", "ra-data-json-server": "^5.0.3", "react": "^18.3.1", "react-admin": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index 7126974..112f775 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3140,10 +3140,10 @@ qs@6.11.0: dependencies: side-channel "^1.0.4" -qs@^6.12.2: - version "6.12.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.2.tgz#5443b587f3bf73ac68968de491e5b25bafe04478" - integrity sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg== +qs@^6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" + integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== dependencies: side-channel "^1.0.6"