Skip to content

Commit 1fabc67

Browse files
fix(deps): update dependency prismjs to v1.30.0 (#1030)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prismjs](https://redirect.github.com/PrismJS/prism) | [`1.29.0` -> `1.30.0`](https://renovatebot.com/diffs/npm/prismjs/1.29.0/1.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prismjs/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prismjs/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prismjs/1.29.0/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prismjs/1.29.0/1.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PrismJS/prism (prismjs)</summary> ### [`v1.30.0`](https://redirect.github.com/PrismJS/prism/compare/v1.29.0...v1.30.0) [Compare Source](https://redirect.github.com/PrismJS/prism/compare/v1.29.0...v1.30.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8897fb2 commit 1fabc67

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"mermaid": "11.4.1",
5151
"postcss": "^8.5.2",
5252
"prism-react-renderer": "2.4.1",
53-
"prismjs": "1.29.0",
53+
"prismjs": "1.30.0",
5454
"react": "19.0.0",
5555
"react-copy-to-clipboard": "5.1.0",
5656
"react-dom": "19.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10381,7 +10381,12 @@ [email protected], prism-react-renderer@^2.3.0:
1038110381
"@types/prismjs" "^1.26.0"
1038210382
clsx "^2.0.0"
1038310383

10384-
[email protected], prismjs@^1.29.0:
10384+
10385+
version "1.30.0"
10386+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
10387+
integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
10388+
10389+
prismjs@^1.29.0:
1038510390
version "1.29.0"
1038610391
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
1038710392
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==

0 commit comments

Comments
 (0)