From 60135677dd671190c6b463f19b716b7dd56966b5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 May 2026 23:13:48 -0700
Subject: [PATCH] chore(deps): bump the minor-and-patch group in
/libs/cli/js-examples with 8 updates (#7673)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the minor-and-patch group in /libs/cli/js-examples with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) |
`1.1.38` | `1.1.42` |
|
[@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core)
| `1.2.6` | `1.2.9` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.58.0` | `8.59.1` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.58.0` | `8.59.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.3.1` | `17.4.2` |
| [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9`
|
Updates `@langchain/core` from 1.1.38 to 1.1.42
Release notes
Sourced from @langchain/core's
releases.
@langchain/core@1.1.41
Patch Changes
@langchain/core@1.1.40
Patch Changes
- #10694
d3e0809
Thanks @hntrl! -
refactor(core): decouple tracer-only metadata defaults from runnable
metadata
- Add tracer-scoped inheritable metadata/tag options in callback
manager while keeping backward-compatible aliases.
- Move configurable-to-tracing metadata derivation into a tracer-only
path and keep
ensureConfig metadata mirroring limited to
model.
- Update
LangChainTracer default metadata/tag handling
and add regression tests for stream events metadata behavior.
@langchain/core@1.1.39
Patch Changes
Commits
Updates `@langchain/langgraph` from 1.2.6 to 1.2.9
Release notes
Sourced from @langchain/langgraph's
releases.
@langchain/langgraph@1.2.9
Patch Changes
-
#2315
9102d52
Thanks @hntrl! -
propagate tracer metadata defaults from configurable
-
#2311
b7c196b
Thanks @open-swe! -
fix: export missing types for typescript 6.0 declaration file
compatibility
-
Updated dependencies [458d66b]:
@langchain/langgraph-sdk@1.8.9
@langchain/langgraph@1.2.8
Patch Changes
@langchain/langgraph@1.2.7
Patch Changes
Changelog
Sourced from @langchain/langgraph's
changelog.
1.2.9
Patch Changes
-
#2315
9102d52
Thanks @hntrl! -
propagate tracer metadata defaults from configurable
-
#2311
b7c196b
Thanks @open-swe! -
fix: export missing types for typescript 6.0 declaration file
compatibility
-
Updated dependencies [458d66b]:
@langchain/langgraph-sdk@1.8.9
1.2.8
Patch Changes
1.2.7
Patch Changes
Commits
aba243a
chore: version packages (#2313)
9102d52
fix(langgraph): propagate tracer metadata defaults from configurable (#2315)
b7c196b
fix: export missing types for typescript 6.0 declaration file
compatibility (...
9e98075
chore: version packages (#2294)
e42c2c8
feat: enhance runtime with executionInfo and serverInfo (#2275)
ed1107d
chore: version packages (#2283)
2b62610
feat(sdk): support for headless tools (#2281)
05810fe
Fix Vue subagent grouping during streaming (#2274)
271f975
chore(deps): bump the langchain group across 1 directory with 7 updates
(#2270)
d88f29b
chore(repo): migrate linting and formatting from ESLint/Prettier to
oxlint/ox...
- See full diff in compare
view
Updates `@typescript-eslint/eslint-plugin` from 8.58.0 to 8.59.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's
releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix
crash "TypeError: checker.getTypeArguments is not a function"
(#12246)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion]
avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments]
handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat
void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
v8.59.0
8.59.0 (2026-04-20)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion]
report more cases based on assignability (#11789)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
v8.58.2
8.58.2 (2026-04-13)
🩹 Fixes
- remove tsbuildinfo cache file from published packages (#12187)
- eslint-plugin: [no-unnecessary-condition] use
assignability checks in checkTypePredicates (#12147)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's
changelog.
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] treat
void as nullish in no-unnecessary-condition (#12241)
- eslint-plugin: [no-unnecessary-type-arguments]
handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-type-assertion]
avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] fix
crash "TypeError: checker.getTypeArguments is not a function"
(#12246)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
8.59.0 (2026-04-20)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion]
report more cases based on assignability (#11789)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
8.58.2 (2026-04-13)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] use
assignability checks in checkTypePredicates (#12147)
- remove tsbuildinfo cache file from published packages (#12187)
❤️ Thank You
See GitHub
Releases for more information.
... (truncated)
Commits
5245793
chore(release): publish 8.59.1
3cef124
chore(eslint-plugin): switch auto-generated test cases to hand-written
in dot...
27c507b
test: make sort-type-constituents tests fully static (#12262)
a03b31d
chore(eslint-plugin): switch auto-generated test cases to hand-written
in no-...
a7099a7
chore(eslint-plugin): switch auto-generated test cases to hand-written
in no-...
bfbd4a5
chore(eslint-plugin): switch auto-generated test cases to hand-written
in no-...
b49d4b1
chore(eslint-plugin): switch auto-generated test cases to hand-written
in no-...
3097e72
chore(eslint-plugin): switch auto-generated test cases to hand-written
in nam...
676191b
chore(eslint-plugin): switch auto-generated test cases to hand-written
in mem...
e9dce8b
fix(eslint-plugin): [no-unnecessary-condition] treat void as nullish in
no-un...
- Additional commits viewable in compare
view
Updates `@typescript-eslint/parser` from 8.58.0 to 8.59.1
Release notes
Sourced from @typescript-eslint/parser's
releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix
crash "TypeError: checker.getTypeArguments is not a function"
(#12246)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion]
preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion]
avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments]
handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat
void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
v8.59.0
8.59.0 (2026-04-20)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion]
report more cases based on assignability (#11789)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
v8.58.2
8.58.2 (2026-04-13)
🩹 Fixes
- remove tsbuildinfo cache file from published packages (#12187)
- eslint-plugin: [no-unnecessary-condition] use
assignability checks in checkTypePredicates (#12147)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's
changelog.
8.59.1 (2026-04-27)
This was a version bump only for parser to align it with other
projects, there were no code changes.
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
8.59.0 (2026-04-20)
This was a version bump only for parser to align it with other
projects, there were no code changes.
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
8.58.2 (2026-04-13)
🩹 Fixes
- remove tsbuildinfo cache file from published packages (#12187)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
8.58.1 (2026-04-08)
This was a version bump only for parser to align it with other
projects, there were no code changes.
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
Commits
Updates `dotenv` from 17.3.1 to 17.4.2
Changelog
Sourced from dotenv's
changelog.
17.4.2
(2026-04-12)
Changed
- Improved skill files - tightened up details (#1009)
17.4.1
(2026-04-05)
Changed
- Change text
injecting to injected (#1005)
17.4.0
(2026-04-01)
Added
- Add
skills/ folder with focused agent skills:
skills/dotenv/SKILL.md (core usage) and
skills/dotenvx/SKILL.md (encryption, multiple environments,
variable expansion) for AI coding agent discovery via the skills.sh
ecosystem (npx skills add motdotla/dotenv)
Changed
- Tighten up logs:
◇ injecting env (14) from .env (#1003)
Commits
Updates `eslint` from 10.1.0 to 10.2.1
Release notes
Sourced from eslint's
releases.
v10.2.1
Bug Fixes
14be92b
fix: model generator yield resumption paths in code path analysis (#20665)
(sethamus)
84a19d2
fix: no-async-promise-executor false positives for shadowed Promise (#20740)
(xbinaryx)
af764af
fix: clarify language and processor validation errors (#20729)
(Pixel998)
e251b89
fix: update eslint (#20715)
(renovate[bot])
Documentation
ca92ca0
docs: reuse markdown-it instance for markdown filter (#20768)
(Amaresh S M)
57d2ee2
docs: Enable Eleventy incremental mode for watch (#20767)
(Amaresh S M)
c1621b9
docs: fix typos in code-path-analyzer.js (#20700)
(Ayush Shukla)
1418d52
docs: Update README (GitHub Actions Bot)
39771e6
docs: Update README (GitHub Actions Bot)
71e0469
docs: fix incomplete JSDoc param description in no-shadow rule (#20728)
(kuldeep kumar)
22119ce
docs: clarify scope of for-direction rule with dead code examples (#20723)
(Amaresh S M)
8f3fb77
docs: document meta.docs.dialects (#20718)
(Pixel998)
Chores
7ddfea9
chore: update dependency prettier to v3.8.2 (#20770)
(renovate[bot])
fac40e1
ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763)
(dependabot[bot])
7246f92
test: add tests for SuppressionsService.load() error handling (#20734)
(kuldeep kumar)
4f34b1e
chore: update pnpm/action-setup action to v5 (#20762)
(renovate[bot])
51080eb
test: processor service (#20731)
(kuldeep kumar)
e7e1889
chore: remove stale babel-eslint10 fixture and test (#20727)
(kuldeep kumar)
4e1a87c
test: remove redundant async/await in flat config array tests (#20722)
(Pixel998)
066eabb
test: add rule metadata coverage for languages and
docs.dialects (#20717)
(Pixel998)
v10.2.0
Features
586ec2f
feat: Add meta.languages support to rules (#20571)
(Copilot)
14207de
feat: add Temporal to no-obj-calls (#20675)
(Pixel998)
bbb2c93
feat: add Temporal to ES2026 globals (#20672)
(Pixel998)
Bug Fixes
542cb3e
fix: update first-party dependencies (#20714)
(Francesco Trotta)
Documentation
a2af743
docs: add language to configuration objects (#20712)
(Francesco Trotta)
845f23f
docs: Update README (GitHub Actions Bot)
5fbcf59
docs: remove sourceType from ts playground link (#20477)
(Tanuj Kanti)
8702a47
docs: Update README (GitHub Actions Bot)
ddeaded
docs: Update README (GitHub Actions Bot)
2b44966
docs: add Major Releases section to Manage Releases (#20269)
(Milos Djermanovic)
eab65c7
docs: update eslint versions in examples (#20664)
(루밀LuMir)
3e4a299
docs: update ESM Dependencies policies with note for own-usage packages
(#20660)
(Milos Djermanovic)
Chores
8120e30
refactor: extract no unmodified loop condition (#20679)
(kuldeep kumar)
46e8469
chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697)
(renovate[bot])
01ed3aa
test: add unit tests for unicode utilities (#20622)
(Manish chaudhary)
... (truncated)
Commits
Updates `prettier` from 3.8.1 to 3.8.3
Release notes
Sourced from prettier's
releases.
3.8.3
🔗 Changelog
3.8.2
🔗 Changelog
Changelog
Sourced from prettier's
changelog.
3.8.3
diff
SCSS: Prevent trailing comma in if() function (#18471
by @kovsu)
// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);
3.8.2
diff
Exhaustive typechecking with @default never;
<!-- Input -->
@switch (foo) {
@case (1) {}
@default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to
write the @ character, you should use the "@"
HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@switch (foo) {
@case (1) {}
@default never;
}
arrow function and instanceof
expressions.
</tr></table>
... (truncated)
Commits
Updates `ts-jest` from 29.4.6 to 29.4.9
Release notes
Sourced from ts-jest's
releases.
v29.4.9
Please refer to CHANGELOG.md
for details.
v29.4.8
No release notes provided.
v29.4.7
Please refer to CHANGELOG.md
for details.
Changelog
Sourced from ts-jest's
changelog.
29.4.7
(2026-04-01)
Features
Commits
bac2e77
chore(release): bump version to 29.4.9
f8a9cc9
fix: use correct registry for npm OIDC trusted publishing
e2eec26
fix: npm permissions
263f2ac
chore: remove npm auth token
5df0e45
OIDC
f82c144
Merge pull request #5250
from kulshekhar/copilot/bump-patch-version
e6ec5ae
Update CHANGELOG.md
62c3199
Update CHANGELOG.md
052e751
Bump patch version to 29.4.7
f79e77b
Merge pull request #5249
from ext/feature/ts6-peer
- Additional commits viewable in compare
view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new
releaser for ts-jest since your current version.
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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
libs/cli/js-examples/package.json | 16 +-
libs/cli/js-examples/yarn.lock | 252 +++++++++++++++---------------
2 files changed, 131 insertions(+), 137 deletions(-)
diff --git a/libs/cli/js-examples/package.json b/libs/cli/js-examples/package.json
index 8d3c06995..4700c7c6d 100644
--- a/libs/cli/js-examples/package.json
+++ b/libs/cli/js-examples/package.json
@@ -21,25 +21,25 @@
"test:all": "yarn test && yarn test:int && yarn lint:langgraph"
},
"dependencies": {
- "@langchain/core": "^1.1.38",
- "@langchain/langgraph": "^1.2.6"
+ "@langchain/core": "^1.1.42",
+ "@langchain/langgraph": "^1.2.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@tsconfig/recommended": "^1.0.13",
"@types/jest": "^30.0.0",
- "@typescript-eslint/eslint-plugin": "^8.58.0",
- "@typescript-eslint/parser": "^8.58.0",
- "dotenv": "^17.3.1",
- "eslint": "^10.1.0",
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
+ "@typescript-eslint/parser": "^8.59.1",
+ "dotenv": "^17.4.2",
+ "eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.3.0",
- "prettier": "^3.8.1",
- "ts-jest": "^29.4.6",
+ "prettier": "^3.8.3",
+ "ts-jest": "^29.4.9",
"typescript": "^5.9.3"
}
}
diff --git a/libs/cli/js-examples/yarn.lock b/libs/cli/js-examples/yarn.lock
index 0fd929a48..27e07627d 100644
--- a/libs/cli/js-examples/yarn.lock
+++ b/libs/cli/js-examples/yarn.lock
@@ -474,26 +474,26 @@
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
-"@eslint/config-array@^0.23.3":
- version "0.23.3"
- resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
- integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
+"@eslint/config-array@^0.23.5":
+ version "0.23.5"
+ resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.5.tgz#56e86d243049195d8acc0c06a1b3dfdc3fa3de95"
+ integrity sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==
dependencies:
- "@eslint/object-schema" "^3.0.3"
+ "@eslint/object-schema" "^3.0.5"
debug "^4.3.1"
minimatch "^10.2.4"
-"@eslint/config-helpers@^0.5.3":
- version "0.5.3"
- resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
- integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
+"@eslint/config-helpers@^0.5.5":
+ version "0.5.5"
+ resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.5.tgz#ae16134e4792ac5fbdc533548a24ac1ea9f7f3ae"
+ integrity sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==
dependencies:
- "@eslint/core" "^1.1.1"
+ "@eslint/core" "^1.2.1"
-"@eslint/core@^1.1.1":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
- integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
+"@eslint/core@^1.2.1":
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.1.tgz#c1da7cd1b82fa8787f98b5629fb811848a1b63ce"
+ integrity sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==
dependencies:
"@types/json-schema" "^7.0.15"
@@ -517,17 +517,17 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-10.0.1.tgz#1e8a876f50117af8ab67e47d5ad94d38d6622583"
integrity sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==
-"@eslint/object-schema@^3.0.3":
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
- integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
+"@eslint/object-schema@^3.0.5":
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.5.tgz#88e9bf4d11d2b19c082e78ebe7ce88724a5eb091"
+ integrity sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==
-"@eslint/plugin-kit@^0.6.1":
- version "0.6.1"
- resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
- integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
+"@eslint/plugin-kit@^0.7.1":
+ version "0.7.1"
+ resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz#c4125fd015eceeb09b793109fdbcd4dd0a02d346"
+ integrity sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==
dependencies:
- "@eslint/core" "^1.1.1"
+ "@eslint/core" "^1.2.1"
levn "^0.4.1"
"@humanfs/core@^0.19.1":
@@ -890,10 +890,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
-"@langchain/core@^1.1.38":
- version "1.1.38"
- resolved "https://registry.yarnpkg.com/@langchain/core/-/core-1.1.38.tgz#b5939b2e77af408771c9bb95bf56a5ad8183313e"
- integrity sha512-C340wH1YL10CiVOFlEpQMp0zQE85/eBLKX/gi1Lv7shAyUmR3CQ0t/mXlCd5RsZa6ntAN1kDJnp64ArWey9XAA==
+"@langchain/core@^1.1.42":
+ version "1.1.42"
+ resolved "https://registry.yarnpkg.com/@langchain/core/-/core-1.1.42.tgz#607bfd34c1414c9cbeb2859fda1b254a14c28085"
+ integrity sha512-d0tN96BrwPMryYyWR9VfyAntSivn7EQrZCe5Kpxum93tcjTXbKKmKvItFec8AluQt88iTcmAJrahUZUNfzGwTA==
dependencies:
"@cfworker/json-schema" "^4.0.2"
"@standard-schema/spec" "^1.1.0"
@@ -904,7 +904,6 @@
langsmith ">=0.5.0 <1.0.0"
mustache "^4.2.0"
p-queue "^6.6.2"
- uuid "^11.1.0"
zod "^3.25.76 || ^4"
"@langchain/langgraph-checkpoint@^1.0.1":
@@ -914,23 +913,23 @@
dependencies:
uuid "^10.0.0"
-"@langchain/langgraph-sdk@~1.8.1":
- version "1.8.3"
- resolved "https://registry.yarnpkg.com/@langchain/langgraph-sdk/-/langgraph-sdk-1.8.3.tgz#deedc9bddd863693c6ab5f3a74058548b040377d"
- integrity sha512-Py0S5yVtlOHz410aEsSGLRKjtsK2giDvfPS1JjAjTdcs71khuJufFtUZFwmwdJCbsG4DaGurRLHOAJu9jO4a0g==
+"@langchain/langgraph-sdk@~1.8.9":
+ version "1.8.10"
+ resolved "https://registry.yarnpkg.com/@langchain/langgraph-sdk/-/langgraph-sdk-1.8.10.tgz#bd175cda1ab629845ef28b22b45f3bdd1f65b029"
+ integrity sha512-wrB3rkRw5KAmsqezwvKP3midT4qJrV6Hj9XJMYo+cbvXC4HYpSAmyY/VriSyeTFRbLG/OP/pY2Yz+9Z54nSaXQ==
dependencies:
"@types/json-schema" "^7.0.15"
p-queue "^9.0.1"
p-retry "^7.1.1"
uuid "^13.0.0"
-"@langchain/langgraph@^1.2.6":
- version "1.2.6"
- resolved "https://registry.yarnpkg.com/@langchain/langgraph/-/langgraph-1.2.6.tgz#e6a578f96fbbc1c54ba78e0298884671dad5d195"
- integrity sha512-5cX402dNGN6w9+0mlMU2dgUiKx6Y1tlENp7x05e9ByDbQCHSDc0kyqRWNFLGc7vatQ92S4ylxQrcCJvi8Fr4SQ==
+"@langchain/langgraph@^1.2.9":
+ version "1.2.9"
+ resolved "https://registry.yarnpkg.com/@langchain/langgraph/-/langgraph-1.2.9.tgz#4f0ba159062c3649c83cf5f621ef926b96933e32"
+ integrity sha512-3c7BtGycHC2v9p6w/Hv8L7kEl1YnZYOQTDJtmAp3knk6JOedO7d2bYP3y0SRyhv5orUEGf/KGvx8ZsB/ideP7g==
dependencies:
"@langchain/langgraph-checkpoint" "^1.0.1"
- "@langchain/langgraph-sdk" "~1.8.1"
+ "@langchain/langgraph-sdk" "~1.8.9"
"@standard-schema/spec" "1.1.0"
uuid "^10.0.0"
@@ -1098,100 +1097,100 @@
dependencies:
"@types/yargs-parser" "*"
-"@typescript-eslint/eslint-plugin@^8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
- integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
+"@typescript-eslint/eslint-plugin@^8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz#781bc6f9002982cfaf75a185240e24ad7276628a"
+ integrity sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==
dependencies:
"@eslint-community/regexpp" "^4.12.2"
- "@typescript-eslint/scope-manager" "8.58.0"
- "@typescript-eslint/type-utils" "8.58.0"
- "@typescript-eslint/utils" "8.58.0"
- "@typescript-eslint/visitor-keys" "8.58.0"
+ "@typescript-eslint/scope-manager" "8.59.1"
+ "@typescript-eslint/type-utils" "8.59.1"
+ "@typescript-eslint/utils" "8.59.1"
+ "@typescript-eslint/visitor-keys" "8.59.1"
ignore "^7.0.5"
natural-compare "^1.4.0"
ts-api-utils "^2.5.0"
-"@typescript-eslint/parser@^8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
- integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
+"@typescript-eslint/parser@^8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.1.tgz#835d20a62350659a082a1ae2a60b822c40488905"
+ integrity sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==
dependencies:
- "@typescript-eslint/scope-manager" "8.58.0"
- "@typescript-eslint/types" "8.58.0"
- "@typescript-eslint/typescript-estree" "8.58.0"
- "@typescript-eslint/visitor-keys" "8.58.0"
+ "@typescript-eslint/scope-manager" "8.59.1"
+ "@typescript-eslint/types" "8.59.1"
+ "@typescript-eslint/typescript-estree" "8.59.1"
+ "@typescript-eslint/visitor-keys" "8.59.1"
debug "^4.4.3"
-"@typescript-eslint/project-service@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
- integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
+"@typescript-eslint/project-service@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.1.tgz#49efe87c37ef84262f23df8bf62fdc56698ca6fe"
+ integrity sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==
dependencies:
- "@typescript-eslint/tsconfig-utils" "^8.58.0"
- "@typescript-eslint/types" "^8.58.0"
+ "@typescript-eslint/tsconfig-utils" "^8.59.1"
+ "@typescript-eslint/types" "^8.59.1"
debug "^4.4.3"
-"@typescript-eslint/scope-manager@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
- integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
+"@typescript-eslint/scope-manager@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz#ed90d054fc3db2d0c81464db3a953a94fb85bb58"
+ integrity sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==
dependencies:
- "@typescript-eslint/types" "8.58.0"
- "@typescript-eslint/visitor-keys" "8.58.0"
+ "@typescript-eslint/types" "8.59.1"
+ "@typescript-eslint/visitor-keys" "8.59.1"
-"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
- integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
+"@typescript-eslint/tsconfig-utils@8.59.1", "@typescript-eslint/tsconfig-utils@^8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
+ integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
-"@typescript-eslint/type-utils@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
- integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
+"@typescript-eslint/type-utils@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz#9c83d3f2ed9187a815e8120f72c08317e513e409"
+ integrity sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==
dependencies:
- "@typescript-eslint/types" "8.58.0"
- "@typescript-eslint/typescript-estree" "8.58.0"
- "@typescript-eslint/utils" "8.58.0"
+ "@typescript-eslint/types" "8.59.1"
+ "@typescript-eslint/typescript-estree" "8.59.1"
+ "@typescript-eslint/utils" "8.59.1"
debug "^4.4.3"
ts-api-utils "^2.5.0"
-"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
- integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
+"@typescript-eslint/types@8.59.1", "@typescript-eslint/types@^8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
+ integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
-"@typescript-eslint/typescript-estree@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
- integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
+"@typescript-eslint/typescript-estree@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz#4391fadf98a22c869c5b6522dbf4e491e53e351a"
+ integrity sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==
dependencies:
- "@typescript-eslint/project-service" "8.58.0"
- "@typescript-eslint/tsconfig-utils" "8.58.0"
- "@typescript-eslint/types" "8.58.0"
- "@typescript-eslint/visitor-keys" "8.58.0"
+ "@typescript-eslint/project-service" "8.59.1"
+ "@typescript-eslint/tsconfig-utils" "8.59.1"
+ "@typescript-eslint/types" "8.59.1"
+ "@typescript-eslint/visitor-keys" "8.59.1"
debug "^4.4.3"
minimatch "^10.2.2"
semver "^7.7.3"
tinyglobby "^0.2.15"
ts-api-utils "^2.5.0"
-"@typescript-eslint/utils@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
- integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
+"@typescript-eslint/utils@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.1.tgz#cf6204d69701bbbc5b150f98c18aeef0a42c10bd"
+ integrity sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==
dependencies:
"@eslint-community/eslint-utils" "^4.9.1"
- "@typescript-eslint/scope-manager" "8.58.0"
- "@typescript-eslint/types" "8.58.0"
- "@typescript-eslint/typescript-estree" "8.58.0"
+ "@typescript-eslint/scope-manager" "8.59.1"
+ "@typescript-eslint/types" "8.59.1"
+ "@typescript-eslint/typescript-estree" "8.59.1"
-"@typescript-eslint/visitor-keys@8.58.0":
- version "8.58.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
- integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
+"@typescript-eslint/visitor-keys@8.59.1":
+ version "8.59.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz#b5cba576287a3eeb0b400b62813189abcc3f976a"
+ integrity sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==
dependencies:
- "@typescript-eslint/types" "8.58.0"
+ "@typescript-eslint/types" "8.59.1"
eslint-visitor-keys "^5.0.0"
"@ungap/structured-clone@^1.3.0":
@@ -1909,10 +1908,10 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"
-dotenv@^17.3.1:
- version "17.3.1"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.3.1.tgz#2706f5b0165e45a1503348187b8468f87fe6aae2"
- integrity sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==
+dotenv@^17.4.2:
+ version "17.4.2"
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.4.2.tgz#c07e54a746e11eba021dd9e1047ced5afdc1c034"
+ integrity sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
version "1.0.1"
@@ -2263,17 +2262,17 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
-eslint@^10.1.0:
- version "10.1.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
- integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
+eslint@^10.2.1:
+ version "10.2.1"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.1.tgz#224b2a6caeb34473eddcf918762363e2e063222a"
+ integrity sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==
dependencies:
"@eslint-community/eslint-utils" "^4.8.0"
"@eslint-community/regexpp" "^4.12.2"
- "@eslint/config-array" "^0.23.3"
- "@eslint/config-helpers" "^0.5.3"
- "@eslint/core" "^1.1.1"
- "@eslint/plugin-kit" "^0.6.1"
+ "@eslint/config-array" "^0.23.5"
+ "@eslint/config-helpers" "^0.5.5"
+ "@eslint/core" "^1.2.1"
+ "@eslint/plugin-kit" "^0.7.1"
"@humanfs/node" "^0.16.6"
"@humanwhocodes/module-importer" "^1.0.1"
"@humanwhocodes/retry" "^0.4.2"
@@ -2683,7 +2682,7 @@ graceful-fs@^4.2.11:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
-handlebars@^4.7.8:
+handlebars@^4.7.9:
version "4.7.9"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
@@ -4130,10 +4129,10 @@ prettier-linter-helpers@^1.0.1:
dependencies:
fast-diff "^1.1.2"
-prettier@^3.8.1:
- version "3.8.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
- integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
+prettier@^3.8.3:
+ version "3.8.3"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.3.tgz#560f2de55bf01b4c0503bc629d5df99b9a1d09b0"
+ integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==
pretty-format@30.2.0, pretty-format@^30.0.0:
version "30.2.0"
@@ -4287,7 +4286,7 @@ semver@^6.3.1:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-semver@^7.5.3, semver@^7.5.4, semver@^7.7.2, semver@^7.7.3:
+semver@^7.5.3, semver@^7.5.4, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4:
version "7.7.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
@@ -4623,18 +4622,18 @@ ts-api-utils@^2.5.0:
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
-ts-jest@^29.4.6:
- version "29.4.6"
- resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.6.tgz#51cb7c133f227396818b71297ad7409bb77106e9"
- integrity sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==
+ts-jest@^29.4.9:
+ version "29.4.9"
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.9.tgz#47dc33d0f5c36bddcedd16afefae285e0b049d2d"
+ integrity sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ==
dependencies:
bs-logger "^0.2.6"
fast-json-stable-stringify "^2.1.0"
- handlebars "^4.7.8"
+ handlebars "^4.7.9"
json5 "^2.2.3"
lodash.memoize "^4.1.2"
make-error "^1.3.6"
- semver "^7.7.3"
+ semver "^7.7.4"
type-fest "^4.41.0"
yargs-parser "^21.1.1"
@@ -4854,11 +4853,6 @@ uuid@10.0.0, uuid@^10.0.0:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
-uuid@^11.1.0:
- version "11.1.0"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
- integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
-
uuid@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"