diff --git a/npm-distribution/package.json b/npm-distribution/package.json index ccf08e3c4b..3c6e426d15 100644 --- a/npm-distribution/package.json +++ b/npm-distribution/package.json @@ -20,7 +20,7 @@ "tar": "^6.1.11" }, "devDependencies": { - "@types/tar": "^6.1.1" + "@types/tar": "6.1.1" }, "private": false } diff --git a/npm-distribution/yarn.lock b/npm-distribution/yarn.lock index 5d6d599a2e..e22e5a78eb 100644 --- a/npm-distribution/yarn.lock +++ b/npm-distribution/yarn.lock @@ -14,7 +14,7 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.36.tgz#c0d5f2fe76b47b63e0e0efc3d2049a9970d68794" integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA== -"@types/tar@^6.1.1": +"@types/tar@6.1.1": version "6.1.1" resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.1.tgz#ab341ec1f149d7eb2a4f4ded56ff85f0d4fe7cb5" integrity sha512-8mto3YZfVpqB1CHMaYz1TUYIQfZFbh/QbEq5Hsn6D0ilCfqRVCdalmc89B7vi3jhl9UYIk+dWDABShNfOkv5HA==