From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:15:49 +0000 (+0000) Subject: Bump qs from 6.13.0 to 6.13.1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/43ce6e68c09cdb4e66a7af9849e36c9406d2eb05 Bump qs from 6.13.0 to 6.13.1 Bumps [qs](https://github.com/ljharb/qs) from 6.13.0 to 6.13.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.13.1) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/yarn.lock b/yarn.lock index 615866860..4e40de8d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -631,9 +631,9 @@ punycode@^2.1.0: integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== qs@^6.9.4: - version "6.13.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" - integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== + version "6.13.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e" + integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg== dependencies: side-channel "^1.0.6"