mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.7`: - [Bump refractor from v3.5.0 to v3.6.0 (#151296)](https://github.com/elastic/kibana/pull/151296) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Thomas Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2023-02-16T10:47:44Z","message":"Bump refractor from v3.5.0 to v3.6.0 (#151296)\n\nThe new version of `refractor` upgrades its dependency to `prismjs` to a\r\nversion without security vulnerabilities. This means we can drop our\r\nforced resolution of `prismjs`.","sha":"0581fa3a91ec840b83c739859041b37f4e3a92f9","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v8.8.0"],"number":151296,"url":"https://github.com/elastic/kibana/pull/151296","mergeCommit":{"message":"Bump refractor from v3.5.0 to v3.6.0 (#151296)\n\nThe new version of `refractor` upgrades its dependency to `prismjs` to a\r\nversion without security vulnerabilities. This means we can drop our\r\nforced resolution of `prismjs`.","sha":"0581fa3a91ec840b83c739859041b37f4e3a92f9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151296","number":151296,"mergeCommit":{"message":"Bump refractor from v3.5.0 to v3.6.0 (#151296)\n\nThe new version of `refractor` upgrades its dependency to `prismjs` to a\r\nversion without security vulnerabilities. This means we can drop our\r\nforced resolution of `prismjs`.","sha":"0581fa3a91ec840b83c739859041b37f4e3a92f9"}}]}] BACKPORT--> Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
parent
fe6e4c55f6
commit
f53f245f7b
2 changed files with 5 additions and 6 deletions
|
@ -84,7 +84,6 @@
|
|||
"**/istanbul-lib-coverage": "^3.2.0",
|
||||
"**/minimatch": "^3.1.2",
|
||||
"**/pdfkit/crypto-js": "4.0.0",
|
||||
"**/refractor/prismjs": "~1.27.0",
|
||||
"**/trim": "1.0.1",
|
||||
"**/typescript": "4.6.3",
|
||||
"**/use-composed-ref": "^1.3.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -22179,7 +22179,7 @@ printj@~1.1.0:
|
|||
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
|
||||
integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
|
||||
|
||||
prismjs@^1.22.0, prismjs@~1.25.0, prismjs@~1.27.0:
|
||||
prismjs@^1.22.0, prismjs@~1.27.0:
|
||||
version "1.27.0"
|
||||
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
|
||||
integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
|
||||
|
@ -23492,13 +23492,13 @@ redux@^4.0.0, redux@^4.0.4, redux@^4.1.2, redux@^4.2.0:
|
|||
"@babel/runtime" "^7.9.2"
|
||||
|
||||
refractor@^3.2.0, refractor@^3.5.0:
|
||||
version "3.5.0"
|
||||
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.5.0.tgz#334586f352dda4beaf354099b48c2d18e0819aec"
|
||||
integrity sha512-QwPJd3ferTZ4cSPPjdP5bsYHMytwWYnAN5EEnLtGvkqp/FCCnGsBgxrm9EuIDnjUC3Uc/kETtvVi7fSIVC74Dg==
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"
|
||||
integrity sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==
|
||||
dependencies:
|
||||
hastscript "^6.0.0"
|
||||
parse-entities "^2.0.0"
|
||||
prismjs "~1.25.0"
|
||||
prismjs "~1.27.0"
|
||||
|
||||
regedit@^5.0.0:
|
||||
version "5.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue