Skip to content

Commit

Permalink
Merge pull request #3902 from carbon-design-system/fix-security-issue…
Browse files Browse the repository at this point in the history
…-from-carbon-charts

chore: downgraded carbon chart version
  • Loading branch information
abpaul1993 authored Dec 9, 2024
2 parents 9e0fae4 + a460655 commit b540a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
"dependencies": {
"@babel/plugin-transform-optional-chaining": "^7.24.7",
"@babel/runtime": "^7.25.6",
"@carbon/charts": "^1.22.7",
"@carbon/charts-react": "^1.22.7",
"@carbon/charts": "^1.22.0",
"@carbon/charts-react": "^1.22.0",
"@carbon/colors": "^11.28.0",
"@carbon/icons-react": "^11.53.0",
"@carbon/layout": "^11.28.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@carbon/charts-react@^1.22.7":
"@carbon/charts-react@^1.22.0":
version "1.22.7"
resolved "https://registry.yarnpkg.com/@carbon/charts-react/-/charts-react-1.22.7.tgz#bd469c276d6eb01405123501fa2a1757323db812"
integrity sha512-oSp1nCRgJDOlB9Yf0ZnGHoDrayE8ubtzsz6LnPpZ/ibfg4G+LfPHOBOFUP8wX63aHt3FGz7/lbQmg3vqH+7G/g==
Expand All @@ -1947,7 +1947,7 @@
"@carbon/icons-react" "^11.53.0"
"@ibm/telemetry-js" "^1.8.0"

"@carbon/[email protected]", "@carbon/charts@^1.22.7":
"@carbon/[email protected]", "@carbon/charts@^1.22.0":
version "1.22.7"
resolved "https://registry.yarnpkg.com/@carbon/charts/-/charts-1.22.7.tgz#6c0e2bd2c62e7bcb3055f64eed03b1923303f724"
integrity sha512-xyxbSzmyf1xIPZObmkUkFFU+wNfPqKfRa5isNu94oJgcTlFLw6+TirUIUCgdrONVryxolbvB9KiMs4TbWMISSQ==
Expand Down

0 comments on commit b540a36

Please sign in to comment.