obsfeil / docs

0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 8 updates #19

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps the npm_and_yarn group with 3 updates in the / directory: @babel/traverse, postcss and tar.

Updates @babel/traverse from 7.22.8 to 7.24.7

Release notes

Sourced from @​babel/traverse's releases.

v7.24.7 (2024-06-05)

:bug: Bug Fix

:house: Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.7 (2024-06-05)

:bug: Bug Fix

:house: Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

:house: Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5 (2024-04-29)

:bug: Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

:nail_care: Polish

  • babel-parser

... (truncated)

Commits


Updates minimatch from 3.0.4 to 3.1.2

Commits


Updates minimist from 0.0.8 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates postcss from 8.4.26 to 8.4.38

Release notes

Sourced from postcss's releases.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.
Commits
  • a69d45e Release 8.4.38 version
  • 64e35d9 Update dependencies
  • c1ad8fb Merge pull request #1932 from romainmenke/fix-warning-end-index--inventive-nu...
  • b45e7e9 fix endIndex
  • 1bea246 failing test: for endIndex 0 in rangeBy
  • 0fd1d86 Add changelog auto release on Github
  • 49c906e Release 8.4.37 version
  • b5bd92c Fix another broken prev source map issue
  • 2882039 Update dependencies
  • e5ad939 Release 8.4.36 version
  • Additional commits viewable in compare view


Updates tar from 6.1.15 to 6.2.1

Changelog

Sourced from tar's changelog.

Changelog

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

... (truncated)

Commits


Updates undici from 5.22.1 to 5.28.4

Release notes

Sourced from undici's releases.

v5.28.4

:warning: Security Release :warning:

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4

v5.28.3

⚠️ Security Release ⚠️

Fixes:

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3

v5.28.2

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.1...v5.28.2

v5.28.1

What's Changed

... (truncated)

Commits
  • fb98306 Bumped v5.28.4
  • 2b39440 Merge pull request from GHSA-9qxr-qj54-h672
  • 64e3402 Merge pull request from GHSA-m4v8-wqvr-p9f7
  • 723c4e7 Revert "build(deps-dev): bump formdata-node from 4.4.1 to 6.0.3 (#2389)"
  • 0e9d54b skip failing test due to Node.js changes
  • e71cb4c Bumped v5.28.3
  • 20c65b8 Fix tests for Node.js v20.11.0 (#2618)
  • 8ec52cd Fix tests for Node.js v21 (#2609)
  • d3aa574 Merge pull request from GHSA-3787-6prv-h9w3
  • 9a14e5f Bumped v5.28.2
  • Additional commits viewable in compare view


Updates vite from 4.3.9 to 5.3.1

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

create-vite@5.1.0

Please refer to CHANGELOG.md for details.

create-vite@5.0.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.3.1 (2024-06-14)

5.3.0 (2024-06-13)

Features

Performance

Fixes

Chore

... (truncated)

Commits


Updates ws from 7.0.0 to 8.11.0

Release notes

Sourced from ws's releases.

8.11.0

Features

  • WebSocket.prototype.addEventListener() now supports an event listener specified as an object with a handleEvent() method. (9ab743aa).

Bug fixes

  • WebSocket.prototype.addEventListener() now adds an event listener only if it is not already in the list of the event listeners for the specified event type (1cec17da).

8.10.0

Features

  • Added an export for package.json (211d5d38).

8.9.0

Features

  • Added the ability to connect to Windows named pipes (#2079).

8.8.1

Bug fixes

  • The Authorization and Cookie headers are no longer sent if the original request for the opening handshake is sent to an IPC server and the client is redirected to another IPC server (bc8bd34e).

8.8.0

Features

  • Added the WS_NO_BUFFER_UTIL and WS_NO_UTF_8_VALIDATE environment variables (becf237c).

8.7.0

Features

  • Added the ability to inspect the invalid handshake requests and respond to them with a custom HTTP response. (6e5a5ce3).

Bug fixes

  • The handshake is now aborted if the Upgrade header field value in the HTTP response is not a case-insensitive match for the value "websocket" (0fdcc0af).
  • The Authorization and Cookie headers are no longer sent when following an insecure redirect (wss: to ws:) to the same host (d68ba9e1).

8.6.0

Features

... (truncated)

Commits


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 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 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 dep... _Description has been truncated_
socket-security[bot] commented 2 months ago

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

Package New capabilities Transitives Size Publisher
npm/@eslint/config-array@0.16.0 None 0 0 B
npm/@eslint/config-inspector@0.4.11 None 0 1.52 MB eslintbot
npm/@eslint/js@9.5.0 None 0 0 B
npm/@eslint/object-schema@2.1.4 None 0 0 B
npm/@iconify-json/ri@1.1.21 None 0 0 B
npm/@iconify-json/simple-icons@1.1.106 None 0 0 B
npm/@iconify-json/tabler@1.1.114 None 0 0 B
npm/@iconify/collections@1.0.432 None 0 0 B
npm/@nuxt/kit@3.12.2 Transitive: environment, filesystem +11 1.1 MB
npm/@nuxt/schema@3.12.2 Transitive: environment +6 360 kB
npm/@nuxt/ui-pro@1.3.0 None 0 0 B
npm/@nuxt/ui@2.17.0 None 0 0 B
npm/@opentelemetry/semantic-conventions@1.25.0 None 0 1.66 MB pichlermarc
npm/@typescript-eslint/types@7.13.1 None 0 0 B
npm/@unhead/ssr@1.9.13 None 0 0 B
npm/@vue/compiler-dom@3.3.4 environment, eval 0 598 kB yyx990803
npm/@vueuse/integrations@10.11.0 None 0 0 B
npm/@vueuse/math@10.11.0 None 0 0 B
npm/bare-events@2.4.2 None 0 0 B
npm/browserslist@4.23.1 environment, filesystem 0 62.9 kB ai
npm/c12@1.11.1 Transitive: environment, filesystem, network +8 739 kB
npm/chokidar@3.6.0 environment, filesystem +4 276 kB paulmillr
npm/chrome-launcher@1.1.2 None 0 0 B
npm/citty@0.1.6 Transitive: environment +1 273 kB pi0
npm/comment-parser@1.4.1 None 0 366 kB yavorskiys
npm/cross-spawn@7.0.3 environment, filesystem, shell +4 47.5 kB satazor
npm/crossws@0.2.4 None 0 356 kB pi0
npm/debug@4.3.4 environment 0 42.4 kB qix
npm/defu@6.1.4 None 0 19.6 kB pi0
npm/depd@2.0.0 environment, eval 0 27.1 kB dougwilson
npm/electron-to-chromium@1.4.461 None 0 239 kB kilianvalkhof
npm/emoji-regex@9.2.2 None 0 97.9 kB google-wombot
npm/entities@4.5.0 None 0 413 kB feedic
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/eslint@9.5.0 None 0 0 B
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/estraverse@5.3.0 None 0 37.1 kB michaelficarra
npm/fast-deep-equal@3.1.3 None 0 13 kB esp
npm/fast-fifo@1.3.2 None 0 5.07 kB mafintosh
npm/fast-glob@3.3.2 filesystem 0 96.7 kB mrmlnc
npm/fill-range@7.0.1 None +2 48.9 kB jonschlinkert
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/glob@10.4.1 Transitive: shell +1 536 kB isaacs
npm/globby@14.0.1 Transitive: filesystem +3 38.2 kB sindresorhus
npm/http-errors@2.0.0 None +2 34.9 kB dougwilson
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/inherits@2.0.4 None 0 3.96 kB isaacs
npm/is-core-module@2.13.1 None +1 39 kB ljharb
npm/is-glob@4.0.3 None +1 19.8 kB phated
npm/jackspeak@3.4.0 environment +14 448 kB isaacs
npm/jiti@1.21.6 environment, filesystem, unsafe 0 1.95 MB pi0
npm/jsdoc-type-pratt-parser@4.0.0 None 0 242 kB jsdoc-type-pratt-parser
npm/knitwork@1.1.0 None 0 37.3 kB pi0
npm/lru-cache@5.1.1 None +1 30.5 kB isaacs
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/minimatch@9.0.4 environment +2 453 kB isaacs
npm/minizlib@2.1.2 None +2 80.2 kB isaacs
npm/mlly@1.7.1 None 0 232 kB pi0
npm/ms@2.1.2 None 0 6.84 kB styfle
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/napi-wasm@1.1.0 None 0 86.2 kB devongovett
npm/node-fetch-native@1.6.4 network 0 735 kB pi0
npm/node-fetch@2.7.0 network +3 493 kB node-fetch-bot
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/nuxt-og-image@2.2.4 environment, filesystem +11 6.78 MB harlan_zw
npm/nuxt@3.12.2 None 0 0 B
npm/nypm@0.3.8 Transitive: environment +11 440 kB pi0
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/path-key@3.1.1 None 0 4.55 kB sindresorhus
npm/path-scurry@1.11.1 filesystem 0 535 kB isaacs
npm/pathe@1.1.2 None 0 30.8 kB pi0
npm/picomatch@2.3.1 None 0 90 kB mrmlnc
npm/pkg-types@1.1.1 None +1 331 kB pi0
npm/postcss-selector-parser@6.1.0 None +1 204 kB evilebottnawi
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.38 environment, filesystem +1 204 kB ai
npm/protocols@2.0.1 None 0 9.29 kB ionicabizau
npm/resolve@1.22.8 environment, filesystem +2 159 kB ljharb
npm/scule@1.3.0 None 0 29.6 kB pi0
npm/semver@7.6.2 None 0 95.4 kB npm-cli-ops
npm/signal-exit@4.1.0 None 0 77 kB isaacs
npm/socket.io-client@4.7.5 Transitive: environment, filesystem, network, shell +6 2.34 MB darrachequesne
npm/source-map-js@1.0.2 None 0 148 kB 7rulnik
npm/std-env@3.7.0 None 0 26.2 kB pi0
npm/string-width@5.1.2 None +3 29.4 kB sindresorhus
npm/superjson@2.2.1 None 0 89.8 kB skn0tt
npm/tailwindcss@3.4.4 environment, filesystem Transitive: network, shell, unsafe +23 7.19 MB adamwathan
npm/tar@6.2.1 environment, filesystem +4 220 kB isaacs
npm/tiny-inflate@1.0.3 None 0 43 kB devongovett
npm/tslib@2.6.3 None 0 84.9 kB typescript-bot
npm/ufo@1.5.3 None 0 103 kB pi0
npm/unimport@3.7.2 Transitive: environment +6 371 kB antfu
npm/update-browserslist-db@1.0.16 environment, filesystem, shell +1 20.7 kB ai
npm/util-deprecate@1.0.2 None 0 5.48 kB tootallnate
npm/vue-tsc@2.0.21 None +1 32.4 MB johnsoncodehk
npm/vue@3.4.27 environment, eval +4 35.9 MB yyx990803
npm/yaml@2.4.5 environment 0 675 kB eemeli

🚮 Removed packages: npm/@antfu/utils@0.7.5, npm/@babel/code-frame@7.22.5, npm/@babel/compat-data@7.22.9, npm/@babel/core@7.22.9, npm/@babel/generator@7.22.9, npm/@babel/helper-create-class-features-plugin@7.22.9, npm/@babel/parser@7.22.7, npm/@babel/plugin-syntax-async-generators@7.8.4, npm/@babel/plugin-syntax-bigint@7.8.3, npm/@babel/plugin-syntax-class-properties@7.12.13, npm/@babel/plugin-syntax-json-strings@7.8.3, npm/@babel/plugin-syntax-jsx@7.22.5, npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4, npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3, npm/@babel/plugin-syntax-numeric-separator@7.10.4, npm/@babel/plugin-syntax-object-rest-spread@7.8.3, npm/@babel/plugin-syntax-optional-catch-binding@7.8.3, npm/@babel/plugin-syntax-optional-chaining@7.8.3, npm/@babel/plugin-syntax-top-level-await@7.14.5, npm/@babel/plugin-syntax-typescript@7.22.5, npm/@babel/plugin-transform-typescript@7.22.9, npm/@babel/standalone@7.22.9, npm/@babel/template@7.22.5, npm/@babel/traverse@7.22.8, npm/@babel/types@7.22.5, npm/@bcoe/v8-coverage@0.2.3, npm/@cloudflare/kv-asset-handler@0.3.0, npm/@csstools/cascade-layer-name-parser@1.0.3, npm/@csstools/css-parser-algorithms@2.6.3, npm/@csstools/css-tokenizer@2.3.1, npm/@esbuild-kit/cjs-loader@2.4.2, npm/@esbuild-kit/esm-loader@2.5.5, npm/@esbuild/android-arm64@0.17.19, npm/@esbuild/android-arm@0.17.19, npm/@esbuild/android-x64@0.17.19, npm/@esbuild/darwin-arm64@0.17.19, npm/@esbuild/darwin-x64@0.17.19, npm/@esbuild/freebsd-arm64@0.17.19, npm/@esbuild/freebsd-x64@0.17.19, npm/@esbuild/linux-arm64@0.17.19, npm/@esbuild/linux-arm@0.17.19, npm/@esbuild/linux-ia32@0.17.19, npm/@esbuild/linux-loong64@0.17.19, npm/@esbuild/linux-mips64el@0.17.19, npm/@esbuild/linux-ppc64@0.17.19, npm/@esbuild/linux-riscv64@0.17.19, npm/@esbuild/linux-s390x@0.17.19, npm/@esbuild/linux-x64@0.17.19, npm/@esbuild/netbsd-x64@0.17.19, npm/@esbuild/openbsd-x64@0.17.19, npm/@esbuild/sunos-x64@0.17.19, npm/@esbuild/win32-arm64@0.17.19, npm/@esbuild/win32-ia32@0.17.19, npm/@esbuild/win32-x64@0.17.19, npm/@hapi/hoek@9.3.0, npm/@hapi/topo@5.1.0, npm/@istanbuljs/load-nyc-config@1.1.0, npm/@istanbuljs/schema@0.1.3, npm/@jest/console@29.6.1, npm/@jest/core@29.6.1, npm/@netlify/functions@1.6.0, npm/@npmcli/git@4.1.0, npm/@npmcli/promise-spawn@6.0.2, npm/@npmcli/run-script@6.0.2, npm/@nuxt-themes/docus@1.14.3, npm/@nuxt/devtools-kit@0.6.7, npm/@nuxt/devtools-wizard@0.6.7, npm/@nuxt/devtools@0.6.7, npm/@nuxt/eslint-config@0.1.1, npm/@nuxt/kit@3.6.3, npm/@nuxt/schema@3.6.3, npm/@nuxtjs/plausible@0.2.1, npm/@rollup/plugin-node-resolve@15.1.0, npm/@rollup/pluginutils@5.0.2, npm/@types/babel__traverse@7.20.1, npm/@types/istanbul-lib-coverage@2.0.4, npm/@types/jest@29.5.3, npm/@types/node@20.4.2, npm/@types/unist@2.0.7, npm/@typescript-eslint/types@5.62.0, npm/@vue/reactivity-transform@3.3.4, npm/abbrev@1.1.1, npm/acorn-es7-plugin@1.1.7, npm/agent-base@6.0.2, npm/ansi-escapes@4.3.2, npm/array-filter@1.0.0, npm/async-each@1.0.6, npm/async-limiter@1.0.1, npm/bindings@1.5.0, npm/browserslist@4.21.9, npm/buffer-crc32@0.2.13, npm/buffer@5.7.1, npm/call-bind@1.0.2, npm/call-signature@0.0.2, npm/chalk@4.1.2, npm/chokidar@3.5.3, npm/ci-info@3.8.0

View full report↗︎