Skip to content

Commit c0d4bb2

Browse files
Update dependency @types/node to v22.13.11 (#623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0916357 commit c0d4bb2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

federation/scenarios/constant-vus-over-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"graphql": "16.10.0"
1414
},
1515
"devDependencies": {
16-
"@types/node": "22.13.10"
16+
"@types/node": "22.13.11"
1717
}
1818
}

federation/scenarios/constant-vus-over-time/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.4.tgz#4e049756383c3f055dd8f3d24e63fb543e98eb07"
138138
integrity sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q==
139139

140-
"@types/[email protected].10":
141-
version "22.13.10"
142-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
143-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
140+
"@types/[email protected].11":
141+
version "22.13.11"
142+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.11.tgz#f0ed6b302dcf0f4229d44ea707e77484ad46d234"
143+
integrity sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==
144144
dependencies:
145145
undici-types "~6.20.0"
146146

federation/scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@apollo/composition": "2.10.0"
1111
},
1212
"devDependencies": {
13-
"@types/node": "22.13.10"
13+
"@types/node": "22.13.11"
1414
}
1515
}

federation/scenarios/ramping-vus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"graphql": "16.10.0"
1414
},
1515
"devDependencies": {
16-
"@types/node": "22.13.10"
16+
"@types/node": "22.13.11"
1717
}
1818
}

federation/scenarios/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.1.tgz#7d79922cb2d88f9048f06393dbf62d2e4accb584"
156156
integrity sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==
157157

158-
"@types/[email protected].10":
159-
version "22.13.10"
160-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
161-
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
158+
"@types/[email protected].11":
159+
version "22.13.11"
160+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.11.tgz#f0ed6b302dcf0f4229d44ea707e77484ad46d234"
161+
integrity sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==
162162
dependencies:
163163
undici-types "~6.20.0"
164164

0 commit comments

Comments
 (0)