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",