diff --git a/twitter/twitter-frontend/package-lock.json b/twitter/twitter-frontend/package-lock.json index 4f9d621..562c66b 100644 --- a/twitter/twitter-frontend/package-lock.json +++ b/twitter/twitter-frontend/package-lock.json @@ -11786,9 +11786,9 @@ } }, "url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", - "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", + "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "requires": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" diff --git a/twitter/twitter-frontend/yarn.lock b/twitter/twitter-frontend/yarn.lock index 2be22fc..714328d 100644 --- a/twitter/twitter-frontend/yarn.lock +++ b/twitter/twitter-frontend/yarn.lock @@ -8165,8 +8165,8 @@ url-loader@2.1.0: schema-utils "^2.0.0" url-parse@^1.4.3: - version "1.5.1" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" + version "1.5.3" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862" dependencies: querystringify "^2.1.1" requires-port "^1.0.0"