From b5dcf7a7f0e7ba3308d98b7871bd94b149e3ff44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:21:24 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 0.28.0 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51b5864..07a35d7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@toast-ui/editor-plugin-code-syntax-highlight": "3.1.0", "@toast-ui/editor-plugin-color-syntax": "3.1.0", "@toast-ui/editor-plugin-table-merged-cell": "3.1.0", - "axios": "0.27.2", + "axios": "0.28.0", "codemirror": "5.64.0", "core-js": "3.25.0", "crypto-js": "4.1.1",