Skip to content

Commit a20538f

Browse files
build(deps): bump @types/node from 20.11.25 to 20.11.30 (#1117)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.30. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.25&new-version=20.11.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent def02e0 commit a20538f

29 files changed

Lines changed: 59 additions & 59 deletions

File tree

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"@changesets/cli": "^2.27.1",
173173
"@rollup/plugin-node-resolve": "^15.2.3",
174174
"@rollup/plugin-terser": "^0.4.4",
175-
"@types/node": "^20.11.25",
175+
"@types/node": "^20.11.30",
176176
"@typescript-eslint/eslint-plugin": "^7.0.0",
177177
"@typescript-eslint/parser": "^6.20.0",
178178
"ava": "^5.2.0",

packages/agent-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@google-labs/json-kit": "^0.1.1",
147147
"@google-labs/template-kit": "^0.2.1",
148148
"@google-labs/tsconfig": "^0.0.1",
149-
"@types/node": "^20.11.25",
149+
"@types/node": "^20.11.30",
150150
"@typescript-eslint/eslint-plugin": "^7.0.0",
151151
"@typescript-eslint/parser": "^6.20.0",
152152
"ava": "^5.2.0",

packages/breadboard-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"@ava/typescript": "^4.0.0",
148148
"@google-labs/tsconfig": "^0.0.1",
149149
"@types/js-yaml": "^4.0.9",
150-
"@types/node": "^20.11.25",
150+
"@types/node": "^20.11.30",
151151
"@types/serve-handler": "^6.1.4",
152152
"@typescript-eslint/eslint-plugin": "^7.0.0",
153153
"@typescript-eslint/parser": "^6.20.0",

packages/breadboard-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@google-labs/node-nursery-web": "^1.0.4",
191191
"@google-labs/palm-kit": "^0.0.6",
192192
"@google-labs/template-kit": "^0.2.1",
193-
"@types/node": "^20.11.25",
193+
"@types/node": "^20.11.30",
194194
"@types/vscode": "^1.87.0",
195195
"@vscode/debugadapter": "^1.65.0",
196196
"@vscode/vsce": "^2.24.0",

packages/breadboard-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@ava/typescript": "^4.0.0",
117117
"@google-labs/tsconfig": "^0.0.1",
118118
"@types/express": "^4.17.17",
119-
"@types/node": "^20.11.25",
119+
"@types/node": "^20.11.30",
120120
"@typescript-eslint/eslint-plugin": "^7.0.0",
121121
"@typescript-eslint/parser": "^6.20.0",
122122
"jsonschema": "^1.4.1",

packages/breadboard-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"@google-labs/tsconfig": "^0.0.1",
128128
"@rollup/plugin-node-resolve": "^15.2.3",
129129
"@rollup/plugin-terser": "^0.4.4",
130-
"@types/node": "^20.11.25",
130+
"@types/node": "^20.11.30",
131131
"@typescript-eslint/eslint-plugin": "^7.0.0",
132132
"@typescript-eslint/parser": "^6.20.0",
133133
"rollup": "^4.12.1",

packages/breadboard-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"@ava/typescript": "^4.0.0",
210210
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
211211
"@google-labs/tsconfig": "^0.0.1",
212-
"@types/node": "^20.11.25",
212+
"@types/node": "^20.11.30",
213213
"@typescript-eslint/eslint-plugin": "^7.0.0",
214214
"@typescript-eslint/parser": "^6.20.0",
215215
"ava": "^5.2.0",

packages/breadboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@google-labs/tsconfig": "^0.0.1",
156156
"@rollup/plugin-node-resolve": "^15.2.3",
157157
"@rollup/plugin-terser": "^0.4.4",
158-
"@types/node": "^20.11.25",
158+
"@types/node": "^20.11.30",
159159
"@typescript-eslint/eslint-plugin": "^7.0.0",
160160
"@typescript-eslint/parser": "^6.20.0",
161161
"ava": "^5.2.0",

packages/breadbuddy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"license": "Apache-2.0",
7878
"devDependencies": {
7979
"@google-labs/tsconfig": "^0.0.1",
80-
"@types/node": "^20.11.25",
80+
"@types/node": "^20.11.30",
8181
"@types/nunjucks": "^3.2.6",
8282
"@typescript-eslint/eslint-plugin": "^7.0.0",
8383
"@typescript-eslint/parser": "^6.20.0",

0 commit comments

Comments
 (0)