From 86a1c43d63d0d3185053e8274c54646d98a06305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:22:54 +0000 Subject: [PATCH] Pin dependencies --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 0276978..ef325f2 100644 --- a/package.json +++ b/package.json @@ -33,26 +33,26 @@ "url": "https://github.com/leanix/leanix-reporting-cli.git" }, "devDependencies": { - "@leanix/import-sort-style": "^1.0.6", - "@types/ejs": "^3.0.5", - "@types/inquirer": "^7.3.1", - "@types/jest": "^26.0.15", - "@types/lodash": "^4.14.165", - "@types/mkdirp": "^1.0.1", - "@types/node": "^14.14.8", - "@types/request-promise-native": "^1.0.17", - "@types/rimraf": "^3.0.0", - "@types/tar": "^4.0.4", - "@typescript-eslint/eslint-plugin": "^4.8.1", - "@typescript-eslint/parser": "^4.8.1", - "eslint": "^7.13.0", - "husky": "^4.3.0", - "jest": "^26.6.3", + "@leanix/import-sort-style": "1.0.6", + "@types/ejs": "3.0.5", + "@types/inquirer": "7.3.1", + "@types/jest": "26.0.15", + "@types/lodash": "4.14.165", + "@types/mkdirp": "1.0.1", + "@types/node": "14.14.9", + "@types/request-promise-native": "1.0.17", + "@types/rimraf": "3.0.0", + "@types/tar": "4.0.4", + "@typescript-eslint/eslint-plugin": "4.8.1", + "@typescript-eslint/parser": "4.8.1", + "eslint": "7.13.0", + "husky": "4.3.0", + "jest": "26.6.3", "prettier": "2.2.0", "prettier-plugin-import-sort": "0.0.6", - "pretty-quick": "^3.1.0", - "ts-jest": "^26.4.4", - "typescript": "^4.0.5" + "pretty-quick": "3.1.0", + "ts-jest": "26.4.4", + "typescript": "4.1.2" }, "dependencies": { "chalk": "^4.1.0",