Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: JSON transform issues by updating axios #3706

Merged
merged 11 commits into from
Sep 24, 2021

Conversation

Vafilor
Copy link
Contributor

@Vafilor Vafilor commented Sep 22, 2021

Motivation and context

Fixes Issue #3699

How has this been tested?

Before, I could not create a task. With this change, I can create a task.

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

Comment on lines +3788 to +3790
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cvat-core is a module used by cvat-ui, so, better to update package-lock.json file in cvat-ui also (cd cvat-ui && npm install)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bsekachev,

I have made the update below.

CHANGELOG.md Outdated Show resolved Hide resolved
@bsekachev bsekachev self-assigned this Sep 23, 2021
@nmanovic nmanovic merged commit d2e623c into cvat-ai:develop Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants