sxzz / ast-explorer

AST Explorer: For most popular front-end languages and parsers.
https://ast.sxzz.moe
GNU Affero General Public License v3.0
117 stars 12 forks source link

chore(deps): update all non-major dependencies #56

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/wasm-web 1.4.14 -> 1.4.16 age adoption passing confidence
@sxzz/prettier-config ^2.0.1 -> ^2.0.2 age adoption passing confidence
@typescript-eslint/parser (source) ^7.6.0 -> ^7.7.0 age adoption passing confidence
@unocss/nuxt (source) ^0.59.2 -> ^0.59.4 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.1.0 age adoption passing confidence
nuxt-monaco-editor (source) ^1.2.7 -> ^1.2.9 age adoption passing confidence
serve ^14.2.1 -> ^14.2.2 age adoption passing confidence
svelte (source) ^4.2.14 -> ^4.2.15 age adoption passing confidence
vue-tsc (source) ^2.0.13 -> ^2.0.14 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/wasm-web) ### [`v1.4.16`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1416---2024-04-18) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.15...v1.4.16) ##### Bug Fixes - **(es/helpers)** Fix resolving of `usingCtx` helper ([#​8874](https://togithub.com/swc-project/swc/issues/8874)) ([6e9d1a4](https://togithub.com/swc-project/swc/commit/6e9d1a4ebfa705d58b576f5de32d4a17393d4e81)) ### [`v1.4.15`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1415---2024-04-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.14...v1.4.15) ##### Bug Fixes - **(es/codegen)** Fix `ascii_only` for identifiers ([#​8866](https://togithub.com/swc-project/swc/issues/8866)) ([2075a23](https://togithub.com/swc-project/swc/commit/2075a23373eac575240ab33778079174505cdcb4)) - **(es/minifier)** Remove `raw` of strings after modification ([#​8865](https://togithub.com/swc-project/swc/issues/8865)) ([740c0bb](https://togithub.com/swc-project/swc/commit/740c0bb00a0bb9e0f4d808c9dc71e8087d416f72)) - **(es/parser)** Fix span of `BindingIdent` ([#​8859](https://togithub.com/swc-project/swc/issues/8859)) ([fbd32fb](https://togithub.com/swc-project/swc/commit/fbd32fbff323ff4116e82d2dd1d763f7f3844de2)) - **(es/proposal)** Update explicit resource management to match spec ([#​8860](https://togithub.com/swc-project/swc/issues/8860)) ([6d24076](https://togithub.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240)) ##### Features - **(es/transforms)** Allocate stacks dynamically ([#​8867](https://togithub.com/swc-project/swc/issues/8867)) ([a1c5415](https://togithub.com/swc-project/swc/commit/a1c5415b3b84fdb8f780685e5eec4a121d442e28)) ##### Refactor - **(es/minifier)** Remove `mangle.safari10` ([#​8857](https://togithub.com/swc-project/swc/issues/8857)) ([df2e056](https://togithub.com/swc-project/swc/commit/df2e056f299c84d309bcc0d26e1da55a561614af)) ##### Build - **(cargo)** Update rustc to `nightly-2024-04-03` ([#​8821](https://togithub.com/swc-project/swc/issues/8821)) ([ca9c76b](https://togithub.com/swc-project/swc/commit/ca9c76b46f26f0aaf6b7f18cb7b4c6fdb7ebd512)) - **(cargo)** Update `rustc` to `nightly-2024-04-16` ([#​8870](https://togithub.com/swc-project/swc/issues/8870)) ([f9459a8](https://togithub.com/swc-project/swc/commit/f9459a8adf28de02d44dfe1da243a1d66a6ec41e))
sxzz/prettier-config (@​sxzz/prettier-config) ### [`v2.0.2`](https://togithub.com/sxzz/prettier-config/compare/v2.0.1...v2.0.2) [Compare Source](https://togithub.com/sxzz/prettier-config/compare/v2.0.1...v2.0.2)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#770-2024-04-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
unocss/unocss (@​unocss/nuxt) ### [`v0.59.4`](https://togithub.com/unocss/unocss/releases/tag/v0.59.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.59.3...v0.59.4) #####    🚀 Features - **core**: Support safelist access to RuleContext  -  by [@​Simon-He95](https://togithub.com/Simon-He95), [@​zyyv](https://togithub.com/zyyv), **Chris** and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3693](https://togithub.com/unocss/unocss/issues/3693) [(04c27)](https://togithub.com/unocss/unocss/commit/04c27754) #####    🐞 Bug Fixes - **eslint-plugin**: Compactible with eslint v9  -  by [@​antfu](https://togithub.com/antfu) [(09e3b)](https://togithub.com/unocss/unocss/commit/09e3bea7) - **preset-mini**: Transform-cpu  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3730](https://togithub.com/unocss/unocss/issues/3730) [(a3170)](https://togithub.com/unocss/unocss/commit/a3170ae1) - **webpack**: SourceMap  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3732](https://togithub.com/unocss/unocss/issues/3732) [(0dab7)](https://togithub.com/unocss/unocss/commit/0dab7878) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.59.3...v0.59.4) ### [`v0.59.3`](https://togithub.com/unocss/unocss/releases/tag/v0.59.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.59.2...v0.59.3) #####    🐞 Bug Fixes - **preset-mini**: - Remove LF in question mark rule  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/unocss/unocss/issues/3717](https://togithub.com/unocss/unocss/issues/3717) [(c51bf)](https://togithub.com/unocss/unocss/commit/c51bf4c6) - Transform-cpu  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3729](https://togithub.com/unocss/unocss/issues/3729) [(9a371)](https://togithub.com/unocss/unocss/commit/9a371344) - Use `borderRadius` from theme to autosuggest `rounded` values  -  by [@​DamianOsipiuk](https://togithub.com/DamianOsipiuk) in [https://github.com/unocss/unocss/issues/3727](https://togithub.com/unocss/unocss/issues/3727) [(18346)](https://togithub.com/unocss/unocss/commit/18346b48) - **shared-integration**: - Improve ide matching regex  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3712](https://togithub.com/unocss/unocss/issues/3712) [(ddcf2)](https://togithub.com/unocss/unocss/commit/ddcf2dc6) - **vscode**: - ContextLoader with workspace  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3728](https://togithub.com/unocss/unocss/issues/3728) [(351a4)](https://togithub.com/unocss/unocss/commit/351a4f16) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.59.2...v0.59.3)
vuejs/core (@​vue/compiler-dom) ### [`v3.4.23`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3423-2024-04-16) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.22...v3.4.23) ##### Bug Fixes - **runtime-core:** fix regression for $attrs tracking in slots ([6930e60](https://togithub.com/vuejs/core/commit/6930e60787e4905a50417190263ae7dd46cf5409)), closes [#​10710](https://togithub.com/vuejs/core/issues/10710) - **runtime-core:** use same internal object mechanism for slots ([6df53d8](https://togithub.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add)), closes [#​10709](https://togithub.com/vuejs/core/issues/10709) ### [`v3.4.22`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3422-2024-04-15) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.21...v3.4.22) ##### Bug Fixes - **compat:** fix $options mutation + adjust private API initialization ([d58d133](https://togithub.com/vuejs/core/commit/d58d133b1cde5085cc5ab0012d544cafd62a6ee6)), closes [#​10626](https://togithub.com/vuejs/core/issues/10626) [#​10636](https://togithub.com/vuejs/core/issues/10636) - **compile-sfc:** analyze v-bind shorthand usage in template ([#​10518](https://togithub.com/vuejs/core/issues/10518)) ([e5919d4](https://togithub.com/vuejs/core/commit/e5919d4658cfe0bb18c76611dd3c3432c57f94ab)), closes [#​10515](https://togithub.com/vuejs/core/issues/10515) - **compiler-core:** fix loc.source for end tags with whitespace before > ([16174da](https://togithub.com/vuejs/core/commit/16174da21d6c8ac0aae027dd964fc35e221ded0a)), closes [#​10694](https://togithub.com/vuejs/core/issues/10694) [#​10695](https://togithub.com/vuejs/core/issues/10695) - **compiler-core:** fix v-bind shorthand for component :is ([04af950](https://togithub.com/vuejs/core/commit/04af9504a720c8e6de26c04b1282cf14fa1bcee3)), closes [#​10469](https://togithub.com/vuejs/core/issues/10469) [#​10471](https://togithub.com/vuejs/core/issues/10471) - **compiler-sfc:** :is() and :where() in compound selectors ([#​10522](https://togithub.com/vuejs/core/issues/10522)) ([660cadc](https://togithub.com/vuejs/core/commit/660cadc7aadb909ef33a6055c4374902a82607a4)), closes [#​10511](https://togithub.com/vuejs/core/issues/10511) - **compiler-sfc:** also search for `.tsx` when type import's extension is omitted ([#​10637](https://togithub.com/vuejs/core/issues/10637)) ([34106bc](https://togithub.com/vuejs/core/commit/34106bc9c715247211273bb9c64712f04bd4879d)), closes [#​10635](https://togithub.com/vuejs/core/issues/10635) - **compiler-sfc:** fix defineModel coercion for boolean + string union types ([#​9603](https://togithub.com/vuejs/core/issues/9603)) ([0cef65c](https://togithub.com/vuejs/core/commit/0cef65cee411356e721bbc90d731fc52fc8fce94)), closes [#​9587](https://togithub.com/vuejs/core/issues/9587) [#​10676](https://togithub.com/vuejs/core/issues/10676) - **compiler-sfc:** fix universal selector scope ([#​10551](https://togithub.com/vuejs/core/issues/10551)) ([54a6afa](https://togithub.com/vuejs/core/commit/54a6afa75a546078e901ce0882da53b97420fe94)), closes [#​10548](https://togithub.com/vuejs/core/issues/10548) - **compiler-sfc:** use options module name if options provide runtimeModuleName options ([#​10457](https://togithub.com/vuejs/core/issues/10457)) ([e76d743](https://togithub.com/vuejs/core/commit/e76d7430aa7470342f3fe263145a0fa92f5898ca)), closes [#​10454](https://togithub.com/vuejs/core/issues/10454) - **custom-element:** avoid setting attr to null if it is removed ([#​9012](https://togithub.com/vuejs/core/issues/9012)) ([b49306a](https://togithub.com/vuejs/core/commit/b49306adff4572d90a42ccd231387f16eb966bbe)), closes [#​9006](https://togithub.com/vuejs/core/issues/9006) [#​10324](https://togithub.com/vuejs/core/issues/10324) - **hydration:** properly handle optimized mode during hydrate node ([#​10638](https://togithub.com/vuejs/core/issues/10638)) ([2ec06fd](https://togithub.com/vuejs/core/commit/2ec06fd6c8383e11cdf4efcab1707f973bd6a54c)), closes [#​10607](https://togithub.com/vuejs/core/issues/10607) - **reactivity:** computed should not be detected as true by isProxy ([#​10401](https://togithub.com/vuejs/core/issues/10401)) ([9da34d7](https://togithub.com/vuejs/core/commit/9da34d7af81607fddd1f32f21b3b4002402ff1cc)) - **reactivity:** fix hasOwnProperty key coercion edge cases ([969c5fb](https://togithub.com/vuejs/core/commit/969c5fb30f4c725757c7385abfc74772514eae4b)) - **reactivity:** fix tracking when hasOwnProperty is called with non-string value ([c3c5dc9](https://togithub.com/vuejs/core/commit/c3c5dc93fbccc196771458f0b43cd5b7ad1863f4)), closes [#​10455](https://togithub.com/vuejs/core/issues/10455) [#​10464](https://togithub.com/vuejs/core/issues/10464) - **runtime-core:** fix errorHandler causes an infinite loop during execution ([#​9575](https://togithub.com/vuejs/core/issues/9575)) ([ab59bed](https://togithub.com/vuejs/core/commit/ab59bedae4e5e40b28804d88a51305b236d4a873)) - **runtime-core:** handle invalid values in callWithAsyncErrorHandling ([53d15d3](https://togithub.com/vuejs/core/commit/53d15d3f76184eed67a18d35e43d9a2062f8e121)) - **runtime-core:** show hydration mismatch details for non-rectified mismatches too when **PROD_HYDRATION_MISMATCH_DETAILS** is set ([#​10599](https://togithub.com/vuejs/core/issues/10599)) ([0dea7f9](https://togithub.com/vuejs/core/commit/0dea7f9a260d93eb6c39aabac8c94c2c9b2042dd)) - **runtime-dom:** `v-model` string/number coercion for multiselect options ([#​10576](https://togithub.com/vuejs/core/issues/10576)) ([db374e5](https://togithub.com/vuejs/core/commit/db374e54c9f5e07324728b85c74eca84e28dd352)) - **runtime-dom:** fix css v-bind for suspensed components ([#​8523](https://togithub.com/vuejs/core/issues/8523)) ([67722ba](https://togithub.com/vuejs/core/commit/67722ba23b7c36ab8f3fa2d2b4df08e4ddc322e1)), closes [#​8520](https://togithub.com/vuejs/core/issues/8520) - **runtime-dom:** force update v-model number with leading 0 ([#​10506](https://togithub.com/vuejs/core/issues/10506)) ([15ffe8f](https://togithub.com/vuejs/core/commit/15ffe8f2c954359770c57e4d9e589b0b622e4a60)), closes [#​10503](https://togithub.com/vuejs/core/issues/10503) [#​10615](https://togithub.com/vuejs/core/issues/10615) - **runtime-dom:** sanitize wrongly passed string value as event handler ([#​8953](https://togithub.com/vuejs/core/issues/8953)) ([7ccd453](https://togithub.com/vuejs/core/commit/7ccd453dd004076cad49ec9f56cd5fe97b7b6ed8)), closes [#​8818](https://togithub.com/vuejs/core/issues/8818) - **ssr:** don't render v-if comments in TransitionGroup ([#​6732](https://togithub.com/vuejs/core/issues/6732)) ([5a96267](https://togithub.com/vuejs/core/commit/5a9626708e970c6fc0b6f786e3c80c22273d126f)), closes [#​6715](https://togithub.com/vuejs/core/issues/6715) - **Transition:** ensure the KeepAlive children unmount w/ out-in mode ([#​10632](https://togithub.com/vuejs/core/issues/10632)) ([fc99e4d](https://togithub.com/vuejs/core/commit/fc99e4d3f01b190ef9fd3c218a668ba9124a32bc)), closes [#​10620](https://togithub.com/vuejs/core/issues/10620) - **TransitionGroup:** avoid set transition hooks for comment nodes and text nodes ([#​9421](https://togithub.com/vuejs/core/issues/9421)) ([140a768](https://togithub.com/vuejs/core/commit/140a7681cc3bba22f55d97fd85a5eafe97a1230f)), closes [#​4621](https://togithub.com/vuejs/core/issues/4621) [#​4622](https://togithub.com/vuejs/core/issues/4622) [#​5153](https://togithub.com/vuejs/core/issues/5153) [#​5168](https://togithub.com/vuejs/core/issues/5168) [#​7898](https://togithub.com/vuejs/core/issues/7898) [#​9067](https://togithub.com/vuejs/core/issues/9067) - **types:** avoid merging object union types when using withDefaults ([#​10596](https://togithub.com/vuejs/core/issues/10596)) ([37ba93c](https://togithub.com/vuejs/core/commit/37ba93c213a81f99a68a99ef5d4065d61b150ba3)), closes [#​10594](https://togithub.com/vuejs/core/issues/10594) ##### Performance Improvements - add `__NO_SIDE_EFFECTS__` comments ([#​9053](https://togithub.com/vuejs/core/issues/9053)) ([d46df6b](https://togithub.com/vuejs/core/commit/d46df6bdb14b0509eb2134b3f85297a306821c61)) - optimize component props/slots internal object checks ([6af733d](https://togithub.com/vuejs/core/commit/6af733d68eb400a3d2c5ef5f465fff32b72a324e)) - **ssr:** avoid calling markRaw on component instance proxy ([4bc9f39](https://togithub.com/vuejs/core/commit/4bc9f39f028af7313e5cf24c16915a1985d27bf8)) - **ssr:** optimize setup context creation for ssr in v8 ([ca84316](https://togithub.com/vuejs/core/commit/ca84316bfb3410efe21333670a6ad5cd21857396))
eslint/eslint (eslint) ### [`v9.1.0`](https://togithub.com/eslint/eslint/compare/v9.0.0...b78d831e244171c939279b03be519b5c13836fce) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.0.0...v9.1.0)
e-chan1007/nuxt-monaco-editor (nuxt-monaco-editor) ### [`v1.2.9`](https://togithub.com/e-chan1007/nuxt-monaco-editor/blob/HEAD/CHANGELOG.md#129-2024-04-20) [Compare Source](https://togithub.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.8...v1.2.9) ### [`v1.2.8`](https://togithub.com/e-chan1007/nuxt-monaco-editor/blob/HEAD/CHANGELOG.md#128-2024-04-20) [Compare Source](https://togithub.com/e-chan1007/nuxt-monaco-editor/compare/v1.2.7...v1.2.8)
vercel/serve (serve) ### [`v14.2.2`](https://togithub.com/vercel/serve/releases/tag/14.2.2) [Compare Source](https://togithub.com/vercel/serve/compare/14.2.1...14.2.2) ##### Patches - fix: Update ajv from 8.11.0 to 8.12.0: [#​796](https://togithub.com/vercel/serve/issues/796) ##### Credits Huge thanks to [@​legobeat](https://togithub.com/legobeat) for helping!
sveltejs/svelte (svelte) ### [`v4.2.15`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.15) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.14...svelte@4.2.15) ##### Patch Changes - support attribute selector inside :global() ([#​11135](https://togithub.com/sveltejs/svelte/pull/11135))
vuejs/language-tools (vue-tsc) ### [`v2.0.14`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2014-2024422) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.13...v2.0.14) ##### Features - **language-core:** added search html tag ([#​4280](https://togithub.com/vuejs/language-tools/issues/4280)) - Thanks [@​audunhov](https://togithub.com/audunhov) - **language-service:** added Russian, Czech localization support ##### Bug Fixes - **language-core:** `@ts-ignore` not working for slots ([#​4263](https://togithub.com/vuejs/language-tools/issues/4263)) - **language-core:** reduce unnecessary props mapping ([#​4284](https://togithub.com/vuejs/language-tools/issues/4284)) - **tsc:** improve regexp performance for global type removal ([#​4260](https://togithub.com/vuejs/language-tools/issues/4260)) - Thanks [@​blake-newman](https://togithub.com/blake-newman) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.8` to `v2.2.0-alpha.10` to fix some issues: - Parameter Hints not working in Hybrid Mode ([#​3948](https://togithub.com/vuejs/language-tools/issues/3948)) - TS server to crash repeatedly when include large js file ([#​4278](https://togithub.com/vuejs/language-tools/issues/4278)) - Randomly causing errors when renaming / find definitions in Hybrid Mode ([#​4257](https://togithub.com/vuejs/language-tools/issues/4257), [#​4281](https://togithub.com/vuejs/language-tools/issues/4281), [#​4282](https://togithub.com/vuejs/language-tools/issues/4282)) - Unable to resolve Nuxt UI component type - Incomplete results for find refernces in Hybrid Mode - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `bierner.lit-html` - `denoland.vscode-deno` (When `deno.enable` is `false`) - `jenkey2011.string-highlight` - **language-core:** improve maintainability of codegen ([#​4276](https://togithub.com/vuejs/language-tools/issues/4276)) - Deprecated `vueCompilerOptions.nativeTags`, now respects the `nodeType` property of template AST node. - Dynamic component types without v-bind:is are no longer supported.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

stackblitz[bot] commented 4 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ast-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 10:32am
socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/memfs@4.8.2 None +1 962 kB streamich
npm/monaco-editor@0.47.0 environment, network 0 92.2 MB vscode-bot
npm/nuxt-monaco-editor@1.2.9 filesystem, unsafe Transitive: environment, network, shell +100 28.9 MB e_chan1007
npm/nuxt@3.11.2 Transitive: environment, eval, filesystem, network, shell, unsafe +321 66.4 MB danielroe
npm/postcss@8.4.38 environment, filesystem +3 368 kB ai
npm/serve@14.2.1 Transitive: environment, eval, filesystem, shell +27 2.76 MB vercel-release-bot
npm/svelte@4.2.15 Transitive: unsafe +5 5.02 MB svelte-admin
npm/tsx@4.7.2 Transitive: environment, filesystem, network, shell +2 699 kB hirokiosame
npm/typescript@5.4.5 None 0 32.4 MB typescript-bot
npm/vite-plugin-node-polyfills@0.21.0 Transitive: environment, eval, filesystem, network, shell, unsafe +10 11.5 MB davidmyersdev

View full report↗︎

socket-security[bot] commented 4 months ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎