From f1802cf6223435eb6cc9e8aecf6cc0fdee2af315 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 09:56:41 +0000 Subject: [PATCH] Pin dependencies --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e4abb14..1ea1325 100644 --- a/package.json +++ b/package.json @@ -29,16 +29,16 @@ "author": "Sam Therapy ", "license": "MIT", "devDependencies": { - "@types/command-line-args": "^5.2.0", - "@types/command-line-usage": "^5.0.2", - "@types/node": "^17.0.21", - "@types/node-fetch": "^2.6.1", - "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.14.0", - "eslint": "^8.11.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.0.0", - "pkg": "^5.5.2", - "prettier": "^2.5.1" + "@types/command-line-args": "5.2.0", + "@types/command-line-usage": "5.0.2", + "@types/node": "17.0.21", + "@types/node-fetch": "2.6.1", + "@typescript-eslint/eslint-plugin": "5.14.0", + "@typescript-eslint/parser": "5.14.0", + "eslint": "8.11.0", + "eslint-config-prettier": "8.5.0", + "eslint-plugin-prettier": "4.0.0", + "pkg": "5.5.2", + "prettier": "2.5.1" } }