From c73f0f1603bdf67080e0532e44b379b34d9169be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 19:11:18 +0000 Subject: [PATCH] chore(deps): pin dependency using-temporary-files to 2.1.1 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8726afdf..86415b9a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "rimraf": "5.0.5", "stryker-cli": "1.0.2", "supertest": "6.3.4", - "using-temporary-files": "^2.1.1" + "using-temporary-files": "2.1.1" }, "dependencies": { "@hapi/accept": "6.0.3", diff --git a/yarn.lock b/yarn.lock index cbd3ae82..e334f992 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11118,7 +11118,7 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -using-temporary-files@^2.1.1: +using-temporary-files@2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/using-temporary-files/-/using-temporary-files-2.1.1.tgz#6cfbf8fd1da9f45d6b0e09c86f24ce9d9ae0c4a7" integrity sha512-+JuVdSvvj3HTEW39jaLWu1SqDjQ6F+kF9mchtIMqpLc7iMs3Ytkj5ZqTntoSJPTSOml5CME+74piHBtCMjYq6A==