From d690e11c4d0957e298175a0844bb307fbb25240f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 7 Aug 2023 10:03:02 -0600 Subject: [PATCH] Freeze dependencies and bump svglint (#9231) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1228bbc..e348992f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "url": "https://opencollective.com/simple-icons" }, "devDependencies": { - "@inquirer/prompts": "^1.0.0", + "@inquirer/prompts": "1.0.0", "chalk": "5.2.0", "editorconfig-checker": "5.0.1", "esbuild": "0.17.19", @@ -76,10 +76,10 @@ "rimraf": "5.0.1", "svg-path-bbox": "1.2.4", "svg-path-segments": "1.0.0", - "svglint": "2.3.1", + "svglint": "2.4.0", "svgo": "3.0.2", "svgpath": "2.6.0", - "typescript": "^5.1.6" + "typescript": "5.1.6" }, "scripts": { "build": "node scripts/build/package.js",