Skip to content

Commit

Permalink
Merge pull request #2135 from metalice/CNV-46444-axios-cve
Browse files Browse the repository at this point in the history
CNV-46444: CVE axios updaing package
  • Loading branch information
openshift-merge-bot[bot] authored Aug 21, 2024
2 parents a54e81e + 083bd1b commit 9728e64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@patternfly/react-tokens": "^5.1.1",
"@preact/signals-react": "^2.0.1",
"@types/byte-size": "^8.1.0",
"axios": "^1.6.8",
"axios": "^1.7.4",
"buffer": "^6.0.3",
"byte-size": "^8.1.0",
"classnames": "^2.3.1",
Expand Down
6 changes: 6 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ const config: Configuration = {
},
],
},
{
resolve: {
fullySpecified: false,
},
test: /\.m?js/,
},
],
},
optimization: {
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,16 +922,6 @@
semver "^7.3.7"
yup "^0.32.11"

"@openshift/dynamic-plugin-sdk@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@openshift/dynamic-plugin-sdk/-/dynamic-plugin-sdk-5.0.1.tgz#3487afe57d07a28b9aba393e643d86ca13a3735c"
integrity sha512-+azUBN6FgcDmlcWMzG0bthcRUJC1u12wf9xa2aJGFbC/uTiOXwjrkcQ7LW/PyK5Em7wDhwaUdapaeOgh8I6Kjg==
dependencies:
lodash "^4.17.21"
semver "^7.3.7"
uuid "^8.3.2"
yup "^0.32.11"

"@patternfly/quickstarts@5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@patternfly/quickstarts/-/quickstarts-5.1.0.tgz#c60c782ca8e7019b82b6aa2a533deeed68da922b"
Expand Down Expand Up @@ -2186,10 +2176,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==

axios@^1.6.8:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
axios@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 9728e64

Please sign in to comment.