diff --git a/package-lock.json b/package-lock.json index 0cc56a8..3156600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "axios": "^1.13.5", + "axios": "^1.15.1", "handlebars": ">=4.x", "lodash": "^4.17.23", "pluralize": ">=8.x" @@ -39,6 +39,7 @@ "typescript-eslint": "^8.55.0" }, "peerDependencies": { + "handlebars": ">=4.x", "pluralize": ">=8.x", "rxjs": "*" } @@ -2430,9 +2431,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.1.tgz", + "integrity": "sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", @@ -4269,9 +4270,9 @@ "license": "ISC" }, "node_modules/handlebars": { - "version": "4.7.9", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", - "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "license": "MIT", "dependencies": { "minimist": "^1.2.5", diff --git a/package.json b/package.json index c68dbb7..430e2e9 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "typescript-eslint": "^8.55.0" }, "dependencies": { - "axios": "^1.13.5", + "axios": "^1.15.1", "handlebars": ">=4.x", "lodash": "^4.17.23", "pluralize": ">=8.x"