Skip to content

Commit 2ae332e

Browse files
marcsanmisimonswine
authored andcommitted
chore: address CVE-2024-53382 (#4031)
1 parent 29cdbf9 commit 2ae332e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

og/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"postcss-loader": "^3.0.0",
210210
"postcss-preset-env": "^7.0.1",
211211
"postcss-reporter": "^6.0.1",
212-
"prismjs": "^1.27.0",
212+
"prismjs": "^1.30.0",
213213
"react": "16.14.0",
214214
"react-copy-to-clipboard": "^5.0.4",
215215
"react-datepicker": "^4.7.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"jquery.flot.tooltip": "^0.9.0",
135135
"lodash.groupby": "^4.6.0",
136136
"lodash.map": "^4.6.0",
137-
"prismjs": "^1.27.0",
137+
"prismjs": "^1.30.0",
138138
"protobufjs": "^7.2.5",
139139
"react": "^18.2.0",
140140
"react-copy-to-clipboard": "^5.0.4",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11182,11 +11182,16 @@ pretty-format@^29.0.0, pretty-format@^29.5.0:
1118211182
ansi-styles "^5.0.0"
1118311183
react-is "^18.0.0"
1118411184

11185-
[email protected], prismjs@^1.27.0:
11185+
1118611186
version "1.29.0"
1118711187
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
1118811188
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
1118911189

11190+
prismjs@^1.30.0:
11191+
version "1.30.0"
11192+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
11193+
integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
11194+
1119011195
process-nextick-args@~2.0.0:
1119111196
version "2.0.1"
1119211197
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"

0 commit comments

Comments
 (0)