diff --git a/confluence-scraper/package-lock.json b/confluence-scraper/package-lock.json index 0692601..6263871 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.2", + "axios": "1.7.4", "cheerio": "^1.0.0-rc.12", "htmltidy2": "^1.1.1", "turndown": "^7.1.2", @@ -59,9 +59,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/confluence-scraper/package.json b/confluence-scraper/package.json index 407759d..3550aa4 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.2", + "axios": "1.7.4", "cheerio": "^1.0.0-rc.12", "htmltidy2": "^1.1.1", "turndown": "^7.1.2",