Skip to content

Commit cf0d590

Browse files
fix(deps): update dependency detect-indent to v7
1 parent aa598f9 commit cf0d590

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"chalk": "^4.1.0",
6060
"cosmiconfig": "^8.1.3",
6161
"debounce": "^1.2.0",
62-
"detect-indent": "^6.0.0",
62+
"detect-indent": "^7.0.0",
6363
"graphql-config": "^5.0.2",
6464
"inquirer": "^8.0.0",
6565
"is-glob": "^4.0.1",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6684,6 +6684,11 @@ detect-indent@^6.0.0:
66846684
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
66856685
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
66866686

6687+
detect-indent@^7.0.0:
6688+
version "7.0.1"
6689+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25"
6690+
integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==
6691+
66876692
detect-newline@^3.0.0:
66886693
version "3.1.0"
66896694
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
@@ -10227,10 +10232,10 @@ lower-case@^2.0.2:
1022710232
dependencies:
1022810233
tslib "^2.0.3"
1022910234

10230-
lru-cache@^10.0.0:
10231-
version "10.0.0"
10232-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
10233-
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
10235+
lru-cache@^10.0.0, "lru-cache@^9.1.1 || ^10.0.0":
10236+
version "10.0.1"
10237+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
10238+
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
1023410239

1023510240
lru-cache@^4.0.1:
1023610241
version "4.1.5"
@@ -10254,16 +10259,6 @@ lru-cache@^6.0.0:
1025410259
dependencies:
1025510260
yallist "^4.0.0"
1025610261

10257-
lru-cache@^7.14.1:
10258-
version "7.16.1"
10259-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.16.1.tgz#7acea16fecd9ed11430e78443c2bb81a06d3dea9"
10260-
integrity sha512-9kkuMZHnLH/8qXARvYSjNvq8S1GYFFzynQTAfKeaJ0sIrR3PUPuu37Z+EiIANiZBvpfTf2B5y8ecDLSMWlLv+w==
10261-
10262-
"lru-cache@^9.1.1 || ^10.0.0":
10263-
version "10.0.1"
10264-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
10265-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
10266-
1026710262
lz-string@^1.4.4:
1026810263
version "1.5.0"
1026910264
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"

0 commit comments

Comments
 (0)