From 8e930b515c704737a4ede1d2733e45f14d6744cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:29:15 +0000 Subject: [PATCH] build(deps): bump query-string from 9.1.0 to 9.1.1 in /frontend Bumps [query-string](https://github.com/sindresorhus/query-string) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v9.1.0...v9.1.1) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8d58af663..0b5c486b1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "file-saver": "^2.0.5", "jszip": "^3.10.1", "lodash": "^4.17.21", - "query-string": "^9.1.0", + "query-string": "^9.1.1", "react": "^18.3.1", "react-ace": "^11.0.1", "react-day-picker": "^9.1.0", @@ -7035,9 +7035,10 @@ } }, "node_modules/query-string": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.0.tgz", - "integrity": "sha512-t6dqMECpCkqfyv2FfwVS1xcB6lgXW/0XZSaKdsCNGYkqMO76AFiJEg4vINzoDKcZa6MS7JX+OHIjwh06K5vczw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.1.1.tgz", + "integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==", + "license": "MIT", "dependencies": { "decode-uri-component": "^0.4.1", "filter-obj": "^5.1.0", diff --git a/frontend/package.json b/frontend/package.json index 7485d991a..75ab773e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "file-saver": "^2.0.5", "jszip": "^3.10.1", "lodash": "^4.17.21", - "query-string": "^9.1.0", + "query-string": "^9.1.1", "react": "^18.3.1", "react-ace": "^11.0.1", "react-day-picker": "^9.1.0",