Browse Source

[ui] Codemirror resolution pinned in package.json (#21715)

Codemirror pinned
SECVULN-8533-lodash-template
Phil Renaud 2 months ago committed by GitHub
parent
commit
f924a017b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .changelog/21715.txt
  2. 3
      ui/package.json
  3. 8
      ui/yarn.lock

3
.changelog/21715.txt

@ -0,0 +1,3 @@
```release-note:security
ui: Pin a newer resolution of Codemirror
```

3
ui/package.json

@ -24,7 +24,8 @@
"ember-basic-dropdown": "3.0.21",
"glob": "7.2.3",
"braces": "^3.0.0",
"markdown-it": "^12.3.2"
"markdown-it": "^12.3.2",
"codemirror": "5.58.2"
},
"engines": {
"node": "18"

8
ui/yarn.lock

@ -5262,10 +5262,10 @@ code-point-at@^1.0.0:
resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==
codemirror@~5.15.0:
version "5.15.2"
resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.15.2.tgz#58b3dc732c6d10d7aae806f4c7cdd56a9b87fe8f"
integrity sha512-QHZClCGimKVK86/+K1YcKwa2/9pzy5OfAsv0nsXlPxxoWOhGc+HxPWQISnIrYMHwA5QCtiObxo5O/tmV4fzOSQ==
codemirror@5.58.2, codemirror@~5.15.0:
version "5.58.2"
resolved "https://registry.npmjs.org/codemirror/-/codemirror-5.58.2.tgz#ed54a1796de1498688bea1cdd4e9eeb187565d1b"
integrity sha512-K/hOh24cCwRutd1Mk3uLtjWzNISOkm4fvXiMO7LucCrqbh6aJDdtqUziim3MZUI6wOY0rvY1SlL1Ork01uMy6w==
collection-visit@^1.0.0:
version "1.0.0"

Loading…
Cancel
Save