diff --git a/ui/package-lock.json b/ui/package-lock.json index 3e92db8a4..b5900f1a1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8351,9 +8351,9 @@ } }, "fetch-mock": { - "version": "8.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.0.0-alpha.11.tgz", - "integrity": "sha512-djbaVSIJck8phanPNJykSGVHTpo5xARqSILuuAd6TJG0Lbo7P54QCDNBGxhgB6Jii+xMP+4RfHvuuARit4D/rg==", + "version": "8.0.0-alpha.14", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.0.0-alpha.14.tgz", + "integrity": "sha512-yuJiS6oVtxfe4HEJ/47t+1qwFIwDYaG8nYCgWGLw2Xzh4Kmq0xR6EJFDOkluYBcnRlf3is3F4eebMIoVNJJ4hg==", "dev": true, "requires": { "babel-runtime": "^6.26.0", @@ -8361,6 +8361,7 @@ "glob-to-regexp": "^0.4.0", "lodash.isequal": "^4.5.0", "path-to-regexp": "^2.2.1", + "querystring": "^0.2.0", "whatwg-url": "^6.5.0" }, "dependencies": { diff --git a/ui/package.json b/ui/package.json index 44d532107..346733a6e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -81,7 +81,7 @@ "enzyme": "3.10.0", "enzyme-adapter-react-16": "1.15.1", "eslint-plugin-prettier": "3.1.1", - "fetch-mock": "8.0.0-alpha.11", + "fetch-mock": "8.0.0-alpha.14", "jest-canvas-mock": "2.1.2", "jest-date-mock": "1.0.7", "jest-fetch-mock": "2.1.2",