Skip to content

Commit 66e766c

Browse files
authored
Fix ExpressJS related Dependabot Alerts (#1290)
Upgrades a variety of dependencies to the latest versions. Note that this attempted to upgrade Storybook but ran into build errors related to Object circular references so I pinned Express to the non-vulnerable version instead for now.
1 parent c889e84 commit 66e766c

File tree

2 files changed

+1253
-450
lines changed

2 files changed

+1253
-450
lines changed

package.json

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
"name": "@user-interviews/ui-design-system",
33
"version": "3.7.0",
44
"dependencies": {
5-
"@tiptap/core": "^2.5.9",
6-
"@tiptap/extension-bold": "^2.5.9",
7-
"@tiptap/extension-bullet-list": "^2.5.9",
8-
"@tiptap/extension-character-count": "^2.5.9",
9-
"@tiptap/extension-document": "^2.5.9",
10-
"@tiptap/extension-hard-break": "^2.5.9",
11-
"@tiptap/extension-history": "^2.5.9",
12-
"@tiptap/extension-italic": "^2.5.9",
13-
"@tiptap/extension-link": "^2.5.9",
14-
"@tiptap/extension-list-item": "^2.5.9",
15-
"@tiptap/extension-ordered-list": "^2.5.9",
16-
"@tiptap/extension-paragraph": "^2.5.9",
17-
"@tiptap/extension-placeholder": "^2.5.9",
18-
"@tiptap/extension-text": "^2.5.9",
19-
"@tiptap/pm": "^2.5.9",
20-
"@tiptap/react": "^2.5.9",
21-
"@tiptap/suggestion": "^2.5.9",
5+
"@tiptap/core": "^2.7.4",
6+
"@tiptap/extension-bold": "^2.7.4",
7+
"@tiptap/extension-bullet-list": "^2.7.4",
8+
"@tiptap/extension-character-count": "^2.7.4",
9+
"@tiptap/extension-document": "^2.7.4",
10+
"@tiptap/extension-hard-break": "^2.7.4",
11+
"@tiptap/extension-history": "^2.7.4",
12+
"@tiptap/extension-italic": "^2.7.4",
13+
"@tiptap/extension-link": "^2.7.4",
14+
"@tiptap/extension-list-item": "^2.7.4",
15+
"@tiptap/extension-ordered-list": "^2.7.4",
16+
"@tiptap/extension-paragraph": "^2.7.4",
17+
"@tiptap/extension-placeholder": "^2.7.4",
18+
"@tiptap/extension-text": "^2.7.4",
19+
"@tiptap/pm": "^2.7.4",
20+
"@tiptap/react": "^2.7.4",
21+
"@tiptap/suggestion": "^2.7.4",
2222
"date-fns": "^3.6.0",
2323
"date-fns-tz": "^3.1.3",
24-
"react-bootstrap": "^2.10.2",
24+
"react-bootstrap": "^2.10.5",
2525
"react-currency-input-field": "^3.8.0",
2626
"react-datepicker": "^6.9.0",
2727
"react-loading-skeleton": "^3.4.0",
2828
"react-router-dom": "^5.3.4",
29-
"react-select": "^5.8.0",
29+
"react-select": "^5.8.1",
3030
"react-toggle": "^4.1.3",
3131
"react-transition-group": "^4.4.5",
3232
"sanitize-html": "^2.13.0",
@@ -82,17 +82,17 @@
8282
"react-tracking": "^9.3"
8383
},
8484
"devDependencies": {
85-
"@babel/cli": "^7.24.5",
86-
"@babel/core": "^7.24.5",
85+
"@babel/cli": "^7.25.6",
86+
"@babel/core": "^7.25.2",
8787
"@babel/plugin-proposal-class-properties": "^7.18.6",
8888
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
8989
"@babel/plugin-proposal-private-methods": "^7.18.6",
9090
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
91-
"@babel/plugin-transform-runtime": "^7.24.3",
92-
"@babel/preset-env": "^7.24.5",
93-
"@babel/preset-react": "^7.24.1",
94-
"@babel/preset-typescript": "^7.24.1",
95-
"@babel/runtime": "^7.24.5",
91+
"@babel/plugin-transform-runtime": "^7.25.4",
92+
"@babel/preset-env": "^7.25.4",
93+
"@babel/preset-react": "^7.24.7",
94+
"@babel/preset-typescript": "^7.24.7",
95+
"@babel/runtime": "^7.25.6",
9696
"@fortawesome/fontawesome-svg-core": "^6.5.2",
9797
"@fortawesome/free-brands-svg-icons": "^6.5.2",
9898
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
@@ -111,44 +111,44 @@
111111
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
112112
"@storybook/react": "^8.1.10",
113113
"@storybook/react-webpack5": "^8.1.10",
114-
"@testing-library/dom": "^10.2.0",
115-
"@testing-library/jest-dom": "^6.4.6",
114+
"@testing-library/dom": "^10.4.0",
115+
"@testing-library/jest-dom": "^6.5.0",
116116
"@testing-library/react": "^15.0.7",
117117
"@testing-library/react-hooks": "^8.0.1",
118118
"@testing-library/user-event": "^14.5.2",
119-
"@types/jest": "^29.5.12",
119+
"@types/jest": "^29.5.13",
120120
"@types/react-dom": "^18.3.0",
121-
"@types/react-toggle": "^4",
122-
"@types/react-transition-group": "^4",
121+
"@types/react-toggle": "^4.0.5",
122+
"@types/react-transition-group": "^4.4.11",
123123
"@types/testing-library__jest-dom": "^6.0.0",
124124
"@typescript-eslint/eslint-plugin": "^8.0.1",
125125
"@typescript-eslint/parser": "^8.0.1",
126126
"babel-eslint": "^10.1.0",
127127
"babel-jest": "^29.7.0",
128-
"babel-loader": "^9.1.3",
128+
"babel-loader": "^9.2.1",
129129
"babel-plugin-module-resolver": "^5.0.2",
130130
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
131131
"babel-preset-react": "^6.24.1",
132132
"bootstrap": "5.1.3",
133133
"chromatic": "^6.24.1",
134134
"classnames": "^2.5.1",
135135
"css-loader": "^6.11.0",
136-
"eslint": "^8.57.0",
136+
"eslint": "^8.57.1",
137137
"eslint-config-airbnb": "^19.0.4",
138138
"eslint-plugin-babel": "^5.3.1",
139-
"eslint-plugin-import": "^2.29.1",
140-
"eslint-plugin-jsx-a11y": "^6.8.0",
139+
"eslint-plugin-import": "^2.30.0",
140+
"eslint-plugin-jsx-a11y": "^6.10.0",
141141
"eslint-plugin-local-rules": "^2.0.1",
142-
"eslint-plugin-no-only-tests": "^3.1.0",
143-
"eslint-plugin-react": "^7.34.1",
142+
"eslint-plugin-no-only-tests": "^3.3.0",
143+
"eslint-plugin-react": "^7.36.1",
144144
"eslint-plugin-react-hooks": "^4.6.2",
145145
"eslint-utils": "^3.0.0",
146146
"file-loader": "^6.2.0",
147147
"jest": "^29.7.0",
148148
"jest-css-modules-transform": "^4.4.2",
149149
"jest-environment-jsdom": "^29.7.0",
150150
"node-sass": "^9.0.0",
151-
"nodemon": "^3.1.4",
151+
"nodemon": "^3.1.7",
152152
"prop-types": "^15.8.1",
153153
"react": "^18.3.1",
154154
"react-copy-to-clipboard": "^5.1.0",
@@ -158,16 +158,17 @@
158158
"react-popper": "^2.3.0",
159159
"react-test-renderer": "^18.3.1",
160160
"react-tracking": "^9.3.2",
161-
"sass-loader": "^16.0.0",
161+
"sass-loader": "^16.0.2",
162162
"storybook": "^8.1.10",
163163
"storybook-addon-designs": "6.3.1",
164164
"style-loader": "^1.3.0",
165165
"typescript": "^5.5.4",
166-
"webpack": "^5.94.0",
166+
"webpack": "^5.95.0",
167167
"yalc": "^1.0.0-pre.53"
168168
},
169169
"resolutions": {
170170
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
171+
"express": "^4.21.0",
171172
"istanbul-lib-instrument": "^6.0.0",
172173
"jackspeak": "2.1.1",
173174
"normalize-package-data": "^3.0.0",
@@ -205,5 +206,6 @@
205206
"volta": {
206207
"node": "20.12.1",
207208
"yarn": "4.2.1"
208-
}
209+
},
210+
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
209211
}

0 commit comments

Comments
 (0)