Skip to content

Commit b7ab2bd

Browse files
chore(deps): update dependency @types/diff to v6 (#384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent deecfb1 commit b7ab2bd

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sourcegraph/eslint-config": "0.37.1",
4343
"@sourcegraph/prettierrc": "3.0.3",
4444
"@sourcegraph/tsconfig": "4.0.1",
45-
"@types/diff": "5.2.2",
45+
"@types/diff": "6.0.0",
4646
"@types/google-protobuf": "3.15.12",
4747
"@types/node": "20.16.10",
4848
"@types/progress": "2.0.7",

yarn.lock

+7-31
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,7 @@
269269
dependencies:
270270
eslint-visitor-keys "^3.3.0"
271271

272-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1":
273-
version "4.10.0"
274-
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
275-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
276-
277-
"@eslint-community/regexpp@^4.6.1":
272+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
278273
version "4.11.1"
279274
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
280275
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
@@ -409,10 +404,10 @@
409404
resolved "https://registry.npmjs.org/@sourcegraph/tsconfig/-/tsconfig-4.0.1.tgz"
410405
integrity sha512-G/xsejsR84G5dj3kHJ7svKBo9E5tWl96rUHKP94Y2UDtA7BzUhAYbieM+b9ZUpIRt66h3+MlYbG5HK4UI2zDzw==
411406

412-
"@types/diff@5.2.2":
413-
version "5.2.2"
414-
resolved "https://registry.yarnpkg.com/@types/diff/-/diff-5.2.2.tgz#d430dbb1da6739f1e2565c2c80b54184d4c77658"
415-
integrity sha512-qVqLpd49rmJA2nZzLVsmfS/aiiBpfVE95dHhPVwG0NmSBAt+riPxnj53wq2oBq5m4Q2RF1IWFEUpnZTgrQZfEQ==
407+
"@types/diff@6.0.0":
408+
version "6.0.0"
409+
resolved "https://registry.yarnpkg.com/@types/diff/-/diff-6.0.0.tgz#031f27cf57564f3cce825f38fb19fdd4349ad07a"
410+
integrity sha512-dhVCYGv3ZSbzmQaBSagrv1WJ6rXCdkyTcDyoNu1MD8JohI7pR7k8wdZEm+mvdxRKXyHVwckFzWU1vJc+Z29MlA==
416411

417412
418413
version "3.15.12"
@@ -429,14 +424,7 @@
429424
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
430425
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
431426

432-
"@types/node@*":
433-
version "20.10.5"
434-
resolved "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz"
435-
integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==
436-
dependencies:
437-
undici-types "~5.26.4"
438-
439-
427+
"@types/node@*", "@types/[email protected]":
440428
version "20.16.10"
441429
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.10.tgz#0cc3fdd3daf114a4776f54ba19726a01c907ef71"
442430
integrity sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==
@@ -1609,14 +1597,7 @@ espree@^9.6.0, espree@^9.6.1:
16091597
acorn-jsx "^5.3.2"
16101598
eslint-visitor-keys "^3.4.1"
16111599

1612-
esquery@^1.4.0, esquery@^1.5.0:
1613-
version "1.5.0"
1614-
resolved "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz"
1615-
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
1616-
dependencies:
1617-
estraverse "^5.1.0"
1618-
1619-
esquery@^1.4.2:
1600+
esquery@^1.4.0, esquery@^1.4.2, esquery@^1.5.0:
16201601
version "1.6.0"
16211602
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
16221603
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
@@ -2923,11 +2904,6 @@ unbox-primitive@^1.0.2:
29232904
has-symbols "^1.0.3"
29242905
which-boxed-primitive "^1.0.2"
29252906

2926-
undici-types@~5.26.4:
2927-
version "5.26.5"
2928-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
2929-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2930-
29312907
undici-types@~6.19.2:
29322908
version "6.19.8"
29332909
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"

0 commit comments

Comments
 (0)