diff --git a/package.json b/package.json index 1af7851..1423a02 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "./dist/types/richie.d.ts" }, "description": "Rich Result Generator", - "version": "1.1.3", + "version": "1.1.4", "main": "./dist/richie.js", "files": [ "dist", @@ -58,12 +58,12 @@ "axios": "1.6.7", "cheerio": "1.0.0-rc.12", "country-list": "2.3.0", + "glob": "10.3.15", "luxon": "3.4.4", "mkdirp": "3.0.1", "prettier": "3.2.5", "puppeteer": "22.3.0", - "yargs": "17.7.2", - "glob": "10.3.15" + "yargs": "17.7.2" }, "devDependencies": { "@babel/core": "7.24.5", @@ -80,4 +80,4 @@ "ts-node": "10.9.2", "typescript": "5.4.5" } -} \ No newline at end of file +}