diff --git a/package-lock.json b/package-lock.json index 17b167d..914f45d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,7 @@ "dependencies": { "@sindresorhus/slugify": "^3.0.0", "commander": "^14.0.3", - "prompts": "^2.4.2", - "slugify": "^1.6.6" + "prompts": "^2.4.2" }, "bin": { "modpack-lock": "build/cli.js" @@ -2672,15 +2671,6 @@ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "license": "MIT" }, - "node_modules/slugify": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", - "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", - "license": "MIT", - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/source-map-js": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", diff --git a/package.json b/package.json index 4325c46..88f7491 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,7 @@ "dependencies": { "@sindresorhus/slugify": "^3.0.0", "commander": "^14.0.3", - "prompts": "^2.4.2", - "slugify": "^1.6.6" + "prompts": "^2.4.2" }, "devDependencies": { "@eslint/js": "^10.0.1",