diff --git a/confluence-scraper/package-lock.json b/confluence-scraper/package-lock.json index fe95aba..497e5cb 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.7", + "axios": "1.7.8", "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.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", + "integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/confluence-scraper/package.json b/confluence-scraper/package.json index a234e5c..7fc06d7 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.7", + "axios": "1.7.8", "cheerio": "^1.0.0-rc.12", "htmltidy2": "^1.1.1", "turndown": "^7.1.2",