Skip to content

Commit c4256f0

Browse files
chore(deps): bump prismjs from 1.29.0 to 1.30.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 995c092 commit c4256f0

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

yarn.lock

+31-9
Original file line numberDiff line numberDiff line change
@@ -19552,9 +19552,9 @@ pretty-hrtime@^1.0.3:
1955219552
integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==
1955319553

1955419554
prismjs@^1.17.1:
19555-
version "1.29.0"
19556-
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
19557-
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
19555+
version "1.30.0"
19556+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
19557+
integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
1955819558

1955919559
private@^0.1.8:
1956019560
version "0.1.8"
@@ -22393,8 +22393,7 @@ string-replace-loader@^3.1.0:
2239322393
loader-utils "^2.0.0"
2239422394
schema-utils "^3.0.0"
2239522395

22396-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22397-
name string-width-cjs
22396+
"string-width-cjs@npm:string-width@^4.2.0":
2239822397
version "4.2.3"
2239922398
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2240022399
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -22412,6 +22411,15 @@ string-width@^1.0.1:
2241222411
is-fullwidth-code-point "^1.0.0"
2241322412
strip-ansi "^3.0.0"
2241422413

22414+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
22415+
version "4.2.3"
22416+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
22417+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
22418+
dependencies:
22419+
emoji-regex "^8.0.0"
22420+
is-fullwidth-code-point "^3.0.0"
22421+
strip-ansi "^6.0.1"
22422+
2241522423
string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
2241622424
version "2.1.1"
2241722425
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -22550,8 +22558,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
2255022558
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
2255122559
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
2255222560

22553-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22554-
name strip-ansi-cjs
22561+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2255522562
version "6.0.1"
2255622563
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2255722564
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -22579,6 +22586,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2257922586
dependencies:
2258022587
ansi-regex "^4.1.0"
2258122588

22589+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
22590+
version "6.0.1"
22591+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
22592+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
22593+
dependencies:
22594+
ansi-regex "^5.0.1"
22595+
2258222596
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2258322597
version "7.1.0"
2258422598
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24783,8 +24797,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
2478324797
dependencies:
2478424798
errno "~0.1.7"
2478524799

24786-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
24787-
name wrap-ansi-cjs
24800+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2478824801
version "7.0.0"
2478924802
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2479024803
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -24827,6 +24840,15 @@ wrap-ansi@^6.2.0:
2482724840
string-width "^4.1.0"
2482824841
strip-ansi "^6.0.0"
2482924842

24843+
wrap-ansi@^7.0.0:
24844+
version "7.0.0"
24845+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24846+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
24847+
dependencies:
24848+
ansi-styles "^4.0.0"
24849+
string-width "^4.1.0"
24850+
strip-ansi "^6.0.0"
24851+
2483024852
wrap-ansi@^8.1.0:
2483124853
version "8.1.0"
2483224854
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)