From be0f9ca977221a93d2ed4fb608a197629468da11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:12:17 -0500 Subject: [PATCH] Bump axios from 1.4.0 to 1.6.0 in /blocks/site-hierarchy-content-block (#1788) Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nschubach --- .../site-hierarchy-content-block/package-lock.json | 12 ++++++------ blocks/site-hierarchy-content-block/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/blocks/site-hierarchy-content-block/package-lock.json b/blocks/site-hierarchy-content-block/package-lock.json index 9c6d5efb1e..614d61c51e 100644 --- a/blocks/site-hierarchy-content-block/package-lock.json +++ b/blocks/site-hierarchy-content-block/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -33,9 +33,9 @@ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" }, "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==" }, "form-data": { "version": "4.0.0", diff --git a/blocks/site-hierarchy-content-block/package.json b/blocks/site-hierarchy-content-block/package.json index 0af1d9275d..a7c4f09d6c 100644 --- a/blocks/site-hierarchy-content-block/package.json +++ b/blocks/site-hierarchy-content-block/package.json @@ -19,7 +19,7 @@ "directory": "blocks/site-hierarchy-content-block" }, "dependencies": { - "axios": "^1.5.1" + "axios": "^1.6.0" }, "gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" }