diff --git a/package.json b/package.json index fdd01c1c..2803353b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-typescript": "11.1.6", "@types/mocha": "9.1.1", "conventional-changelog-cli": "5.0.0", - "fetch-mock": "10.0.7", + "fetch-mock": "10.0.8", "http-server": "14.1.1", "karma": "6.4.3", "karma-chrome-launcher": "3.2.0", diff --git a/yarn.lock b/yarn.lock index 8497266d..4d8fa10d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3114,17 +3114,16 @@ fd-slicer@~1.1.0: dependencies: pend "~1.2.0" -fetch-mock@10.0.7: - version "10.0.7" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.0.7.tgz#b274aaebe5b59c641f02d836b579bbe9b063f8db" - integrity sha512-TFG42kMRJ6dZpUDeVTdXNjh5O4TchHU/UNk41a050TwKzRr5RJQbtckXDjXiQFHPKgXGUG5l2TY3ZZ2gokiXaQ== +fetch-mock@10.0.8: + version "10.0.8" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.0.8.tgz#17631112c805d286283242f5689b3bb40788e395" + integrity sha512-eAubSqiQbkKoUMrCd1PhVAB6WHDriJFGLvDBPx6vldNbHQEbq+FdejPlOHZq7ZaxbzouMOqJVDv2ms402tC/QA== dependencies: debug "^4.1.1" glob-to-regexp "^0.4.0" is-subset "^0.1.1" lodash.isequal "^4.5.0" path-to-regexp "^2.2.1" - querystring "^0.2.1" file-type@^3.8.0: version "3.9.0" @@ -5289,11 +5288,6 @@ querystring@0.2.0: resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz" integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= -querystring@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" - integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== - quick-lru@^5.1.1: version "5.1.1" resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz"