Skip to content

Commit 45c0fb1

Browse files
authoredNov 10, 2023
Merge pull request #200 from MeasureAuthoringTool/draftPRForUpdatingDependencies
MAT-6418 fix vulnerabilities
2 parents c7f8a64 + bd99e57 commit 45c0fb1

File tree

2 files changed

+4955
-4735
lines changed

2 files changed

+4955
-4735
lines changed
 

‎react/package-lock.json

+4,947-4,728
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎react/package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@madie/madie-design-system",
3-
"version": "1.0.60",
3+
"version": "1.2.0",
44
"description": "Shared style guide across the Madie program.",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",
@@ -65,9 +65,10 @@
6565
"eslint-plugin-react": "^7.28.0",
6666
"feather-icons-react": "^0.4.3",
6767
"file-loader": "^6.2.0",
68-
"gh-pages": "^3.2.3",
68+
"gh-pages": "^6.0.0",
6969
"html-webpack-plugin": "^5.5.0",
70-
"jest": "^27.4.7",
70+
"jest": "^29.7.0",
71+
"jest-environment-jsdom": "^29.7.0",
7172
"mini-css-extract-plugin": "^0.11.3",
7273
"moxios": "^0.4.0",
7374
"node-fetch": "^2.6.7",
@@ -113,10 +114,10 @@
113114
"@mui/x-date-pickers": "^6.6.0",
114115
"@reach/portal": "^0.16.2",
115116
"@reach/tooltip": "^0.16.2",
116-
"@testing-library/jest-dom": "^5.16.2",
117+
"@testing-library/jest-dom": "^6.1.4",
117118
"@testing-library/user-event": "^13.5.0",
118119
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
119-
"axios": "^0.24.0",
120+
"axios": "^1.6.0",
120121
"cookie": "^0.4.1",
121122
"cross-env": "^7.0.3",
122123
"d3-selection": "^1.4.2",
@@ -127,8 +128,8 @@
127128
"prop-types": "^15.8.1",
128129
"react-modal": "^3.14.4",
129130
"retry": "^0.13.1",
130-
"svgo": "^2.8.0",
131-
"svgo-loader": "^3.0.1",
131+
"svgo": "^3.0.3",
132+
"svgo-loader": "^4.0.0",
132133
"what-input": "^5.2.10",
133134
"xss": "^1.0.10"
134135
},

0 commit comments

Comments
 (0)
Please sign in to comment.