diff --git a/package.json b/package.json index 3cfd10a..f7c416d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jshint": "^2.11.1", "jshint-stylish": "^2.1.0", "mocha": "^8.0.1", - "proxyquire": "^1.3.1", + "proxyquire": "^2.1.3", "rimraf": "^3.0.2", "sinon": "^9.0.2" }, diff --git a/yarn.lock b/yarn.lock index db9358b..b08a10f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,7 +1879,7 @@ mocha@^8.0.1: yargs-parser "13.1.2" yargs-unparser "1.6.0" -module-not-found-error@^1.0.0: +module-not-found-error@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/module-not-found-error/-/module-not-found-error-1.0.1.tgz#cf8b4ff4f29640674d6cdd02b0e3bc523c2bbdc0" @@ -2099,9 +2099,9 @@ path-is-absolute@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-2.0.0.tgz#cba416f4f3be5d068afe2083d9b3b3707414533d" -path-parse@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" +path-parse@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" path-root-regex@^0.1.0: version "0.1.2" @@ -2170,13 +2170,13 @@ proxy-addr@~2.0.5: forwarded "~0.1.2" ipaddr.js "1.9.1" -proxyquire@^1.3.1: - version "1.7.11" - resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.7.11.tgz#13b494eb1e71fb21cc3ebe3699e637d3bec1af9e" +proxyquire@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.1.3.tgz#2049a7eefa10a9a953346a18e54aab2b4268df39" dependencies: fill-keys "^1.0.2" - module-not-found-error "^1.0.0" - resolve "~1.1.7" + module-not-found-error "^1.0.1" + resolve "^1.11.1" prr@~0.0.0: version "0.0.0" @@ -2294,15 +2294,15 @@ resolve-dir@^0.1.0: expand-tilde "^1.2.2" global-modules "^0.2.3" -resolve@1.1.x, resolve@~1.1.7: +resolve@1.1.x: version "1.1.7" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" -resolve@^1.1.6, resolve@^1.1.7: - version "1.3.2" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235" +resolve@^1.1.6, resolve@^1.1.7, resolve@^1.11.1: + version "1.17.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" dependencies: - path-parse "^1.0.5" + path-parse "^1.0.6" rimraf@^3.0.2: version "3.0.2"