aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-07 03:17:16 +0000
committerGitHub <[email protected]>2023-03-07 03:17:16 +0000
commitc5210a878068a80f9547a5303296798e128b1507 (patch)
treeb2570d6149aa190f2ff2addcab150dd8562a1f0a /frontend/package.json
parentfix: pre text wrapping to overflow (diff)
downloadctrl-v-dependabot/npm_and_yarn/frontend/axios-0.21.2.tar.xz
ctrl-v-dependabot/npm_and_yarn/frontend/axios-0.21.2.zip
Bump axios from 0.21.1 to 0.21.2 in /frontenddependabot/npm_and_yarn/frontend/axios-0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 1851591..600a7f4 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "axios": "^0.21.1",
+ "axios": "^0.21.2",
"next": "^10.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",