Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 5 directories with 4 updates #1369

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the npm_and_yarn group with 4 updates in the / directory: got, axios, semver and zod.
Bumps the npm_and_yarn group with 1 update in the /targets/alert-cli directory: semver.
Bumps the npm_and_yarn group with 1 update in the /targets/export-elasticsearch directory: axios.
Bumps the npm_and_yarn group with 1 update in the /targets/frontend directory: zod.
Bumps the npm_and_yarn group with 2 updates in the /targets/ingester directory: got and semver.

Updates got from 11.8.5 to 11.8.6

Release notes

Sourced from got's releases.

v11.8.6

  • Destroy request object after successful response

sindresorhus/got@v11.8.5...v11.8.6

Commits

Updates axios from 0.26.1 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • Additional commits viewable in compare view

Updates semver from 7.3.5 to 7.5.2

Release notes

Sourced from semver's releases.

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

7.3.8 (2022-10-04)

Bug Fixes

... (truncated)

Commits
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • 09c69e2 chore: bump @​npmcli/template-oss from 4.13.0 to 4.14.1 (#555)
  • 5b02ad7 chore: release 7.5.0
  • e219bb4 fix: throw on bad version with correct error message (#552)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates zod from 3.21.4 to 3.22.3

Release notes

Sourced from zod's releases.

v3.22.3

Commits:

  • 1e23990bcdd33d1e81b31e40e77a031fcfd87ce1 Commit
  • 9bd3879b482f139fd03d5025813ee66a04195cdd docs: remove obsolete text about readonly types (#2676)
  • f59be093ec21430d9f32bbcb628d7e39116adf34 clarify datetime ISO 8601 (#2673)
  • 64dcc8e2b16febe48fa8e3c82c47c92643e6c9e3 Update sponsors
  • 18115a8f128680b4526df58ce96deab7dce93b93 Formatting
  • 28c19273658b164c53c149785fa7a8187c428ad4 Update sponsors
  • ad2ee9ccf723c4388158ff6b8669c2a6cdc85643 2718 Updated Custom Schemas documentation example to use type narrowing (#2778)
  • ae0f7a2c15e7741ee1b23c03a3bfb9acebd86551 docs: update ref to discriminated-unions docs (#2485)
  • 2ba00fe2377f4d53947a84b8cdb314a63bbd6dd4 [2609] fix ReDoS vulnerability in email regex (#2824)
  • 1e61d76cdec05de9271fc0df58798ddf9ce94923 3.22.3

v3.22.2

Commits:

  • 13d9e6bda286cbd4c1b177171273695d8309e5de Fix lint
  • 0d49f10b3c25a8e4cbb6534cc0773b195c56d06d docs: add typeschema to ecosystem (#2626)
  • 8e4af7b56df6f2e3daf0dd825b986f1d963025ce X to Zod: add app.quicktype.io (#2668)
  • 792b3ef0d41c144cd10641c6966b98dae1222d82 Fix superrefine types

v3.22.1

Commits:

Fix handing of this in ZodFunction schemas. The parse logic for function schemas now requires the Reflect API.

const methodObject = z.object({
  property: z.number(),
  method: z.function().args(z.string()).returns(z.number()),
});
const methodInstance = {
  property: 3,
  method: function (s: string) {
    return s.length + this.property;
  },
};
const parsed = methodObject.parse(methodInstance);
parsed.method("length=8"); // => 11 (8 length + 3 property)
  • 932cc472d2e66430d368a409b8d251909d7d8d21 Initial prototype fix for issue #2651 (#2652)
  • 0a055e726ac210ef6efc69aa70cd2491767f6060 3.22.1

v3.22.0

ZodReadonly

This release introduces ZodReadonly and the .readonly() method on ZodType.

... (truncated)

Commits

Updates semver from 7.3.5 to 7.5.2

Release notes

Sourced from semver's releases.

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

7.3.8 (2022-10-04)

Bug Fixes

... (truncated)

Commits
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • 09c69e2 chore: bump @​npmcli/template-oss from 4.13.0 to 4.14.1 (#555)
  • 5b02ad7 chore: release 7.5.0
  • e219bb4 fix: throw on bad version with correct error message (#552)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates axios from 0.26.1 to 1.6.8

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance

…updates

Bumps the npm_and_yarn group with 4 updates in the / directory: [got](https://github.com/sindresorhus/got), [axios](https://github.com/axios/axios), [semver](https://github.com/npm/node-semver) and [zod](https://github.com/colinhacks/zod).
Bumps the npm_and_yarn group with 1 update in the /targets/alert-cli directory: [semver](https://github.com/npm/node-semver).
Bumps the npm_and_yarn group with 1 update in the /targets/export-elasticsearch directory: [axios](https://github.com/axios/axios).
Bumps the npm_and_yarn group with 1 update in the /targets/frontend directory: [zod](https://github.com/colinhacks/zod).
Bumps the npm_and_yarn group with 2 updates in the /targets/ingester directory: [got](https://github.com/sindresorhus/got) and [semver](https://github.com/npm/node-semver).


Updates `got` from 11.8.5 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.5...v11.8.6)

Updates `axios` from 0.26.1 to 0.28.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v0.28.0)

Updates `semver` from 7.3.5 to 7.5.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.5...v7.5.2)

Updates `zod` from 3.21.4 to 3.22.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.3)

Updates `semver` from 7.3.5 to 7.5.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.5...v7.5.2)

Updates `axios` from 0.26.1 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v0.28.0)

Updates `zod` from 3.21.4 to 3.22.3
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.3)

Updates `got` from 11.8.5 to 14.2.1
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.5...v11.8.6)

Updates `semver` from 7.3.5 to 7.5.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.3.5...v7.5.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: zod
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: zod
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

sonarcloud bot commented Apr 26, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@0no-co/graphql.web@1.0.4 None 0 153 kB philpl
npm/@adobe/css-tools@4.2.0 None 0 171 kB adobe-admin
npm/@ampproject/remapping@2.2.1 None 0 76 kB jridgewell
npm/@aws-crypto/crc32@3.0.0 None +1 66.6 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/crc32c@3.0.0 None 0 30.5 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/ie11-detection@3.0.0 None 0 28.6 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/sha1-browser@3.0.0 None 0 37.9 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/sha256-browser@3.0.0 None 0 42.6 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/sha256-js@3.0.0 None 0 87.4 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/supports-web-crypto@3.0.0 None 0 26 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/util@3.0.0 None 0 24.3 kB aws-crypto-tools-ci-bot
npm/@aws-sdk/client-s3@3.523.0 None +1 3.04 MB aws-sdk-bot
npm/@aws-sdk/client-sso-oidc@3.523.0 None 0 275 kB aws-sdk-bot
npm/@aws-sdk/client-sso@3.523.0 None 0 200 kB aws-sdk-bot
npm/@aws-sdk/client-sts@3.523.0 None 0 441 kB aws-sdk-bot
npm/@aws-sdk/core@3.523.0 None 0 240 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-env@3.523.0 environment 0 18.9 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-http@3.523.0 environment, filesystem 0 27.1 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-ini@3.523.0 None 0 43.7 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-node@3.523.0 environment 0 33.3 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-process@3.523.0 shell 0 23.1 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-sso@3.523.0 None 0 34 kB aws-sdk-bot
npm/@aws-sdk/credential-provider-web-identity@3.523.0 environment, filesystem 0 33.1 kB aws-sdk-bot
npm/@aws-sdk/middleware-bucket-endpoint@3.523.0 None 0 69 kB aws-sdk-bot
npm/@aws-sdk/middleware-expect-continue@3.523.0 None 0 17.5 kB aws-sdk-bot
npm/@aws-sdk/middleware-flexible-checksums@3.523.0 None 0 54.2 kB aws-sdk-bot
npm/@aws-sdk/middleware-host-header@3.523.0 None 0 19 kB aws-sdk-bot
npm/@aws-sdk/middleware-location-constraint@3.523.0 None 0 19.3 kB aws-sdk-bot
npm/@aws-sdk/middleware-logger@3.523.0 None 0 19.4 kB aws-sdk-bot
npm/@aws-sdk/middleware-recursion-detection@3.523.0 environment 0 18.7 kB aws-sdk-bot
npm/@aws-sdk/middleware-sdk-s3@3.523.0 None 0 75.7 kB aws-sdk-bot
npm/@aws-sdk/middleware-signing@3.523.0 None 0 38.9 kB aws-sdk-bot
npm/@aws-sdk/middleware-ssec@3.523.0 None 0 19.3 kB aws-sdk-bot
npm/@aws-sdk/middleware-user-agent@3.523.0 None 0 25.8 kB aws-sdk-bot
npm/@aws-sdk/region-config-resolver@3.523.0 None 0 24.5 kB aws-sdk-bot
npm/@aws-sdk/signature-v4-multi-region@3.523.0 None 0 27 kB aws-sdk-bot
npm/@aws-sdk/token-providers@3.523.0 filesystem 0 35.9 kB aws-sdk-bot
npm/@aws-sdk/types@3.535.0 None 0 48.5 kB aws-sdk-bot
npm/@aws-sdk/util-arn-parser@3.495.0 None 0 17.2 kB aws-sdk-bot
npm/@aws-sdk/util-endpoints@3.523.0 None 0 49.6 kB aws-sdk-bot
npm/@aws-sdk/util-locate-window@3.535.0 None 0 15.1 kB aws-sdk-bot
npm/@aws-sdk/util-user-agent-browser@3.523.0 None 0 18 kB aws-sdk-bot
npm/@aws-sdk/util-user-agent-node@3.523.0 None 0 19.9 kB aws-sdk-bot
npm/@aws-sdk/util-utf8-browser@3.259.0 None 0 20 kB aws-sdk-bot
npm/@aws-sdk/xml-builder@3.523.0 None 0 24.8 kB aws-sdk-bot
npm/@babel/code-frame@7.24.2 environment 0 24.1 kB nicolo-ribaudo
npm/@babel/compat-data@7.22.5 None 0 58.1 kB nicolo-ribaudo
npm/@babel/core@7.22.5 environment, filesystem, unsafe +1 837 kB nicolo-ribaudo
npm/@babel/generator@7.24.4 None 0 493 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.22.5 None 0 4.02 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None +3 148 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 None 0 21.6 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.22.5 None 0 7.03 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.3 None 0 63.8 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.23.3 None 0 158 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.22.5 None 0 11.9 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.22.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.22.6 None 0 10.7 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.22.20 None 0 49.1 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helpers@7.24.4 None 0 650 kB nicolo-ribaudo
npm/@babel/highlight@7.24.2 environment +6 102 kB nicolo-ribaudo
npm/@babel/parser@7.24.4 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-proposal-export-namespace-from@7.18.9 None 0 4.24 kB nicolo-ribaudo
npm/@babel/plugin-syntax-async-generators@7.8.4 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-bigint@7.8.3 None 0 2.42 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-dynamic-import@7.8.3 None 0 2.47 kB nicolo-ribaudo
npm/@babel/plugin-syntax-export-namespace-from@7.8.3 None 0 2.62 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-meta@7.10.4 None 0 2.56 kB jlhwung
npm/@babel/plugin-syntax-json-strings@7.8.3 None 0 2.58 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.22.5 None 0 4.13 kB nicolo-ribaudo
npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4 None 0 2.74 kB jlhwung
npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3 None 0 2.63 kB nicolo-ribaudo
npm/@babel/plugin-syntax-numeric-separator@7.10.4 None 0 2.75 kB jlhwung
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-catch-binding@7.8.3 None 0 2.57 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-chaining@7.8.3 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.22.5 None 0 6.86 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.22.5 None 0 32.2 kB nicolo-ribaudo
npm/@babel/runtime@7.22.5 None 0 282 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None +1 655 kB nicolo-ribaudo
npm/@babel/types@7.24.0 environment 0 2.41 MB nicolo-ribaudo
npm/@bcoe/v8-coverage@0.2.3 None 0 277 kB bcoe
npm/@codegouvfr/react-dsfr@0.76.4 None 0 66.4 MB garronej
npm/@colors/colors@1.5.0 environment 0 39.5 kB dabh
npm/@cspotcode/source-map-support@0.8.1 filesystem +1 194 kB cspotcode
npm/@dabh/diagnostics@2.0.3 environment 0 30.1 kB dabh
npm/@elastic/elasticsearch@7.17.0 environment, network +1 2.01 MB delvedor
npm/@emotion/babel-plugin@11.11.0 environment +1 962 kB emotion-release-bot
npm/@emotion/cache@11.11.0 environment 0 130 kB emotion-release-bot
npm/@emotion/hash@0.9.1 environment 0 10.2 kB emotion-release-bot
npm/@emotion/is-prop-valid@1.2.1 environment 0 29.1 kB emotion-release-bot
npm/@emotion/memoize@0.8.1 environment 0 4.29 kB emotion-release-bot
npm/@emotion/react@11.10.6 environment 0 563 kB emotion-release-bot
npm/@emotion/serialize@1.1.4 environment 0 58.6 kB emotion-release-bot
npm/@emotion/sheet@1.2.2 environment 0 30.8 kB emotion-release-bot
npm/@emotion/styled@11.10.6 environment 0 172 kB emotion-release-bot
npm/@emotion/stylis@0.8.5 environment 0 105 kB emotion-release-bot
npm/@emotion/unitless@0.8.1 environment 0 7.05 kB emotion-release-bot
npm/@emotion/use-insertion-effect-with-fallbacks@1.0.1 environment 0 7.38 kB emotion-release-bot
npm/@emotion/utils@1.2.1 environment 0 18.3 kB emotion-release-bot
npm/@emotion/weak-memoize@0.3.1 environment 0 6.08 kB emotion-release-bot
npm/@floating-ui/core@1.5.0 None 0 190 kB atomiks
npm/@floating-ui/dom@1.5.3 None 0 127 kB atomiks
npm/@floating-ui/react-dom@2.0.2 None 0 40 kB atomiks
npm/@floating-ui/utils@0.1.6 None 0 52.7 kB atomiks
npm/@hapi/boom@9.1.4 None 0 28.3 kB devinivy
npm/@hapi/bourne@2.1.0 None 0 7.26 kB devinivy
npm/@hapi/hoek@9.3.0 None 0 51.5 kB devinivy
npm/@hapi/topo@5.1.0 None 0 10.7 kB devinivy
npm/@hapi/wreck@17.2.0 network 0 37.5 kB devinivy
npm/@hookform/error-message@2.0.1 None 0 21.3 kB bluebill1049
npm/@hookform/resolvers@3.3.1 None 0 550 kB bluebill1049
npm/@isaacs/cliui@8.0.2 None +6 171 kB isaacs
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem Transitive: eval, unsafe +6 450 kB coreyfarrell
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
npm/@jest/console@27.5.1 None 0 21.6 kB simenb
npm/@jest/core@27.5.1 unsafe 0 174 kB simenb
npm/@jest/create-cache-key-function@27.5.1 environment, filesystem 0 5.01 kB simenb
npm/@jest/environment@27.5.1 None 0 12.4 kB simenb
npm/@jest/expect-utils@29.5.0 None +1 31.8 kB simenb
npm/@jest/expect@29.5.0 Transitive: environment, eval, filesystem, shell, unsafe +20 968 kB simenb
npm/@jest/fake-timers@27.5.1 None 0 26.5 kB simenb
npm/@jest/globals@27.5.1 None 0 3.56 kB simenb
npm/@jest/reporters@27.5.1 environment, unsafe Transitive: filesystem +1 158 kB simenb
npm/@jest/schemas@29.6.3 None 0 6.07 kB simenb
npm/@jest/source-map@27.5.1 None 0 5.65 kB simenb
npm/@jest/test-result@27.5.1 None 0 17.1 kB simenb
npm/@jest/test-sequencer@27.5.1 None 0 10.5 kB simenb
npm/@jest/transform@27.5.1 Transitive: filesystem +1 64.3 kB simenb
npm/@jest/types@27.5.1 None 0 27.6 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@kwsites/file-exists@1.1.1 filesystem 0 14.4 kB steveukx
npm/@kwsites/promise-deferred@1.1.1 None 0 6.2 kB steveukx
npm/@linaria/core@4.2.9 None 0 24.4 kB anber
npm/@linaria/logger@4.5.0 environment 0 21 kB anber
npm/@linaria/tags@4.5.4 None 0 150 kB anber
npm/@linaria/utils@4.5.3 filesystem Transitive: environment, unsafe +2 1.82 MB anber
npm/@mapbox/node-pre-gyp@1.0.10 environment, filesystem +3 246 kB mapbox-npm-08
npm/@mui/base@5.0.0-beta.17 environment +2 3.09 MB michaldudak
npm/@mui/core-downloads-tracker@5.14.11 None 0 2.02 kB michaldudak
npm/@mui/icons-material@5.11.16 None 0 18.5 MB siriwatknp
npm/@mui/material@5.15.15 environment +1 10.8 MB siriwatknp
npm/@mui/private-theming@5.15.14 environment 0 795 kB mnajdova
npm/@mui/styled-engine@5.15.14 environment 0 801 kB mnajdova
npm/@mui/system@5.15.15 environment 0 1.61 MB siriwatknp
npm/@mui/types@7.2.14 None 0 7.89 kB mnajdova
npm/@mui/utils@5.15.14 environment 0 1.02 MB mnajdova
npm/@next/env@14.1.4 environment, filesystem 0 11.7 kB vercel-release-bot
npm/@next/eslint-plugin-next@14.1.4 filesystem +2 817 kB vercel-release-bot
npm/@next/swc-darwin-arm64@14.1.4 None 0 106 MB vercel-release-bot
npm/@next/swc-darwin-x64@14.1.4 None 0 105 MB vercel-release-bot
npm/@next/swc-linux-arm64-gnu@14.1.4 None 0 108 MB vercel-release-bot
npm/@next/swc-linux-arm64-musl@14.1.4 None 0 131 MB vercel-release-bot
npm/@next/swc-linux-x64-gnu@14.1.4 None 0 120 MB vercel-release-bot
npm/@next/swc-linux-x64-musl@14.1.4 None 0 144 MB vercel-release-bot
npm/@next/swc-win32-arm64-msvc@14.1.4 None 0 95.3 MB vercel-release-bot
npm/@next/swc-win32-ia32-msvc@14.1.4 None 0 87.1 MB vercel-release-bot
npm/@next/swc-win32-x64-msvc@14.1.4 None 0 123 MB vercel-release-bot
npm/@npmcli/git@3.0.2 filesystem +1 156 kB gar
npm/@panva/hkdf@1.1.1 None 0 12.6 kB panva
npm/@phc/format@1.0.0 None 0 15.8 kB simonepri
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@pkgr/utils@2.4.1 environment +2 86.8 kB jounqin
npm/@popperjs/core@2.11.8 None 0 1.46 MB fezvrasta
npm/@reach/accordion@0.16.1 environment +2 3.35 MB chancestrickland
npm/@reach/auto-id@0.16.0 environment 0 16.5 kB chancestrickland
npm/@reach/descendants@0.16.1 environment 0 56.9 kB chancestrickland
npm/@reach/dialog@0.15.3 environment +1 161 kB chancestrickland
npm/@reach/dropdown@0.16.2 environment 0 176 kB chancestrickland
npm/@reach/menu-button@0.16.2 environment 0 50.8 kB chancestrickland
npm/@reach/observe-rect@1.2.0 environment 0 29.6 kB chancestrickland
npm/@reach/popover@0.16.2 environment +1 53.4 kB chancestrickland
npm/@reach/portal@0.15.3 environment 0 10.9 kB chancestrickland
npm/@reach/rect@0.16.0 environment 0 19.8 kB chancestrickland
npm/@reach/utils@0.16.0 environment 0 118 kB chancestrickland
npm/@reach/visually-hidden@0.16.0 environment 0 10.9 kB chancestrickland
npm/@remirror/core-constants@2.0.1 None 0 82.7 kB ifiokjr
npm/@remirror/core-helpers@2.0.3 environment 0 161 kB ifiokjr
npm/@remirror/types@1.0.1 None +1 263 kB ifiokjr
npm/@rushstack/eslint-patch@1.5.1 None 0 46.5 kB odspnpm
npm/@sideway/address@4.1.4 None 0 56.4 kB hueniverse
npm/@sideway/formula@3.0.1 None 0 16.9 kB marsup
npm/@sideway/pinpoint@2.0.0 None 0 3.64 kB hueniverse
npm/@sinclair/typebox@0.27.8 None 0 442 kB sinclair
npm/@sindresorhus/is@0.14.0 None 0 40.2 kB sindresorhus
npm/@sinonjs/commons@1.8.6 None 0 38.7 kB mrgnrdrck
npm/@sinonjs/fake-timers@8.1.0 eval 0 89.1 kB fatso83
npm/@smithy/abort-controller@2.2.0 None 0 19.4 kB smithy-team
npm/@smithy/chunked-blob-reader-native@2.2.0 None 0 17 kB smithy-team
npm/@smithy/chunked-blob-reader@2.2.0 None 0 16.6 kB smithy-team
npm/@smithy/config-resolver@2.2.0 None 0 51.6 kB smithy-team
npm/@smithy/core@1.4.2 None 0 67.7 kB smithy-team
npm/@smithy/credential-provider-imds@2.3.0 environment, network 0 62.1 kB smithy-team
npm/@smithy/eventstream-codec@2.2.0 None 0 71.3 kB smithy-team
npm/@smithy/eventstream-serde-browser@2.2.0 None 0 25.8 kB smithy-team
npm/@smithy/eventstream-serde-config-resolver@2.2.0 None 0 16.9 kB smithy-team
npm/@smithy/eventstream-serde-node@2.2.0 None 0 21.8 kB smithy-team
npm/@smithy/eventstream-serde-universal@2.2.0 None 0 35.3 kB smithy-team
npm/@smithy/fetch-http-handler@2.5.0 network 0 31.6 kB smithy-team
npm/@smithy/hash-blob-browser@2.2.0 None 0 16.4 kB smithy-team
npm/@smithy/hash-node@2.2.0 None 0 18.1 kB smithy-team
npm/@smithy/hash-stream-node@2.2.0 filesystem 0 21.3 kB smithy-team
npm/@smithy/invalid-dependency@2.2.0 None 0 16.1 kB smithy-team
npm/@smithy/is-array-buffer@2.2.0 None 0 15.4 kB smithy-team
npm/@smithy/md5-js@2.2.0 None 0 31.8 kB smithy-team
npm/@smithy/middleware-content-length@2.2.0 None 0 18.5 kB smithy-team
npm/@smithy/middleware-endpoint@2.5.1 None 0 56.3 kB smithy-team
npm/@smithy/middleware-retry@2.3.1 None +1 189 kB smithy-team
npm/@smithy/middleware-serde@2.3.0 None 0 23.3 kB smithy-team
npm/@smithy/middleware-stack@2.2.0 None 0 43 kB smithy-team
npm/@smithy/node-config-provider@2.3.0 environment 0 24.6 kB smithy-team
npm/@smithy/node-http-handler@2.5.0 network 0 84.9 kB smithy-team
npm/@smithy/property-provider@2.2.0 None 0 32.1 kB smithy-team
npm/@smithy/protocol-http@3.3.0 None 0 41 kB smithy-team
npm/@smithy/querystring-builder@2.2.0 None 0 16.5 kB smithy-team
npm/@smithy/querystring-parser@2.2.0 None 0 16.4 kB smithy-team
npm/@smithy/service-error-classification@2.1.5 None 0 23.1 kB smithy-team
npm/@smithy/shared-ini-file-loader@2.4.0 environment, filesystem 0 47 kB smithy-team
npm/@smithy/signature-v4@2.3.0 None 0 97.2 kB smithy-team
npm/@smithy/smithy-client@2.5.1 None 0 168 kB smithy-team
npm/@smithy/types@2.12.0 None 0 233 kB smithy-team
npm/@smithy/url-parser@2.2.0 None 0 15.9 kB smithy-team
npm/@smithy/util-base64@2.3.0 None 0 29.2 kB smithy-team
npm/@smithy/util-body-length-browser@2.2.0 None 0 17 kB smithy-team
npm/@smithy/util-body-length-node@2.3.0 filesystem 0 17 kB smithy-team
npm/@smithy/util-buffer-from@2.2.0 None 0 17.1 kB smithy-team
npm/@smithy/util-config-provider@2.3.0 None 0 18.8 kB smithy-team
npm/@smithy/util-defaults-mode-browser@2.2.1 None 0 23.4 kB smithy-team
npm/@smithy/util-defaults-mode-node@2.3.1 environment 0 25.1 kB smithy-team
npm/@smithy/util-endpoints@1.2.0 None 0 72.1 kB smithy-team
npm/@smithy/util-hex-encoding@2.2.0 None 0 17.5 kB smithy-team
npm/@smithy/util-middleware@2.2.0 None 0 17.1 kB smithy-team
npm/@smithy/util-retry@2.2.0 None 0 57.2 kB smithy-team
npm/@smithy/util-stream@2.2.0 None 0 39.6 kB smithy-team
npm/@smithy/util-uri-escape@2.2.0 None 0 16.2 kB smithy-team
npm/@smithy/util-utf8@2.3.0 None 0 19.4 kB smithy-team
npm/@smithy/util-waiter@2.2.0 None 0 29.7 kB smithy-team
npm/@socialgouv/cdtn-slugify@4.52.1 None 0 18.5 kB socialgroovybot
npm/@socialgouv/cdtn-sources@4.52.1 None 0 31.3 kB socialgroovybot
npm/@socialgouv/cdtn-ui@4.102.2 None 0 388 kB socialgroovybot
npm/@socialgouv/cdtn-utils@4.112.0 None 0 44.4 kB socialgroovybot
npm/@socialgouv/contributions-data-types@3.27.0 None 0 10.8 kB socialgroovybot
npm/@socialgouv/dila-api-client@1.2.4 None 0 140 kB socialgroovybot
npm/@socialgouv/fiches-travail-data-types@4.191.0 None 0 69.5 kB socialgroovybot
npm/@socialgouv/fiches-vdd-types@2.739.0 None 0 200 kB socialgroovybot
npm/@socialgouv/kali-data-types@2.127.0 filesystem 0 84.3 kB socialgroovybot
npm/@socialgouv/kali-data@2.628.0 filesystem 0 508 MB socialgroovybot
npm/@socialgouv/legi-data-types@2.73.1 None 0 46.4 kB socialgroovybot
npm/@socialgouv/react-accessible-accordion@4.1.1 None 0 98 kB socialgroovybot
npm/@swc/cli@0.1.55 environment, filesystem Transitive: network, shell +2 534 kB kdy1
npm/@swc/core-android-arm-eabi@1.2.150 None 0 38.5 MB kdy1
npm/@swc/core-android-arm64@1.2.150 None 0 55.9 MB kdy1
npm/@swc/core-darwin-arm64@1.5.0 None 0 37.6 MB kdy1
npm/@swc/core-darwin-x64@1.5.0 None 0 41 MB kdy1
npm/@swc/core-freebsd-x64@1.2.150 None 0 93.3 MB kdy1
npm/@swc/core-linux-arm-gnueabihf@1.5.0 None 0 25.2 MB kdy1
npm/@swc/core-linux-arm64-gnu@1.5.0 None 0 43.9 MB kdy1
npm/@swc/core-linux-arm64-musl@1.5.0 None 0 55.3 MB kdy1
npm/@swc/core-linux-x64-gnu@1.5.0 None 0 50.3 MB kdy1
npm/@swc/core-linux-x64-musl@1.5.0 None 0 62.4 MB kdy1
npm/@swc/core-win32-arm64-msvc@1.5.0 None 0 33.8 MB kdy1
npm/@swc/core-win32-ia32-msvc@1.5.0 None 0 27.6 MB kdy1
npm/@swc/core-win32-x64-msvc@1.5.0 None 0 53.3 MB kdy1
npm/@swc/core@1.5.0 environment, filesystem, shell 0 208 kB kdy1
npm/@swc/helpers@0.5.2 None 0 228 kB kdy1
npm/@swc/jest@0.2.20 filesystem 0 9.35 kB kdy1
npm/@szmarczak/http-timer@1.1.2 None 0 6.3 kB szmarczak
npm/@testing-library/dom@9.3.1 environment 0 2.96 MB testing-library-bot
npm/@testing-library/jest-dom@5.16.5 None +1 158 kB testing-library-bot
npm/@testing-library/react@14.0.0 environment 0 5.28 MB testing-library-bot
npm/@testing-library/user-event@14.5.1 None 0 444 kB testing-library-bot
npm/@tiptap/core@2.1.12 None 0 1.95 MB _bdbch
npm/@tiptap/extension-blockquote@2.1.12 None 0 18.2 kB _bdbch
npm/@tiptap/extension-bold@2.1.12 None 0 26.5 kB _bdbch
npm/@tiptap/extension-bubble-menu@2.1.12 None 0 91.3 kB _bdbch
npm/@tiptap/extension-bullet-list@2.1.12 None 0 44.3 kB _bdbch
npm/@tiptap/extension-code-block@2.1.12 None 0 77.4 kB _bdbch
npm/@tiptap/extension-code@2.1.12 None 0 19.7 kB _bdbch
npm/@tiptap/extension-document@2.1.12 None 0 4.95 kB _bdbch
npm/@tiptap/extension-dropcursor@2.1.12 None 0 8.2 kB _bdbch
npm/@tiptap/extension-floating-menu@2.1.12 None 0 63.3 kB _bdbch
npm/@tiptap/extension-gapcursor@2.1.12 None 0 11.5 kB _bdbch
npm/@tiptap/extension-hard-break@2.1.12 None 0 24.6 kB _bdbch
npm/@tiptap/extension-heading@2.1.12 None 0 26.9 kB _bdbch
npm/@tiptap/extension-history@2.1.12 None 0 17 kB _bdbch
npm/@tiptap/extension-horizontal-rule@2.1.12 None 0 30.4 kB _bdbch
npm/@tiptap/extension-italic@2.1.12 None 0 25.8 kB _bdbch
npm/@tiptap/extension-link@2.1.12 None 0 116 kB _bdbch
npm/@tiptap/extension-list-item@2.1.12 None 0 12.7 kB _bdbch
npm/@tiptap/extension-ordered-list@2.1.12 None 0 52.3 kB _bdbch
npm/@tiptap/extension-paragraph@2.1.12 None 0 12.5 kB _bdbch
npm/@tiptap/extension-placeholder@2.1.12 None 0 31.5 kB _bdbch
npm/@tiptap/extension-strike@2.1.12 None 0 24.3 kB _bdbch
npm/@tiptap/extension-table-cell@2.1.12 None 0 13.5 kB _bdbch
npm/@tiptap/extension-table-header@2.1.12 None 0 13.6 kB _bdbch
npm/@tiptap/extension-table-row@2.1.12 None 0 8.67 kB _bdbch
npm/@tiptap/extension-table@2.1.12 None 0 126 kB _bdbch
npm/@tiptap/extension-text@2.1.12 None 0 4.58 kB _bdbch
npm/@tiptap/pm@2.3.0 None 0 23.8 kB _bdbch
npm/@tiptap/react@2.1.12 None 0 212 kB _bdbch
npm/@tiptap/starter-kit@2.1.12 None 0 53 kB _bdbch
npm/@tsconfig/node10@1.0.9 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/aria-query@5.0.4 None 0 12 kB types
npm/@types/babel__core@7.20.5 None 0 33 kB types
npm/@types/babel__generator@7.6.8 None 0 11.4 kB types
npm/@types/babel__template@7.4.4 None 0 6.41 kB types
npm/@types/babel__traverse@7.20.5 None 0 84.1 kB types
npm/@types/body-parser@1.19.2 None 0 8.3 kB types
npm/@types/cacheable-request@6.0.3 None 0 9.28 kB types
npm/@types/connect@3.4.38 None 0 5.91 kB types
npm/@types/cookiejar@2.1.2 None 0 7.46 kB types
npm/@types/cors@2.8.13 None 0 6.49 kB types
npm/@types/diff@5.0.3 None 0 15.3 kB types
npm/@types/express-serve-static-core@4.17.35 None 0 45.5 kB types
npm/@types/express@4.17.17 None 0 8.29 kB types
npm/@types/formidable@2.0.6 None 0 18.7 kB types
npm/@types/graceful-fs@4.1.9 None 0 3.9 kB types
npm/@types/gunzip-maybe@1.4.0 None 0 2.84 kB types
npm/@types/hast@2.3.4 None 0 6.52 kB types
npm/@types/http-cache-semantics@4.0.4 None 0 9.28 kB types
npm/@types/http-errors@2.0.4 None 0 6.59 kB types
npm/@types/http-proxy@1.17.14 None 0 14.4 kB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/istanbul-lib-report@3.0.3 None 0 7.92 kB types
npm/@types/istanbul-reports@3.0.4 None 0 6.68 kB types
npm/@types/jest@26.0.24 Transitive: environment +8 389 kB types
npm/@types/jsdom@20.0.1 None +1 724 kB types
npm/@types/json5@0.0.29 None 0 3 kB types
npm/@types/jsonwebtoken@9.0.6 None 0 13.5 kB types
npm/@types/keyv@3.1.4 None 0 6.12 kB types
npm/@types/lodash.get@4.4.7 None 0 3.75 kB types
npm/@types/lodash@4.17.0 None 0 862 kB types
npm/@types/mdast@3.0.11 None 0 11.5 kB types
npm/@types/memoizee@0.4.6 None 0 4.76 kB types
npm/@types/mime@1.3.5 None 0 3.78 kB types
npm/@types/node@20.12.7 None 0 2.03 MB types
npm/@types/nodemailer@6.4.14 None 0 89.8 kB types
npm/@types/object.omit@3.0.3 None 0 3.96 kB types
npm/@types/object.pick@1.3.4 None 0 3.1 kB types
npm/@types/parse5@5.0.3 None 0 20.4 kB types
npm/@types/prettier@2.7.3 None 0 49.8 kB types
npm/@types/prop-types@15.7.12 None 0 6.71 kB types
npm/@types/qs@6.9.15 None 0 7.34 kB types
npm/@types/range-parser@1.2.7 None 0 4.62 kB types
npm/@types/react-dom@18.2.0 None 0 29.1 kB types
npm/@types/react-transition-group@4.4.10 None 0 18.5 kB types
npm/@types/react@18.2.14 None 0 363 kB types
npm/@types/responselike@1.0.3 None 0 4.6 kB types
npm/@types/retry@0.12.1 None 0 7.87 kB types
npm/@types/scheduler@0.23.0 None 0 5.52 kB types
npm/@types/send@0.17.4 None 0 9.85 kB types
npm/@types/serve-static@1.15.7 None 0 7.79 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/superagent@4.1.18 None 0 12.4 kB types
npm/@types/supertest@2.0.12 None 0 7.48 kB types
npm/@types/tar-fs@2.0.1 None 0 6.52 kB types
npm/@types/tar-stream@3.1.3 None 0 7.85 kB types
npm/@types/testing-library__jest-dom@5.14.9 None 0 35.4 kB types
npm/@types/throttle-debounce@2.1.0 None 0 7.25 kB types
npm/@types/tough-cookie@4.0.5 None 0 13.5 kB types
npm/@types/triple-beam@1.3.2 None 0 2.99 kB types
npm/@types/unist@2.0.10 None 0 8.56 kB types
npm/@types/uuid@9.0.7 None 0 6.65 kB types
npm/@types/xxhashjs@0.2.4 None 0 4.01 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/@types/yargs@16.0.9 None 0 53 kB types
npm/@urql/core@5.0.0 environment, network +1 1.08 MB philpl
npm/@urql/exchange-auth@2.1.6 environment 0 115 kB philpl
npm/@vercel/ncc@0.34.0 filesystem, unsafe 0 15.5 MB styfle
npm/@xmldom/xmldom@0.8.10 None 0 182 kB karfau
npm/abab@2.0.6 None 0 10.4 kB jeffcarp
npm/accepts@1.3.8 None 0 16.8 kB dougwilson
npm/ace-builds@1.31.1 None 0 51.9 MB nightwing
npm/acorn-globals@6.0.0 None +1 1.22 MB timothygu
npm/acorn-walk@7.2.0 None 0 100 kB marijn
npm/aggregate-error@3.1.0 None +1 11.1 kB sindresorhus
npm/ansi-align@3.0.1 None 0 7.68 kB nexdrew
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/are-passive-events-supported@1.1.1 None 0 5.05 kB andarist
npm/arg@4.1.3 None 0 12.9 kB qix
npm/argon2@0.30.3 None +1 564 kB ranisalt
npm/aria-query@5.1.3 None 0 176 kB jessebeach
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-flatten@1.1.1 None 0 4.42 kB blakeembrey
npm/array-includes@3.1.6 None 0 25 kB ljharb
npm/array.prototype.findlastindex@1.2.3 None 0 29.5 kB ljharb
npm/array.prototype.flat@1.3.1 None 0 18.2 kB ljharb
npm/array.prototype.flatmap@1.3.1 None 0 18.6 kB ljharb
npm/array.prototype.tosorted@1.1.1 None 0 18.1 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/astral-regex@2.0.0 None 0 3.4 kB kevva
npm/asynciterator.prototype@1.0.0 None 0 7.23 kB ljharb
npm/attr-accept@2.2.2 None 0 18.1 kB rolandjitsu
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.7.0 None 0 2.18 MB npmdeque
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/b4a@1.6.4 None 0 27.6 kB kasperisager
npm/babel-jest@27.5.1 environment 0 14.4 kB simenb
npm/babel-merge@3.0.0 None +1 197 kB eliperelman
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-jest-hoist@27.5.1 None 0 13.7 kB simenb
npm/babel-plugin-macros@3.1.0 None 0 38 kB kentcdodds
npm/babel-plugin-styled-components@2.1.4 filesystem 0 42.6 kB probablyup
npm/babel-preset-current-node-syntax@1.0.1 eval 0 5.46 kB nicolo-ribaudo
npm/babel-preset-jest@27.5.1 None 0 2.73 kB simenb
npm/bail@1.0.5 None 0 4.3 kB wooorm
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/big-integer@1.6.52 None 0 175 kB peterolson
npm/binary-extensions@2.2.0 None 0 5.36 kB sindresorhus
npm/bl@4.1.0 None 0 64.4 kB matteo.collina
npm/bluebird@3.4.7 environment, eval 0 611 kB esailija
npm/body-parser@1.20.1 network Transitive: environment, filesystem +2 118 kB dougwilson
npm/boolbase@1.0.0 None 0 1.33 kB feedic
npm/bowser@2.11.0 None 0 217 kB lancedikson
npm/boxen@5.1.2 None +2 40.8 kB sindresorhus
npm/bplist-parser@0.2.0 filesystem 0 47.9 kB joeferner
npm/browser-process-hrtime@1.0.0 None 0 3.52 kB kumavis
npm/browserify-zlib@0.1.4 None 0 142 kB devongovett
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/bs-logger@0.2.6 environment, filesystem 0 47.8 kB huafu
npm/bser@2.1.1 None 0 18 kB wez
npm/buffer-equal-constant-time@1.0.1 None 0 5.23 kB goinstant
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/builtin-modules@3.2.0 unsafe 0 4.46 kB sindresorhus
npm/bundle-name@3.0.0 None 0 3.13 kB sindresorhus
npm/busboy@1.6.0 None 0 124 kB mscdex
npm/bytes@3.1.2 None 0 12.3 kB dougwilson
npm/cacheable-lookup@5.0.4 network 0 23.9 kB szmarczak
npm/cacheable-request@6.1.0 network +3 49.2 kB lukechilds
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/callsites@3.1.0 None 0 6.33 kB sindresorhus
npm/camelize@1.0.1 None 0 12.5 kB ljharb
npm/caniuse-lite@1.0.30001612 None 0 2.05 MB caniuse-lite
npm/case-anything@2.1.13 None 0 38.6 kB mesqueeb
npm/ccount@1.1.0 None 0 4.5 kB wooorm
npm/char-regex@1.0.2 None 0 4.96 kB richienb
npm/character-entities-html4@1.1.4 None 0 9.04 kB wooorm
npm/character-entities-legacy@1.1.4 None 0 6.71 kB wooorm
npm/character-entities@1.2.4 None 0 47.7 kB wooorm
npm/character-reference-invalid@1.1.4 None 0 5.54 kB wooorm
npm/chokidar@3.5.3 environment, filesystem 0 90.1 kB paulmillr
npm/cjs-module-lexer@1.2.3 None 0 139 kB guybedford
npm/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/cli-boxes@2.2.1 None 0 6.14 kB sindresorhus
npm/cli-truncate@3.1.0 None 0 11.4 kB sindresorhus
npm/client-only@0.0.1 None 0 611 B sebmarkbage
npm/clone-response@1.0.3 None 0 4.53 kB sindresorhus
npm/clone@1.0.4 None 0 11.1 kB pvorb
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/co@4.6.0 None 0 16 kB jongleberry
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/color-string@1.9.1 None 0 10.1 kB qix
npm/color@3.2.1 None 0 16.6 kB qix
npm/colorette@2.0.20 None 0 17 kB jorgebucaran
npm/colorspace@1.1.4 None 0 3.58 kB 3rdeden
npm/comma-separated-tokens@1.0.8 None 0 6.35 kB wooorm
npm/component-emitter@1.3.0 None 0 8 kB nami-doc
npm/configstore@5.0.1 None 0 7.61 kB sindresorhus
npm/content-disposition@0.5.4 None +1 51.2 kB dougwilson
npm/content-type@1.0.5 None 0 10.5 kB dougwilson
npm/convert-source-map@1.9.0 filesystem 0 11.4 kB thlorenz
npm/cookie-signature@1.0.6 None 0 3.94 kB natevw
npm/cookie@0.5.0 None 0 23.1 kB dougwilson
npm/cookiejar@2.1.4 None 0 14.5 kB andyburke
npm/cors@2.8.5 None 0 20 kB dougwilson
npm/create-jest@29.7.0 Transitive: environment, eval, filesystem, unsafe +30 983 kB simenb
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/crelt@1.0.6 None 0 5.39 kB marijn

🚮 Removed packages: npm/cross-spawn@7.0.3, npm/currently-unhandled@0.4.1, npm/dargs@7.0.0, npm/date-fns@1.30.1, npm/dateformat@3.0.3, npm/debug@4.3.4, npm/decamelize-keys@1.1.1, npm/decamelize@1.2.0, npm/dedent@0.7.0, npm/define-lazy-prop@2.0.0, npm/delayed-stream@1.0.0, npm/delegates@1.0.0, npm/deprecation@2.3.1, npm/diff@5.2.0, npm/dir-glob@3.0.1, npm/doctrine@3.0.0, npm/dot-prop@6.0.1, npm/dotenv@10.0.0, npm/ejs@3.1.10, npm/emoji-regex@7.0.3, npm/encoding@0.1.13, npm/enquirer@2.3.6, npm/env-paths@2.2.1, npm/envinfo@7.12.0, npm/error-ex@1.3.2, npm/escalade@3.1.2, npm/escape-string-regexp@4.0.0, npm/eslint-config-prettier@8.10.0, npm/eslint-plugin-jest@27.9.0, npm/eslint-scope@5.1.1, npm/eslint-visitor-keys@3.4.3, npm/eslint@8.57.0, npm/espree@9.6.1, npm/esprima@4.0.1, npm/esquery@1.5.0, npm/esrecurse@4.3.0, npm/estraverse@5.3.0, npm/esutils@2.0.3, npm/execa@5.1.1, npm/exponential-backoff@3.1.1, npm/external-editor@3.1.0, npm/fast-deep-equal@3.1.3, npm/fast-glob@3.3.2, npm/fast-json-stable-stringify@2.1.0, npm/fastq@1.17.1, npm/figures@3.2.0, npm/file-entry-cache@6.0.1, npm/filelist@1.0.4, npm/fill-range@7.0.1, npm/find-up@5.0.0, npm/flat-cache@3.2.0, npm/flat@5.0.2, npm/flatted@3.3.1, npm/follow-redirects@1.15.6, npm/form-data@4.0.0, npm/fs-extra@9.1.0, npm/fs-minipass@2.1.0, npm/fs.realpath@1.0.0, npm/function-bind@1.1.2, npm/gauge@4.0.4, npm/get-caller-file@2.0.5, npm/get-pkg-repo@4.2.1, npm/get-port@5.1.1, npm/get-stream@6.0.1, npm/git-raw-commits@2.0.11, npm/git-remote-origin-url@2.0.0, npm/git-semver-tags@4.1.1, npm/git-up@7.0.0, npm/git-url-parse@13.1.1, npm/gitconfiglocal@1.0.0, npm/glob-parent@6.0.2, npm/glob@8.1.0, npm/globals@13.24.0, npm/globby@11.1.0, npm/graceful-fs@4.2.11, npm/graphemer@1.4.0, npm/handlebars@4.7.8, npm/hard-rejection@2.1.0, npm/has-flag@3.0.0, npm/has-unicode@2.0.1, npm/hasown@2.0.2, npm/hosted-git-info@5.2.1, npm/http-cache-semantics@4.1.1, npm/http-proxy-agent@5.0.0, npm/https-proxy-agent@5.0.1, npm/human-signals@2.1.0, npm/humanize-ms@1.2.1, npm/husky@7.0.4, npm/iconv-lite@0.4.24, npm/ignore-walk@5.0.1, npm/ignore@5.3.1, npm/import-fresh@3.3.0, npm/import-local@3.1.0, npm/imurmurhash@0.1.4, npm/indent-string@2.1.0, npm/infer-owner@1.0.4, npm/inflight@1.0.6, npm/inherits@2.0.4, npm/ini@1.3.8, npm/init-package-json@3.0.2, npm/inquirer@8.2.6, npm/is-arrayish@0.2.1, npm/is-ci@2.0.0, npm/is-core-module@2.13.1, npm/is-extglob@2.1.1, npm/is-fullwidth-code-point@2.0.0, npm/is-glob@4.0.3, npm/is-lambda@1.0.1, npm/is-obj@2.0.0, npm/is-path-inside@3.0.3, npm/is-plain-obj@1.1.0, npm/is-plain-object@5.0.0, npm/is-ssh@1.4.0, npm/is-stream@2.0.1, npm/is-text-path@1.0.1, npm/is-utf8@0.2.1, npm/is-windows@1.0.2, npm/isarray@1.0.0, npm/isexe@2.0.0, npm/isobject@3.0.1, npm/jake@10.8.7, npm/js-yaml@4.1.0, npm/json-buffer@3.0.1, npm/json-parse-even-better-errors@2.3.1, npm/json-schema-traverse@0.4.1, npm/json-stable-stringify-without-jsonify@1.0.1, npm/json-stringify-nice@1.1.4, npm/json-stringify-safe@5.0.1, npm/jsonc-parser@3.2.0, npm/jsonfile@6.1.0, npm/jsonparse@1.3.1, npm/keyv@4.5.4, npm/kind-of@6.0.3, npm/lerna@5.6.2, npm/levn@0.4.1, npm/libnpmaccess@6.0.4, npm/libnpmpublish@6.0.5, npm/lines-and-columns@2.0.4, npm/load-json-file@6.2.0, npm/locate-path@6.0.0, npm/lodash.ismatch@4.4.0, npm/lodash.merge@4.6.2, npm/lodash@4.17.21, npm/loud-rejection@1.6.0, npm/lru-cache@6.0.0, npm/make-dir@3.1.0, npm/make-fetch-happen@10.2.1, npm/manage-path@2.0.0, npm/map-obj@4.3.0, npm/meow@8.1.2, npm/merge-stream@2.0.0, npm/merge2@1.4.1, npm/micromatch@4.0.5, npm/mime-db@1.52.0, npm/mime-types@2.1.35, npm/mimic-fn@2.1.0, npm/minimatch@3.1.2, npm/minimist-options@4.1.0, npm/minimist@1.2.8, npm/minipass-collect@1.0.2, npm/minipass-fetch@2.1.2, npm/minipass-flush@1.0.5, npm/minipass-json-stream@1.0.1, npm/minipass-pipeline@1.2.4, npm/minipass-sized@1.0.3, npm/minipass@3.3.6, npm/minizlib@2.1.2, npm/mkdirp-infer-owner@2.0.0, npm/mkdirp@1.0.4, npm/modify-values@1.0.1, npm/ms@2.1.2, npm/multimatch@5.0.0, npm/mute-stream@0.0.8, npm/natural-compare-lite@1.4.0, npm/natural-compare@1.4.0, npm/ncp@2.0.0, npm/negotiator@0.6.3, npm/neo-async@2.6.2, npm/nested-error-stacks@1.0.2, npm/node-addon-api@3.2.1, npm/node-fetch@2.7.0, npm/node-gyp-build@4.8.0, npm/node-gyp@9.4.1, npm/nopt@5.0.0, npm/normalize-package-data@3.0.3, npm/npm-bundled@1.1.2, npm/npm-install-checks@5.0.0, npm/npm-normalize-package-bin@1.0.1, npm/npm-package-arg@8.1.1, npm/npm-packlist@5.1.3, npm/npm-pick-manifest@7.0.2, npm/npm-registry-fetch@13.3.1, npm/npm-run-path@4.0.1, npm/npmlog@6.0.2, npm/nps-utils@1.7.0, npm/nps@5.10.0, npm/nx@15.9.7, npm/object-assign@4.1.1, npm/once@1.4.0, npm/onetime@5.1.2, npm/open@8.4.2, npm/opn-cli@3.1.0, npm/optionator@0.9.3, npm/ora@5.4.1, npm/os-tmpdir@1.0.2, npm/p-limit@2.3.0, npm/p-locate@5.0.0, npm/p-map-series@2.1.0, npm/p-map@4.0.0, npm/p-pipe@3.1.0, npm/p-queue@6.6.2, npm/p-reduce@2.1.0, npm/p-try@1.0.0, npm/p-waterfall@2.1.1, npm/pacote@13.6.2, npm/parent-module@1.0.1, npm/parse-conflict-json@2.0.2, npm/parse-json@5.2.0, npm/parse-url@8.1.0, npm/path-exists@4.0.0, npm/path-is-absolute@1.0.1, npm/path-key@3.1.1, npm/path-type@4.0.0, npm/picomatch@2.3.1, npm/pify@5.0.0, npm/pinkie-promise@2.0.1, npm/pkg-dir@4.2.0, npm/prefix-matches@1.0.1, npm/prelude-ls@1.2.1, npm/prettier@2.8.8, npm/proc-log@2.0.1, npm/process-nextick-args@2.0.1, npm/promise-all-reject-late@1.0.1, npm/promise-call-limit@1.0.2, npm/promise-inflight@1.0.1, npm/promise-retry@2.0.1, npm/promzard@0.3.0, npm/proto-list@1.2.4, npm/protocols@2.0.1, npm/proxy-from-env@1.1.0, npm/pseudomap@1.0.2, npm/q@1.5.1, npm/quick-lru@4.0.1, npm/read-cmd-shim@3.0.1, npm/read-package-json-fast@2.0.3, npm/read-package-json@5.0.2, npm/read-pkg-up@3.0.0, npm/read-pkg@3.0.0, npm/read@1.0.7, npm/readable-stream@3.6.2, npm/readdir-scoped-modules@1.1.0, npm/readline-sync@1.4.10, npm/redent@3.0.0, npm/repeating@2.0.1, npm/require-directory@2.1.1, npm/require-main-filename@2.0.0, npm/resolve-cwd@3.0.0, npm/resolve-from@4.0.0, npm/resolve@1.22.8, npm/restore-cursor@3.1.0, npm/reusify@1.0.4, npm/rimraf@3.0.2, npm/run-async@2.4.1, npm/run-parallel@1.2.0, npm/rx@2.3.24, npm/rxjs@7.8.1, npm/safe-buffer@5.1.2, npm/safer-buffer@2.1.2, npm/semver@7.3.5, npm/set-blocking@2.0.0, npm/shallow-clone@3.0.1, npm/shebang-command@2.0.0, npm/shebang-regex@1.0.0, npm/signal-exit@3.0.7, npm/slash@3.0.0, npm/socks-proxy-agent@7.0.0, npm/source-map@0.6.1, npm/spawn-command-with-kill@1.0.2, npm/spawn-command@0.0.2, npm/split2@3.2.2, npm/split@1.0.1, npm/sprintf-js@1.0.3, npm/ssri@9.0.1, npm/string-width@4.2.3, npm/string_decoder@1.1.1, npm/strip-ansi@6.0.1, npm/strip-bom@4.0.0, npm/strip-final-newline@2.0.0, npm/strip-indent@1.0.1, npm/strip-json-comments@3.1.1, npm/strong-log-transformer@2.1.0, npm/supports-color@7.2.0, npm/tar-stream@2.2.0, npm/tar@6.2.1, npm/temp-dir@1.0.0, npm/text-extensions@1.9.0, npm/text-table@0.2.0, npm/through2@4.0.2, npm/through@2.3.8, npm/tmp@0.2.3, npm/to-regex-range@5.0.1, npm/tree-kill@1.2.2, npm/treeverse@2.0.0, npm/trim-newlines@3.0.1, npm/tsconfig-paths@4.2.0, npm/tslib@2.6.2, npm/tsutils@3.21.0, npm/type-check@0.4.0, npm/type-detect@4.0.8, npm/type-fest@0.20.2, npm/typedarray@0.0.6, npm/typescript@4.9.5, npm/typescript@5.4.5, npm/uglify-js@3.17.4, npm/unique-filename@2.0.1, npm/universal-user-agent@6.0.1, npm/universalify@2.0.1, npm/upath@2.0.1, npm/uri-js@4.4.1, npm/util-deprecate@1.0.2, npm/uuid@8.3.2, npm/v8-compile-cache@2.3.0, npm/validate-npm-package-license@3.0.4, npm/validate-npm-package-name@4.0.0, npm/walk-up-path@1.0.0, npm/wcwidth@1.0.1, npm/whatwg-url@5.0.0, npm/which-module@2.0.1, npm/which@2.0.2, npm/wide-align@1.1.5, npm/wordwrap@1.0.0, npm/wrap-ansi@6.2.0, npm/wrappy@1.0.2, npm/write-file-atomic@4.0.2, npm/write-json-file@4.3.0, npm/write-pkg@4.0.0, npm/xtend@4.0.2, npm/y18n@4.0.3, npm/yallist@4.0.0, npm/yaml@1.10.2, npm/yargs-parser@20.2.4, npm/yargs@16.2.0

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/argon2@0.30.3
  • Install script: install
  • Source: node-pre-gyp install --fallback-to-build
Install scripts npm/@swc/core@1.5.0
  • Install script: postinstall
  • Source: node postinstall.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/argon2@0.30.3
  • @SocketSecurity ignore npm/@swc/core@1.5.0

Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2024

Superseded by #1400.

@dependabot dependabot bot closed this May 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-cc3d38fb69 branch May 23, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants