Skip to content

Commit 683ff78

Browse files
authored
Fix vulnerabilities (#1610)
1 parent b09fd86 commit 683ff78

File tree

2 files changed

+25
-207
lines changed

2 files changed

+25
-207
lines changed

package-lock.json

Lines changed: 15 additions & 204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@
17411741
"base64-arraybuffer-es6": "^3.1.0",
17421742
"clsx": "^2.1.1",
17431743
"date-fns": "^4.1.0",
1744-
"diff": "^8.0.2",
1744+
"diff": "^8.0.3",
17451745
"eventemitter3": "^5.0.1",
17461746
"express": "^5.1.0",
17471747
"fast-deep-equal": "^3.1.1",
@@ -1759,7 +1759,7 @@
17591759
"lodash.orderby": "^4.6.0",
17601760
"lodash.truncate": "^4.4.2",
17611761
"macaddress": "^0.5.3",
1762-
"markdown-it": "^14.1.0",
1762+
"markdown-it": "^14.1.1",
17631763
"merge-anything": "^6.0.6",
17641764
"monaco-editor": "^0.51.0",
17651765
"mustache": "^4.0.1",
@@ -1896,7 +1896,8 @@
18961896
"@sentry/browser": "^7.119.2"
18971897
},
18981898
"@atlaskit/editor-common": {
1899-
"@sentry/browser": "^7.119.2"
1899+
"@sentry/browser": "^7.119.2",
1900+
"markdown-it": "^14.1.1"
19001901
},
19011902
"fetch-mock": {
19021903
"path-to-regexp": "^3.2.0"
@@ -1930,6 +1931,12 @@
19301931
"express": {
19311932
"body-parser": "^2.2.1"
19321933
},
1934+
"prosemirror-markdown": {
1935+
"markdown-it": "^14.1.1"
1936+
},
1937+
"@atlaskit/editor-markdown-transformer": {
1938+
"markdown-it": "^14.1.1"
1939+
},
19331940
"jws": "^4.0.1"
19341941
}
19351942
}

0 commit comments

Comments
 (0)