Skip to content

Commit

Permalink
Merge pull request #80 from abusix/pla-916-overwrite-css-tools-packag…
Browse files Browse the repository at this point in the history
…e-to-fix-security-issue

fix(dependencies): overwrite adobe/css-tools for jest-dom
  • Loading branch information
mnlfischer authored Dec 19, 2023
2 parents 33ca38b + 506a7a9 commit 6fd1de0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@storybook/react-vite": "^7.6.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/cli": "8.1.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.42",
"@typescript-eslint/eslint-plugin": "6.13.2",
Expand Down Expand Up @@ -118,6 +118,9 @@
"overrides": {
"optionator": {
"[email protected]": "1.2.5"
},
"@testing-library/[email protected]": {
"@adobe/css-tools": "4.3.2"
}
}
}

0 comments on commit 6fd1de0

Please sign in to comment.