diff --git a/confluence-scraper/package-lock.json b/confluence-scraper/package-lock.json index 497e5cb..b779ac1 100644 --- a/confluence-scraper/package-lock.json +++ b/confluence-scraper/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", - "axios": "1.7.8", + "axios": "1.7.9", "cheerio": "^1.0.0-rc.12", "htmltidy2": "^1.1.1", "turndown": "^7.1.2", @@ -74,9 +74,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", - "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/confluence-scraper/package.json b/confluence-scraper/package.json index 7fc06d7..9d2462a 100644 --- a/confluence-scraper/package.json +++ b/confluence-scraper/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/bcgov/nr-arch-templates#readme", "dependencies": { "@actions/core": "^1.10.0", - "axios": "1.7.8", + "axios": "1.7.9", "cheerio": "^1.0.0-rc.12", "htmltidy2": "^1.1.1", "turndown": "^7.1.2",