From a3c9851526e87d3137bca962c29c5db3aa9d9c51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 12:19:05 +0000 Subject: [PATCH] Update dependency pretender to v3.3.1 (#1491) Co-authored-by: WhiteSource Renovate --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 7d57e0f974..c85d815481 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -123,7 +123,7 @@ "postcss-custom-media": "7.0.8", "postcss-custom-properties": "9.0.2", "postcss-easy-import": "3.0.0", - "pretender": "3.2.0", + "pretender": "3.3.1", "reframe.js": "2.2.7", "simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost", "testem": "3.0.2", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 1cd94acce4..4435ec5523 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -11123,6 +11123,15 @@ pretender@3.2.0: route-recognizer "^0.3.3" whatwg-fetch "^3.0.0" +pretender@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/pretender/-/pretender-3.3.1.tgz#74a188b0786601959ee8ffaefc9230d24fa7fa5b" + integrity sha512-fFtl0bfW1ay6zMGqok2Lkhpz8yjm8Pdk+fsQAX+Aeqw0LKZNaDs2VQt8qEKTNWvs5UKVUwNfcuHjVmuG7rZKhQ== + dependencies: + fake-xml-http-request "^2.1.1" + route-recognizer "^0.3.3" + whatwg-fetch "^3.0.0" + pretty-ms@^3.1.0: version "3.2.0" resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.2.0.tgz#87a8feaf27fc18414d75441467d411d6e6098a25"