Bump the npm_and_yarn group across 5 directories with 37 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(7 days ago)
(7 days ago)
dependencies javascript
Bumps the npm_and_yarn group with 16 updates in the / directory:
Package | From | To |
---|---|---|
ws | 8.18.1 |
8.18.2 |
@babel/runtime | 7.27.4 |
7.28.3 |
cookie | 0.4.2 |
0.7.2 |
light-my-request | 5.13.0 |
5.14.0 |
socket.io | 4.7.5 |
4.8.1 |
@bundled-es-modules/cookie | 2.0.0 |
2.0.1 |
find-my-way | 8.2.0 |
8.2.2 |
@octokit/endpoint | 10.1.1 |
10.1.4 |
@octokit/plugin-paginate-rest | 11.3.5 |
11.6.0 |
@octokit/request | 9.1.3 |
9.2.4 |
form-data | 2.5.1 |
2.5.5 |
form-data | 4.0.1 |
4.0.4 |
brace-expansion | 2.0.1 |
2.0.2 |
brace-expansion | 1.1.11 |
1.1.12 |
simple-get | 3.1.0 |
3.1.1 |
sha.js | 2.4.11 |
2.4.12 |
tar-fs | 2.1.1 |
2.1.3 |
tmp | 0.2.3 |
0.2.5 |
Bumps the npm_and_yarn group with 3 updates in the /scripts/commit-lint directory: form-data, cross-spawn and axios.
Bumps the npm_and_yarn group with 11 updates in the /test/e2e directory:
Package | From | To |
---|---|---|
cookie | 0.6.0 |
0.7.2 |
light-my-request | 5.11.1 |
5.14.0 |
find-my-way | 8.1.0 |
8.2.2 |
brace-expansion | 1.1.11 |
1.1.12 |
braces | 3.0.2 |
3.0.3 |
cross-spawn | 7.0.3 |
7.0.6 |
micromatch | 4.0.5 |
4.0.8 |
serialize-javascript | 6.0.0 |
6.0.2 |
mocha | 10.3.0 |
10.8.2 |
undici | 5.28.3 |
5.29.0 |
ejs | 3.1.9 |
3.1.10 |
Bumps the npm_and_yarn group with 13 updates in the /webviews/vue2 directory:
Package | From | To |
---|---|---|
ws | 8.16.0 |
8.18.3 |
esbuild | 0.15.18 |
0.25.9 |
vite | 3.2.7 |
7.1.4 |
json5 | 0.5.1 |
2.2.3 |
find-babel-config | 1.2.0 |
1.2.2 |
@babel/runtime | 7.22.11 |
7.28.3 |
form-data | 4.0.0 |
4.0.4 |
brace-expansion | 1.1.11 |
1.1.12 |
braces | 3.0.2 |
3.0.3 |
cross-spawn | 7.0.3 |
7.0.6 |
micromatch | 4.0.5 |
4.0.8 |
dompurify | 3.1.6 |
3.2.6 |
vue | 2.7.16 |
3.0.0 |
Bumps the npm_and_yarn group with 13 updates in the /webviews/vue3 directory:
Package | From | To |
---|---|---|
ws | 8.13.0 |
8.18.3 |
esbuild | 0.17.19 |
0.25.9 |
@vitejs/plugin-vue | 4.2.3 |
6.0.1 |
vite | 4.3.9 |
7.1.4 |
vitest | 0.32.2 |
3.2.4 |
@babel/runtime | 7.22.5 |
7.28.3 |
form-data | 4.0.0 |
4.0.4 |
brace-expansion | 1.1.11 |
1.1.12 |
cross-spawn | 7.0.3 |
7.0.6 |
serialize-javascript | 6.0.1 |
6.0.2 |
dompurify | 3.0.5 |
3.2.4 |
vue | 3.3.4 |
3.3.5 |
webpack | 5.88.0 |
5.101.3 |
Updates ws
from 8.18.1 to 8.18.2
Release notes
Sourced from ws's releases.
8.18.2
Bug fixes
- Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
Commits
Updates @babel/runtime
from 7.27.4 to 7.28.3
Release notes
Sourced from @babel/runtime
's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
... (truncated)
Commits
Updates cookie
from 0.4.2 to 0.7.2
Release notes
Sourced from cookie's releases.
v0.7.2
Fixed
- Fix object assignment of
hasOwnProperty
(#177) bc38ffdhttps://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serialize
without options, useobj.hasOwnProperty
when parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextrem
and #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw
)- fix: add
main
topackage.json
for rspack (#166 by@proudparrot2
)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitioned
option0.5.0
- Add
priority
option- Fix
expires
option to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
Commits
d19eaa1
0.7.2bc38ffd
Fix object assignment ofhasOwnProperty
(#177)cf4658f
0.7.16a8b8f5
Allow leading dot for domain (#174)58015c0
Remove more code and perf wins (#172)ab057d6
0.7.05f02ca8
Migrate history to GitHub releasesa5d591c
Migrate history to GitHub releases51968f9
Skip isNaN9e7ca51
perf(parse): cache length, return early (#144)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates light-my-request
from 5.13.0 to 5.14.0
Release notes
Sourced from light-my-request's releases.
v5.14.0
What's Changed
- Bumped cookie to v0.7 [5.x] by
@mcollina
in fastify/light-my-request#302Full Changelog: https://github.com/fastify/light-my-request/compare/v5.13.0...v5.14
Commits
7036b3b
Bumped v5.14.0b9e1e59
Bumped cookie to v0.7 [5.x] (#302)- See full diff in compare view
Updates socket.io
from 4.7.5 to 4.8.1
Release notes
Sourced from socket.io's releases.
socket.io@4.8.1
Due to a change in the bundler configuration, the production bundle (
socket.io.min.js
) did not support sending and receiving binary data in version4.8.0
. This is now fixed.Dependencies
engine.io@~6.6.0
(no change)ws@~8.17.1
(no change)socket.io-client@4.8.1
Bug Fixes
- bundle: do not mangle the "_placeholder" attribute (ca9e994)
Dependencies
engine.io-client@~6.6.1
(no change)ws@~8.17.1
(no change)socket.io-client@4.8.0
Features
Custom transport implementations
The
transports
option now accepts an array of transport implementations:import { io } from "socket.io-client"; import { XHR, WebSocket } from "engine.io-client";
const socket = io({ transports: [XHR, WebSocket] });
Here is the list of provided implementations:
Transport Description Fetch
HTTP long-polling based on the built-in fetch()
method.NodeXHR
HTTP long-polling based on the XMLHttpRequest
object provided by thexmlhttprequest-ssl
package.XHR
HTTP long-polling based on the built-in XMLHttpRequest
object.NodeWebSocket
WebSocket transport based on the WebSocket
object provided by thews
package.WebSocket
WebSocket transport based on the built-in WebSocket
object.WebTransport
WebTransport transport based on the built-in WebTransport
object.Usage:
Transport browser Node.js Deno Bun
... (truncated)
Commits
91e1c8b
chore(release): socket.io@4.8.18d5528a
chore(release): socket.io-client@4.8.171387e5
refactor(sio-client): reexport transports from the engineaead835
refactor(sio): make Namespace._fns private (#5196)029e010
chore(release): engine.io-client@6.6.24ca6ddb
docs(nuxt): update example with latest versionca9e994
fix(sio-client): do not mangle the "_placeholder" attribute4865f2e
fix(eio-client): prevent infinite loop with Node.js built-in WebSocketd4b3dde
ci: use Node.js 223b68658
chore: bump@fails-components/webtransport
to version 1.1.4 (dev)- Additional commits viewable in compare view
Updates @bundled-es-modules/cookie
from 2.0.0 to 2.0.1
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by bashmish, a new releaser for @bundled-es-modules/cookie
since your current version.
Updates find-my-way
from 8.2.0 to 8.2.2
Release notes
Sourced from find-my-way's releases.
v8.2.2
⚠️ Security Release ⚠️
Fixes: https://github.com/delvedor/find-my-way/security/advisories/GHSA-rrr8-f88r-h8q6 CVE-2024-45813
Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.2.0...v8.2.2
Commits
9e666a1
Bumped v8.2.217fae69
Merge commit from fork- See full diff in compare view
Updates @octokit/endpoint
from 10.1.1 to 10.1.4
Release notes
Sourced from @octokit/endpoint
's releases.
v10.1.4
10.1.4 (2025-04-10)
Bug Fixes
v10.1.3
10.1.3 (2025-02-13)
Bug Fixes
- Fix a ReDos vulnerability, reported by
@DayShift
(6c9c5be)v10.1.2
10.1.2 (2024-12-31)
Bug Fixes
Commits
ca8c366
fix(deps): update dependency@octokit/types
to v14 (#523)7b9a884
maint: cleanuppackage.json
and use Node LTS instead of v16 (#519)bcc0f97
build(deps): bump vite from 6.1.0 to 6.2.5 (#522)255c59d
ci(action): update actions/create-github-app-token action to v2 (#521)adeee3e
chore(deps): update dependency prettier to v3.5.3 (#518)ea60e07
chore(deps): update dependency semantic-release-plugin-update-version-in-file...8f43346
chore(deps): update dependency prettier to v3.5.2 (#517)2209b07
chore(deps): update dependency prettier to v3.5.1 (#513)d6cf1ad
fix: linting issues breaking ci (#514)6c9c5be
Merge commit from fork- Additional commits viewable in compare view
Updates @octokit/plugin-paginate-rest
from 11.3.5 to 11.6.0
Release notes
Sourced from @octokit/plugin-paginate-rest
's releases.
v11.6.0
11.6.0 (2025-03-18)
Features
v11.5.0
11.5.0 (2025-03-18)
Features
- new
GET /orgs/{org}/actions/hosted-runners
,GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners
,GET /orgs/{org}/rulesets/{ruleset_id}/history
,GET /orgs/{org}/settings/network-configurations
,GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history
endpoints (#649) (ef30a05)v11.4.4-cjs.2
11.4.4-cjs.2 (2025-02-26)
[!IMPORTANT] This is a special release to backport newer changes to CJS and address a ReDos vulnerability
Bug Fixes
- deps: update
@octokit/plugin-rest-endpoint-methods
(2c70eaf)v11.4.4-cjs.1
11.4.4-cjs.1 (2025-02-26)
[!IMPORTANT] This is a special release to backport newer changes to CJS and address a ReDos vulnerability
Bug Fixes
- release: set prerelease flag for correct channel (ce534d9) See https://github.com/octokit/plugin-paginate-rest.js/compare/v11.3.1...v11.4.4-cjs.1 for the full comparision
Reverts
- Revert "docs(README): update examples to use ESM (#611)" (1389b71)
- Revert "feat: package is now ESM (#596)" (64ba6f4)
- Revert "fix(pkg): add default fallback and types export (#612)" (27a8552)
v11.4.3
... (truncated)
Commits
1f44b54
feat: new/orgs/{org}/issue-types
, `/orgs/{org}/issue-types/{issue_type_id}...ef30a05
feat: newGET /orgs/{org}/actions/hosted-runners
, `GET /orgs/{org}/actions/...fbadb74
chore(deps): update dependency prettier to v3.5.3 (#665)1c297ca
chore(deps): update dependency semantic-release-plugin-update-version-in-file...60d26d9
chore(deps): update dependency prettier to v3.5.2 (#664)9a51aad
fix(types): correct pagination return type for data which is an array (#662)8b8c500
fix(types): add back the pagination keys (#653)41876f4
chore(deps): update dependency prettier to v3.5.1 (#658)7d1fade
fix: mitigate ReDos issues & linting issues (#659)bb6c4f9
Merge commit from fork- Additional commits viewable in compare view
Updates @octokit/request
from 9.1.3 to 9.2.4
Release notes
Sourced from @octokit/request
's releases.
v9.2.4
9.2.4 (2025-06-20)
Bug Fixes
v9.2.3
9.2.3 (2025-04-10)
Bug Fixes
v9.2.2
9.2.2 (2025-02-14)
Bug Fixes
v9.2.1
9.2.1 (2025-02-13)
Bug Fixes
v9.2.0
9.2.0 (2025-01-16)
Features
- correctly parse response bodies as JSON where the Content-Type is
application/scim+json
(#731) (00bf316)v9.1.4
9.1.4 (2024-12-29)
Bug Fixes
Commits
afa9d09
fix(pkg): unreplaced version number indist-bundle/
(#765)3773e64
ci: replaceOCTOKITBOT_PROJECT_ACTION_TOKEN
andOCTOKITBOT_PAT
with a tok...7d576b0
fix(deps): update dependency@octokit/types
to v14 (#753)c9bfc37
build(deps): bump vite from 6.1.0 to 6.2.5 (#750)f7b9616
ci(prettier): use Node LTS instead of Node 16 (#748)1955847
chore(deps): update dependency prettier to v3.5.3 (#745)b71107b
chore(deps): update dependency semantic-release-plugin-update-version-in-file...c855943
chore(deps): update dependency prettier to v3.5.2 (#743)4b2f485
fix(deps): update dependency@octokit/request-error
to v6.1.7 [security] (#740)0320a42
chore(deps): update dependency prettier to v3.5.1 (#737)- Additional commits viewable in compare view
Updates @octokit/request-error
from 6.1.5 to 6.1.8
Release notes
Sourced from @octokit/request-error
's releases.
v6.1.8
6.1.8 (2025-04-10)
Bug Fixes
v6.1.7
6.1.7 (2025-02-13)
Bug Fixes
- ReDos regex vulnerability, reported by
@DayShift
(d558320874a4bc8d356babf1079e6f0056a59b9e)v6.1.6
6.1.6 (2024-12-29)
Bug Fixes
Commits
ab4ea7b
fix(deps): update dependency@octokit/types
to v14 (#505)7eba3d2
chore(deps): update dependency tinybench to v4 (#501)549624b
build(deps): bump vite from 6.2.2 to 6.2.5 (#504)11c1adc
build(deps): lock file maintenance (#502)de5f24d
chore(deps): update dependency prettier to v3.5.3 (#499)ef66347
build(deps): lock file maintenance (#500)787201d
build(deps): lock file maintenance (#498)5ab6a76
chore(deps): update dependency prettier to v3.5.2 (#497)f8f8c4a
build(deps): lock file maintenance (#496)eee2491
chore(deps): update dependency prettier to v3.5.1 (#493)- Additional commits viewable in compare view
Updates form-data
from 2.5.1 to 2.5.5
Release notes
Sourced from form-data's releases.
v2.5.2
Fixes
Buffer.from
andBuffer.alloc
require node 4+- npmignore temporary build files (#532)
- move util.isArray to Array.isArray (#564)
Tests
- migrate from travis to GHA
Changelog
Sourced from form-data's changelog.
v2.5.5 - 2025-07-18
Commits
- [meta] actually ensure the readme backup isn’t published
10626c0
- [Fix] use proper dependency
026abe5
v2.5.4 - 2025-07-17
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] update linting config
8bf2492
- [meta] add
auto-changelog
b5101ad
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
0e93122
- [Fix] Switch to using
crypto
random for boundary valuesb88316c
- [Fix] validate boundary type in
setBoundary()
method131ae5e
- [Tests] Switch to newer v8 prediction library; enable node 24 testing
c97cfbe
- [Refactor] use
hasown
97ac9c2
- [meta] remove local commit hooks
be99d4e
- [Dev Deps] remove unused deps
ddbc89b
- [meta] fix scripts to use prepublishOnly
e351a97
- [Dev Deps] remove unused script
8f23366
- [Dev Deps] add missing peer dep
02ff026
- [meta] fix readme capitalization
2fd5f61
v2.5.3 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
Commits
- [Refactor] use
Object.prototype.hasOwnProperty.call
6e682d4
- [Dev Deps] update
@types/node
,browserify
,coveralls
,eslint
,formidable
,in-publish
,phantomjs-prebuilt
,pkgfiles
,pre-commit
,request
,tape
,typescript
819f6b7
- Only apps should have lockfiles
b170ee2
- [Deps] update
combined-stream
,mime-types
6b1ca1d
- Bumped version 2.5.3
9457283
- [Dev Deps] pin
request
which viatough-cookie
^2.4 depends onpsl
9dbe192
v2.5.2 - 2024-10-10
... (truncated)
Commits
40de5a7
v2.5.5026abe5
[Fix] use proper dependency10626c0
[meta] actually ensure the readme backup isn’t publishedefe6c26
v2.5.4c97cfbe
[Tests] Switch to newer v8 prediction library; enable node 24 testing0e93122
[Tests] handle predict-v8-randomness failures in node < 17 and node > 23b88316c
[Fix] Switch to usingcrypto
random for boundary valuesb70869d
[Fix]append
: avoid a crash on nullish values131ae5e
[Fix] validate boundary type insetBoundary()
method8bf2492
[eslint] update linting config- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
Updates form-data
from 4.0.1 to 4.0.4
Release notes
Sourced from form-data's releases.
v2.5.2
Fixes
Buffer.from
andBuffer.alloc
require node 4+- npmignore temporary build files (#532)
- move util.isArray to Array.isArray (#564)
Tests
- migrate from travis to GHA
Changelog
Sourced from form-data's changelog.
v2.5.5 - 2025-07-18
Commits
- [meta] actually ensure the readme backup isn’t published
10626c0
- [Fix] use proper dependency
026abe5
v2.5.4 - 2025-07-17
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] update linting config
8bf2492
- [meta] add
auto-changelog
b5101ad
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
0e93122
- [Fix] Switch to using
crypto
random for boundary valuesb88316c
- [Fix] validate boundary type in
setBoundary()
method131ae5e
- [Tests] Switch to newer v8 prediction library; enable node 24 testing
c97cfbe
- [Refactor] use
hasown
97ac9c2
- [meta] remove local commit hooks
be99d4e
- [Dev Deps] remove unused deps
ddbc89b
- [meta] fix scripts to use prepublishOnly
e351a97
- [Dev Deps] remove unused script
8f23366
- [Dev Deps] add missing peer dep
02ff026
- [meta] fix readme capitalization
2fd5f61
v2.5.3 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
Commits
- [Refactor] use
Object.prototype.hasOwnProperty.call
6e682d4
- [Dev Deps] update
@types/node
,browserify
,coveralls
,eslint
,formidable
,in-publish
,phantomjs-prebuilt
,pkgfiles
,pre-commit
,request
,tape
,typescript
819f6b7
- Only apps should have lockfiles
b170ee2
- [Deps] update
combined-stream
,mime-types
6b1ca1d
- Bumped version 2.5.3
9457283
- [Dev Deps] pin
request
which viatough-cookie
^2.4 depends onpsl
9dbe192
v2.5.2 - 2024-10-10
... (truncated)
Commits
40de5a7
v2.5.5026abe5
[Fix] use proper dependency10626c0
[meta] actually ensure the readme backup isn’t publishedefe6c26
v2.5.4c97cfbe
[Tests] Switch to newer v8 prediction library; enable node 24 testing0e93122
[Tests] handle predict-v8-randomness failures in node < 17 and node > 23-
Pull Request Statistics
Commits:
1Files Changed:
9Additions:
+6033Deletions:
-3163
Package Dependencies
@octokit/plugin-paginate-rest
npm
11.3.5 → 11.6.0
Minor
Technical Details
ID: | 6686885 |
UUID: | 2794303816 |
Node ID: | PR_kwDOPoNdws6mjbFI |
Host: | GitHub |
Repository: | gitworkflows/neoai-vscode |
Merge State: | Unknown |