[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serve&package-manager=npm_and_yarn&previous-version=14.2.1&new-version=14.2.2)](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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 16 ++++++++--------
packages/breadboard-cli/package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 65dfde0946e..a7f2d59c6f4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -23528,12 +23528,12 @@
}
},
"node_modules/serve": {
- "version": "14.2.1",
- "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.1.tgz",
- "integrity": "sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==",
+ "version": "14.2.2",
+ "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.2.tgz",
+ "integrity": "sha512-MktTGv3ooijGxd67iQVocNdiHaOdNnEApGj7At4qHUN44XDaLFfrqbEtj5mXf+QNqyig/VdHYMRTXWRQj6TEbw==",
"dependencies": {
"@zeit/schemas": "2.29.0",
- "ajv": "8.11.0",
+ "ajv": "8.12.0",
"arg": "5.0.2",
"boxen": "7.0.0",
"chalk": "5.0.1",
@@ -23620,9 +23620,9 @@
}
},
"node_modules/serve/node_modules/ajv": {
- "version": "8.11.0",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
+ "version": "8.12.0",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
@@ -27671,7 +27671,7 @@
"commander": "^12.0.0",
"esbuild": "^0.20.1",
"rollup": "^4.14.3",
- "serve": "^14.2.1",
+ "serve": "^14.2.2",
"urlpattern-polyfill": "^10.0.0",
"vite": "^5.2.10",
"yaml": "^2.4.1"
diff --git a/packages/breadboard-cli/package.json b/packages/breadboard-cli/package.json
index 7335296d92c..b6eccc81e08 100644
--- a/packages/breadboard-cli/package.json
+++ b/packages/breadboard-cli/package.json
@@ -170,7 +170,7 @@
"commander": "^12.0.0",
"esbuild": "^0.20.1",
"rollup": "^4.14.3",
- "serve": "^14.2.1",
+ "serve": "^14.2.2",
"urlpattern-polyfill": "^10.0.0",
"vite": "^5.2.10",
"yaml": "^2.4.1"