Skip to content

Commit 841646f

Browse files
chore(deps): update webpack (#3497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3851938 commit 841646f

File tree

2 files changed

+810
-1464
lines changed

2 files changed

+810
-1464
lines changed

website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/preset-typescript": "7.22.5",
3737
"@packtracker/webpack-plugin": "2.3.0",
3838
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
39-
"@svgr/webpack": "6.1.2",
39+
"@svgr/webpack": "6.5.1",
4040
"@testing-library/jest-dom": "5.17.0",
4141
"@testing-library/react": "11.2.7",
4242
"@testing-library/user-event": "12.8.3",
@@ -66,14 +66,14 @@
6666
"@vercel/node": "1.15.4",
6767
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
6868
"babel-jest": "29.6.2",
69-
"babel-loader": "9.1.2",
69+
"babel-loader": "9.1.3",
7070
"babel-plugin-dynamic-import-node": "2.3.3",
7171
"babel-plugin-lodash": "3.3.4",
7272
"babel-plugin-transform-react-class-to-function": "1.2.2",
7373
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
7474
"chalk": "4.1.2",
7575
"codecov": "3.8.2",
76-
"copy-webpack-plugin": "10.2.0",
76+
"copy-webpack-plugin": "10.2.4",
7777
"cross-env": "7.0.3",
7878
"css-loader": "6.8.1",
7979
"cssnano": "4.1.11",
@@ -82,7 +82,7 @@
8282
"eslint": "7.22.0",
8383
"eslint-config-airbnb": "18.2.1",
8484
"eslint-config-prettier": "7.2.0",
85-
"eslint-import-resolver-webpack": "0.13.2",
85+
"eslint-import-resolver-webpack": "0.13.3",
8686
"eslint-plugin-import": "2.22.1",
8787
"eslint-plugin-jsx-a11y": "6.4.1",
8888
"eslint-plugin-prettier": "3.3.1",
@@ -91,7 +91,7 @@
9191
"fast-json-stable-stringify": "2.1.0",
9292
"fs-extra": "9.1.0",
9393
"graceful-fs": "4.2.11",
94-
"html-webpack-plugin": "5.5.0",
94+
"html-webpack-plugin": "5.5.3",
9595
"http-status": "1.6.2",
9696
"icalendar": "0.7.1",
9797
"identity-obj-proxy": "3.0.0",
@@ -109,19 +109,19 @@
109109
"redux-logger": "3.0.6",
110110
"redux-mock-store": "1.5.4",
111111
"sass": "1.32.5",
112-
"sass-loader": "10.1.1",
112+
"sass-loader": "10.4.1",
113113
"style-loader": "2.0.0",
114114
"stylelint": "13.12.0",
115115
"stylelint-config-prettier": "8.0.2",
116116
"stylelint-config-standard": "20.0.0",
117117
"stylelint-order": "4.1.0",
118-
"terser-webpack-plugin": "5.3.0",
118+
"terser-webpack-plugin": "5.3.9",
119119
"typescript": "5.1.6",
120120
"url-loader": "4.1.1",
121-
"webpack": "5.76.0",
122-
"webpack-cli": "4.9.1",
123-
"webpack-dev-server": "4.7.1",
124-
"webpack-merge": "5.8.0"
121+
"webpack": "5.88.2",
122+
"webpack-cli": "4.10.0",
123+
"webpack-dev-server": "4.15.1",
124+
"webpack-merge": "5.9.0"
125125
},
126126
"dependencies": {
127127
"@authenio/samlify-node-xmllint": "2.0.0",

0 commit comments

Comments
 (0)