From 77cf2c46c2ed89179a4cbada197b0dec2e61d1c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Mar 2023 23:58:58 +0000 Subject: [PATCH] fix: upgrade query-string from 7.1.1 to 7.1.3 Snyk has created this PR to upgrade query-string from 7.1.1 to 7.1.3. See this package in npm: https://www.npmjs.com/package/query-string See this project in Snyk: https://app.snyk.io/org/wkylin/project/e2ee75e8-01fe-4a9b-9b60-8d96bec834d5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff6e7e3..2b2dcc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gh-pages": "^5.0.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", - "query-string": "^7.1.1", + "query-string": "^7.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-loading-skeleton": "^2.2.0", @@ -15002,11 +15002,11 @@ } }, "node_modules/query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "dependencies": { - "decode-uri-component": "^0.2.0", + "decode-uri-component": "^0.2.2", "filter-obj": "^1.1.0", "split-on-first": "^1.0.0", "strict-uri-encode": "^2.0.0" @@ -30685,11 +30685,11 @@ } }, "query-string": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", - "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz", + "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", "requires": { - "decode-uri-component": "^0.2.0", + "decode-uri-component": "^0.2.2", "filter-obj": "^1.1.0", "split-on-first": "^1.0.0", "strict-uri-encode": "^2.0.0" diff --git a/package.json b/package.json index 7e0b92e..8b7698d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gh-pages": "^5.0.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", - "query-string": "^7.1.1", + "query-string": "^7.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-loading-skeleton": "^2.2.0",