Skip to content

Commit 85f91b5

Browse files
authored
updating CVE dependencies (#577)
1 parent fad5d9b commit 85f91b5

File tree

6 files changed

+851
-550
lines changed

6 files changed

+851
-550
lines changed

dist/ccdb5.css

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

dist/ccdb5.css.map

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

dist/ccdb5.js

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

dist/ccdb5.js.map

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

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"browserslist": "> 0.2% in @cfpb/browserslist-config stats",
3434
"devDependencies": {
3535
"@babel/cli": "^7.26.4",
36-
"@babel/core": "^7.24.7",
37-
"@babel/eslint-parser": "^7.26.5",
36+
"@babel/core": "^7.26.10",
37+
"@babel/eslint-parser": "^7.26.10",
3838
"@babel/preset-react": "^7.26.3",
39-
"@babel/runtime": "^7.26.0",
39+
"@babel/runtime": "^7.26.10",
4040
"@cfpb/browserslist-config": "0.0.4",
4141
"@cfpb/cfpb-design-system": "^3.6.2",
4242
"@craco/craco": "^7.1.0",
4343
"@csstools/postcss-sass": "^5.1.1",
4444
"@csstools/sass-import-resolve": "^1.0.0",
45-
"@reduxjs/toolkit": "^2.5.0",
45+
"@reduxjs/toolkit": "^2.6.1",
4646
"@testing-library/cypress": "^10.0.2",
4747
"@testing-library/dom": "^10.4.0",
4848
"@testing-library/jest-dom": "^6.4.8",
@@ -55,49 +55,49 @@
5555
"cypress": "^13.17.0",
5656
"d3": "^7.9.0",
5757
"dayjs": "^1.11.10",
58-
"eslint": "^9.18.0",
59-
"eslint-config-prettier": "^10.0.1",
58+
"eslint": "^9.22.0",
59+
"eslint-config-prettier": "^10.1.1",
6060
"eslint-config-react-app": "^7.0.1",
61-
"eslint-plugin-cypress": "^4.1.0",
61+
"eslint-plugin-cypress": "^4.2.0",
6262
"eslint-plugin-import": "^2.31.0",
63-
"eslint-plugin-jsdoc": "^50.6.1",
63+
"eslint-plugin-jsdoc": "^50.6.8",
6464
"eslint-plugin-jsx-a11y": "^6.10.2",
6565
"eslint-plugin-react": "^7.37.4",
66-
"eslint-plugin-react-hooks": "^5.1.0",
67-
"eslint-plugin-react-redux": "^4.2.0",
68-
"globals": "^15.14.0",
66+
"eslint-plugin-react-hooks": "^5.2.0",
67+
"eslint-plugin-react-redux": "^4.2.2",
68+
"globals": "^16.0.0",
6969
"highcharts": "11.4.8",
7070
"history": "^5.3.0",
7171
"husky": "^9.1.7",
7272
"identity-obj-proxy": "3.0.0",
7373
"intro.js": "^7.2.0",
7474
"intro.js-react": "1.0.0",
7575
"jest-fetch-mock": "^3.0.3",
76-
"lint-staged": "^15.2.11",
76+
"lint-staged": "^15.5.0",
7777
"lodash": "^4.17.21",
7878
"mini-css-extract-plugin": "^2.9.0",
7979
"mockdate": "^3.0.5",
80-
"postcss": "^8.4.38",
81-
"postcss-preset-env": "^10.1.2",
80+
"postcss": "^8.5.3",
81+
"postcss-preset-env": "^10.1.5",
8282
"postcss-safe-parser": "^7.0.0",
8383
"postcss-scss": "^4.0.9",
84-
"prettier": "^3.4.2",
84+
"prettier": "^3.5.3",
8585
"prop-types": "^15.5.10",
8686
"query-string": "^9.0.0",
8787
"react": "^18.3.1",
8888
"react-bootstrap": "^2.10.7",
89-
"react-bootstrap-typeahead": "^6.3.4",
89+
"react-bootstrap-typeahead": "^6.4.1",
9090
"react-dom": "^18.3.1",
9191
"react-fast-compare": "^3.2.2",
9292
"react-modal": "^3.16.1",
9393
"react-redux": "^9.2.0",
9494
"react-router-dom": "^6.29.0",
9595
"react-scripts": "^5.0.1",
9696
"react-test-renderer": "^18.3.1",
97-
"release-it": "^17.11.0",
98-
"sass": "^1.83.0",
97+
"release-it": "^18.1.2",
98+
"sass": "^1.86.0",
9999
"string-replace-loader": "^3.1.0",
100-
"stylelint": "^16.13.2",
100+
"stylelint": "^16.16.0",
101101
"stylelint-config-standard": "^37.0.0",
102102
"stylelint-config-standard-scss": "^14.0.0"
103103
},

0 commit comments

Comments
 (0)