SocialGouv / cdtn-admin

Veille & administration des contenus pour le code du travail numérique
https://cdtn-admin.fabrique.social.gouv.fr
6 stars 1 forks source link

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

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

https://github.com/sindresorhus/got/compare/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

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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.7.2

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

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
    sonarcloud[bot] commented 4 months ago
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/@babel/code-frame@7.24.2 environment 0 24.1 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.3 None 0 63.8 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.24.5 None 0 49.2 kB nicolo-ribaudo
npm/@babel/highlight@7.24.5 environment +3 83.6 kB nicolo-ribaudo
npm/@babel/types@7.24.5 environment 0 2.41 MB nicolo-ribaudo
npm/@cspotcode/source-map-support@0.8.1 filesystem +1 194 kB cspotcode
npm/@emotion/hash@0.9.1 environment 0 10.2 kB emotion-release-bot
npm/@emotion/memoize@0.8.1 environment 0 4.29 kB emotion-release-bot
npm/@emotion/sheet@1.2.2 environment 0 30.8 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/@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/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@swc/helpers@0.5.2 None 0 228 kB kdy1
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/json5@0.0.29 None 0 3 kB types
npm/@types/node@16.18.97 None 0 1.8 MB types
npm/@types/node@20.12.12 None 0 2.06 MB 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/react-dom@18.3.0 None 0 37.8 kB types
npm/@types/react-transition-group@4.4.10 None 0 18.5 kB types
npm/@types/react@18.3.2 None 0 436 kB types
npm/@types/unist@2.0.10 None 0 8.56 kB types
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/arg@4.1.3 None 0 12.9 kB qix
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/asynckit@0.4.0 None 0 27.4 kB alexindigo
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/axios@1.7.2 network 0 2.08 MB jasonsaayman
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/babel-plugin-macros@3.1.0 None 0 38 kB kentcdodds
npm/big-integer@1.6.52 None 0 175 kB peterolson
npm/boolbase@1.0.0 None 0 1.33 kB feedic
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/busboy@1.6.0 None 0 124 kB mscdex
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/callsites@3.1.0 None 0 6.33 kB sindresorhus
npm/caniuse-lite@1.0.30001621 None 0 2.06 MB caniuse-lite
npm/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/client-only@0.0.1 None 0 611 B sebmarkbage
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/combined-stream@1.0.8 None 0 11.5 kB alexindigo
npm/convert-source-map@1.9.0 filesystem 0 11.4 kB thlorenz
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/csstype@3.1.3 None 0 1.25 MB faddee
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/deepmerge@4.3.1 None 0 31.2 kB tehshrike
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/delayed-stream@1.0.0 None 0 8.02 kB apechimp
npm/dequal@2.0.3 None 0 14.2 kB lukeed
npm/detect-node-es@1.1.0 None 0 3.21 kB kashey
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/dom-helpers@5.2.1 None 0 127 kB monastic.panic
npm/duplexify@3.7.1 None 0 17.1 kB mafintosh
npm/eastasianwidth@0.2.0 None 0 13.6 kB komagata
npm/electron-to-chromium@1.4.777 None 0 290 kB kilianvalkhof
npm/end-of-stream@1.4.4 None 0 6.23 kB mafintosh
npm/entities@4.5.0 None 0 413 kB feedic
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/es-to-primitive@1.2.1 None 0 40.4 kB ljharb
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/eslint-import-resolver-node@0.3.9 Transitive: environment +1 58.5 kB ljharb
npm/eslint-import-resolver-typescript@3.6.1 None 0 45.1 kB jounqin
npm/eslint-module-utils@2.8.1 None 0 51.1 kB ljharb
npm/eventemitter3@4.0.7 None 0 38 kB lpinca
npm/extend@3.0.2 None 0 23.5 kB ljharb
npm/fast-fifo@1.3.2 None 0 5.07 kB mafintosh
npm/fast-levenshtein@2.0.6 None 0 9.44 kB hiddentao
npm/find-root@1.1.0 filesystem 0 5.27 kB jsdnxx
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/form-data@4.0.0 filesystem, network 0 43.4 kB niftylettuce
npm/fsevents@2.3.3 None 0 173 kB pipobscure
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-nonce@1.0.1 None 0 5.26 kB kashey
npm/get-tsconfig@4.7.5 filesystem, unsafe 0 101 kB hirokiosame
npm/globalthis@1.0.4 None 0 23.7 kB ljharb
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hoist-non-react-statics@3.3.2 None 0 38.9 kB mridgway
npm/invariant@2.2.4 None 0 7.64 kB zertosh
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-finalizationregistry@1.0.2 None 0 12.7 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-number@7.0.0 None 0 9.62 kB jonschlinkert
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/iterator.prototype@1.1.2 None 0 10.1 kB ljharb
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/json5@2.2.3 None 0 235 kB jordanbtucker
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/language-subtag-registry@0.3.23 None 0 1.54 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/lodash.isequal@4.5.0 None 0 52.7 kB jdalton
npm/loose-envify@1.4.0 environment 0 5.81 kB zertosh
npm/make-error@1.3.6 None 0 12.4 kB julien-f
npm/mime-db@1.52.0 None 0 206 kB dougwilson
npm/mime-types@2.1.35 None 0 18.3 kB dougwilson
npm/mime@1.6.0 environment, filesystem 0 51.7 kB broofa
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/nth-check@2.1.1 None 0 42.6 kB feedic
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object-keys@1.1.1 None 0 26.5 kB ljharb
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/path-parse@1.0.7 None 0 4.51 kB jbgutierrez
npm/picocolors@1.0.1 environment 0 5.15 kB alexeyraspopov
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.31 environment, filesystem 0 197 kB ai
npm/prop-types@15.8.1 environment 0 94.5 kB ljharb
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/punycode@2.3.1 None 0 33.5 kB google-wombot
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/queue-tick@1.0.1 None 0 3.03 kB mafintosh
npm/react-dom@18.3.1 environment 0 4.51 MB react-bot
npm/react-is@16.13.1 environment 0 24 kB acdlite
npm/react-remove-scroll-bar@2.3.6 None 0 25 kB kashey
npm/react-style-singleton@2.2.1 None 0 18.3 kB kashey
npm/react-transition-group@4.4.5 environment 0 244 kB eps1lon
npm/react@18.3.1 environment 0 318 kB react-bot
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/resolve-pkg-maps@1.0.0 None 0 15 kB hirokiosame
npm/retry@0.12.0 None 0 32.2 kB tim-kos
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/semver@7.5.2 None 0 92.6 kB npm-cli-ops
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/socks@2.8.3 network 0 156 kB joshglazebrook
npm/source-map-js@1.2.0 None 0 140 kB 7rulnik
npm/stream-shift@1.0.3 None 0 4.46 kB mafintosh
npm/streamsearch@1.1.0 None 0 16.6 kB mscdex
npm/styled-jsx@5.1.1 environment 0 1.03 MB vercel-release-bot
npm/stylis@4.2.0 None 0 134 kB andarist
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/tapable@2.2.1 None 0 46.9 kB sokra
npm/tiny-warning@1.0.3 None 0 8.31 kB alexreardon
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/tr46@0.0.3 None 0 268 kB sebmaster
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.2 None 0 20.3 kB ljharb
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/update-browserslist-db@1.0.16 environment, filesystem, shell 0 15.5 kB ai
npm/use-callback-ref@1.3.2 None 0 51.8 kB kashey
npm/use-isomorphic-layout-effect@1.1.2 environment 0 4.81 kB andarist
npm/use-sidecar@1.1.2 None 0 49.5 kB kashey
npm/v8-compile-cache-lib@3.0.1 environment, filesystem, unsafe 0 18.2 kB cspotcode
npm/webidl-conversions@3.0.1 None 0 12.4 kB sebmaster
npm/which-boxed-primitive@1.0.2 None 0 15 kB ljharb
npm/which-builtin-type@1.1.3 None 0 23.7 kB ljharb
npm/which-collection@1.0.2 None 0 20.1 kB ljharb
npm/which-typed-array@1.1.15 None 0 40.7 kB ljharb
npm/word-wrap@1.2.5 None 0 11.8 kB jonschlinkert
npm/yn@3.1.1 None 0 6.31 kB sindresorhus
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/@hutson/parse-repository-url@3.0.2, npm/@tootallnate/once@2.0.0, npm/@types/minimist@1.2.5, npm/@types/normalize-package-data@2.4.4, npm/abbrev@1.1.1, npm/add-stream@1.0.0, npm/agent-base@6.0.2, npm/agentkeepalive@4.5.0, npm/ansi-escapes@4.3.2, npm/ansi-regex@4.1.1, npm/any-shell-escape@0.1.1, npm/aproba@2.0.0, npm/are-we-there-yet@3.0.1, npm/array-differ@3.0.0, npm/array-ify@1.0.0, npm/array-uniq@1.0.3, npm/arrify@1.0.1, npm/async@3.2.5, npm/at-least-node@1.0.0, npm/builtins@1.0.3, npm/camelcase-keys@6.2.2, npm/camelcase@5.3.1, npm/chardet@0.7.0, npm/ci-info@2.0.0, npm/cli-cursor@3.1.0, npm/cli-width@3.0.0, npm/cliui@5.0.0, npm/color-support@1.1.3, npm/commander@2.6.0, npm/common-tags@1.8.2, npm/compare-func@2.0.0, npm/concurrently@3.6.1, npm/console-control-strings@1.1.0, npm/conventional-changelog-preset-loader@2.3.4, npm/conventional-changelog-writer@5.0.1, npm/conventional-commits-filter@2.0.7, npm/conventional-commits-parser@3.2.4, npm/cp-file@3.2.0, npm/cpy-cli@1.0.1, npm/cpy@4.0.1, npm/cross-env@3.2.4, npm/currently-unhandled@0.4.1, npm/dargs@7.0.0, npm/date-fns@1.30.1, npm/dateformat@3.0.3, npm/decamelize-keys@1.1.1, npm/decamelize@1.2.0, npm/delegates@1.0.0, npm/emoji-regex@7.0.3, npm/encoding@0.1.13, npm/esprima@4.0.1, npm/external-editor@3.1.0, npm/figures@3.2.0, npm/filelist@1.0.4, npm/gauge@4.0.4, npm/get-caller-file@2.0.5, npm/get-pkg-repo@4.2.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/gitconfiglocal@1.0.0, npm/handlebars@4.7.8, npm/hard-rejection@2.1.0, 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/iconv-lite@0.4.24, npm/ignore-walk@5.0.1, npm/indent-string@2.1.0, npm/ini@1.3.8, npm/is-fullwidth-code-point@2.0.0, npm/is-obj@2.0.0, npm/is-plain-obj@1.1.0, npm/is-ssh@1.4.0, npm/is-text-path@1.0.1, npm/jake@10.9.1, npm/json-stringify-safe@5.0.1, npm/jsonfile@6.1.0, npm/jsonparse@1.3.1, npm/jsonstream@1.3.5, npm/lodash.ismatch@4.4.0, npm/loud-rejection@1.6.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/minimist-options@4.1.0, npm/minipass-fetch@2.1.2, npm/minipass-json-stream@1.0.1, npm/minipass-sized@1.0.3, npm/minizlib@2.1.2, npm/modify-values@1.0.1, npm/mute-stream@0.0.8, npm/ncp@2.0.0, npm/neo-async@2.6.2, npm/nested-error-stacks@1.0.2, npm/normalize-package-data@3.0.3, npm/npm-run-path@4.0.1, npm/onetime@5.1.2, npm/opn-cli@3.1.0, 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-try@1.0.0, npm/parse-json@5.2.0, npm/parse-url@8.1.0, npm/pinkie-promise@2.0.1, npm/pkg-dir@4.2.0, npm/prefix-matches@1.0.1, npm/promzard@0.3.0, npm/proto-list@1.2.4, npm/protocols@2.0.1, npm/pseudomap@1.0.2, npm/q@1.5.1, npm/quick-lru@4.0.1, npm/read-pkg-up@3.0.0, npm/read-pkg@3.0.0, npm/read@1.0.7, 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/restore-cursor@3.1.0, npm/run-async@2.4.1, npm/rx@2.3.24, npm/rxjs@7.8.1, npm/semver@7.3.5, npm/set-blocking@2.0.0, npm/shebang-regex@1.0.0, npm/socks-proxy-agent@7.0.0, 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/string-width@4.2.3, npm/strip-bom@4.0.0, npm/strip-final-newline@2.0.0, npm/strip-indent@1.0.1, npm/text-extensions@1.9.0, npm/through@2.3.8, npm/tree-kill@1.2.2, npm/trim-newlines@3.0.1, npm/type-detect@4.0.8, npm/uglify-js@3.17.4, npm/wcwidth@1.0.1, npm/which-module@2.0.1, npm/wide-align@1.1.5, npm/wordwrap@1.0.0, npm/wrap-ansi@6.2.0, npm/y18n@4.0.3

View full report↗︎

dependabot[bot] commented 4 months ago

Superseded by #1401.