diff --git a/package-lock.json b/package-lock.json index 8e6e2e0..7ed8a9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1704,9 +1704,9 @@ "dev": true }, "@types/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-bPOsfCZ4tsTlKiBjBhKnM8jpY5nmIll166IPD58D92hR7G7kZDfx5iB9wGF4NfZrdKolebjeAr3GouYkSGoJ/A==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/progress/-/progress-2.0.5.tgz", + "integrity": "sha512-ZYYVc/kSMkhH9W/4dNK/sLNra3cnkfT2nJyOAIDY+C2u6w72wa0s1aXAezVtbTsnN8HID1uhXCrLwDE2ZXpplg==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index 3af29c8..ce8d0aa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.0", "@types/node": "^18.7.23", - "@types/progress": "^2.0.3", + "@types/progress": "^2.0.5", "@types/turndown": "^5.0.0", "husky": "^4.3.7", "tsdx": "^0.14.1",