diff --git a/test/package.json b/test/package.json index 847ea0e5..1a7f4665 100644 --- a/test/package.json +++ b/test/package.json @@ -21,6 +21,7 @@ "resolutions": { "ansi-regex": "^5.0.1", "argon2/@mapbox/node-pre-gyp/tar": "^6.1.9", - "set-value": "^4.0.1" + "set-value": "^4.0.1", + "tmpl": "^1.0.5" } } diff --git a/test/yarn.lock b/test/yarn.lock index f489306f..fb97b380 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -4439,10 +4439,10 @@ throat@^5.0.0: resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== -tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= +tmpl@1.0.x, tmpl@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" + integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-fast-properties@^2.0.0: version "2.0.0"