Skip to content

Commit 3af50a3

Browse files
chore(deps): bump diff from 4.0.2 to 4.0.4
Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 4.0.4. - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: diff dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fd8a1e commit 3af50a3

1 file changed

Lines changed: 32 additions & 8 deletions

File tree

yarn.lock

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16349,13 +16349,13 @@ diff-sequences@^29.6.3:
1634916349
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
1635016350

1635116351
diff@^4.0.1:
16352-
version "4.0.2"
16353-
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
16354-
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
16352+
version "4.0.4"
16353+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.4.tgz#7a6dbfda325f25f07517e9b518f897c08332e07d"
16354+
integrity sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==
1635516355

1635616356
diff@^7.0.0:
1635716357
version "7.0.0"
16358-
resolved "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
16358+
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
1635916359
integrity sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==
1636016360

1636116361
dir-glob@^3.0.1:
@@ -23079,7 +23079,16 @@ string-length@^4.0.1:
2307923079
char-regex "^1.0.2"
2308023080
strip-ansi "^6.0.0"
2308123081

23082-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
23082+
"string-width-cjs@npm:string-width@^4.2.0":
23083+
version "4.2.3"
23084+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
23085+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
23086+
dependencies:
23087+
emoji-regex "^8.0.0"
23088+
is-fullwidth-code-point "^3.0.0"
23089+
strip-ansi "^6.0.1"
23090+
23091+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2308323092
version "4.2.3"
2308423093
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2308523094
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -23201,7 +23210,7 @@ string_decoder@~1.1.1:
2320123210
dependencies:
2320223211
safe-buffer "~5.1.0"
2320323212

23204-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23213+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2320523214
version "6.0.1"
2320623215
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2320723216
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -23222,6 +23231,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2322223231
dependencies:
2322323232
ansi-regex "^4.1.0"
2322423233

23234+
strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23235+
version "6.0.1"
23236+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
23237+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
23238+
dependencies:
23239+
ansi-regex "^5.0.1"
23240+
2322523241
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2322623242
version "7.1.0"
2322723243
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -24300,8 +24316,7 @@ workerpool@^6.5.1:
2430024316
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
2430124317
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
2430224318

24303-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7, wrap-ansi@^7.0.0:
24304-
name wrap-ansi-cjs
24319+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2430524320
version "7.0.0"
2430624321
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2430724322
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -24319,6 +24334,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2431924334
string-width "^4.1.0"
2432024335
strip-ansi "^6.0.0"
2432124336

24337+
wrap-ansi@^7, wrap-ansi@^7.0.0:
24338+
version "7.0.0"
24339+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
24340+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
24341+
dependencies:
24342+
ansi-styles "^4.0.0"
24343+
string-width "^4.1.0"
24344+
strip-ansi "^6.0.0"
24345+
2432224346
wrap-ansi@^8.1.0:
2432324347
version "8.1.0"
2432424348
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)