Skip to content

Commit

Permalink
Merge pull request #398 from che-incubator/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
RomanNikitenko authored Aug 22, 2024
2 parents 1539d18 + e6b9844 commit b01cffe
Show file tree
Hide file tree
Showing 18 changed files with 1,681 additions and 1,162 deletions.
4 changes: 0 additions & 4 deletions code/extensions/che-activity-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
"ts-jest": "^27.1.4",
"yarn": "^1.22.18"
},
"dependencies": {
"axios": "0.21.2",
"inversify": "^6.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/che-incubator/che-code.git"
Expand Down
17 changes: 0 additions & 17 deletions code/extensions/che-activity-tracker/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,13 +732,6 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

[email protected]:
version "0.21.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
dependencies:
follow-redirects "^1.14.0"

babel-jest@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444"
Expand Down Expand Up @@ -1178,11 +1171,6 @@ find-up@^4.0.0, find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"

follow-redirects@^1.14.0:
version "1.15.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==

form-data@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
Expand Down Expand Up @@ -1333,11 +1321,6 @@ inherits@2:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

inversify@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.1.tgz#b20d35425d5d8c5cd156120237aad0008d969f02"
integrity sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ==

is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
Expand Down
12 changes: 6 additions & 6 deletions code/extensions/che-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"dependencies": {
"@devfile/api": "^2.3.0-1723034342",
"axios": "0.21.2",
"@kubernetes/client-node": "^0.19.0",
"fs-extra": "^10.0.0",
"inversify": "^6.0.1",
"axios": "^1.7.0",
"@kubernetes/client-node": "^0.21.0",
"fs-extra": "^11.2.0",
"inversify": "^6.0.2",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"vscode-nls": "^5.0.0",
"@eclipse-che/workspace-telemetry-client": "^0.0.1-1654006444"
"@eclipse-che/workspace-telemetry-client": "^0.0.1-1685523760"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand Down
Loading

0 comments on commit b01cffe

Please sign in to comment.