Typescript-TDD / ts-auto-mock

Typescript transformer to unlock automatic mock creation for interfaces and classes
https://typescript-tdd.github.io/ts-auto-mock
MIT License
600 stars 16 forks source link

chore(deps): bump the npm_and_yarn group across 1 directory with 11 updates #1574

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the npm_and_yarn group with 10 updates in the /ui directory:

Package From To
lodash-es 4.17.15 4.17.21
minimist 0.2.1 0.2.4
ip 1.1.5 1.1.9
@babel/traverse 7.7.4 7.24.1
browserify-sign 4.0.4 4.2.3
decode-uri-component 0.2.0 0.2.2
express 4.17.1 4.19.2
follow-redirects 1.5.10 1.15.6
gatsby 2.24.57 2.32.13
qs 6.5.2 6.5.3

Updates lodash-es from 4.17.15 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash-es since your current version.


Updates minimist from 0.2.1 to 0.2.4

Changelog

Sourced from minimist's changelog.

v0.2.4 - 2023-02-24

Commits

  • [Tests] check side-effects of pollution protection 3dbebff
  • [Robustness] rework isConstructorOrProto 34e20b8
  • [Dev Deps] update tape d031f9b

v0.2.3 - 2023-02-09

Merged

Fixed

Commits

  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 36ac5d0
  • [eslint] fix indentation 34b0f1c
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] add missing npmignore dev dep 3226afa

v0.2.2 - 2022-10-10

Commits

  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [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
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
Commits
  • 8c6be48 v0.2.4
  • d031f9b [Dev Deps] update tape
  • 3dbebff [Tests] check side-effects of pollution protection
  • 34e20b8 [Robustness] rework isConstructorOrProto
  • 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
  • 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 ip from 1.1.5 to 1.1.9

Commits


Updates @babel/traverse from 7.7.4 to 7.24.1

Release notes

Sourced from @​babel/traverse's releases.

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

:microscope: Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

:rocket: New Feature

  • babel-standalone

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript
  • babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env

:microscope: Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

v7.24.0 (2024-02-28)

:rocket: New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow

... (truncated)

Commits


Updates browserify-sign from 4.0.4 to 4.2.3

Changelog

Sourced from browserify-sign's changelog.

v4.2.3 - 2024-03-05

Commits

v4.2.2 - 2023-10-25

Fixed

Commits

  • Only apps should have lockfiles 09a8995
  • [eslint] switch to eslint 83fe463
  • [meta] add npmignore and auto-changelog 4418183
  • [meta] fix package.json indentation 9ac5a5e
  • [Tests] migrate from travis to github actions d845d85
  • [Fix] sign: throw on unsupported padding scheme 8767739
  • [Fix] properly check the upper bound for DSA signatures 85994cd
  • [Tests] handle openSSL not supporting a scheme f5f17c2
  • [Deps] update bn.js, browserify-rsa, elliptic, parse-asn1, readable-stream, safe-buffer a67d0eb
  • [Dev Deps] update nyc, standard, tape cc5350b
  • [Tests] always run coverage; downgrade nyc 75ce1d5
  • [meta] add safe-publish-latest dcf49ce
  • [Tests] add npm run posttest 75dd8fd
  • [Dev Deps] update tape 3aec038
  • [Tests] skip unsupported schemes 703c83e
  • [Tests] node < 6 lacks array includes 3aa43cf
  • [Dev Deps] fix eslint range 98d4e0d

v4.2.1 - 2020-08-04

Merged

v4.2.0 - 2020-05-18

Merged

... (truncated)

Commits
  • bf2c3ec v4.2.3
  • 9247adf [patch] widen support to 0.12
  • f427270 [Deps] update `parse-asn1
  • 87f3a35 [Dev Deps] update aud, npmignore, tape
  • fb261ce [Deps] update elliptic
  • 4d0ee49 [patch] drop minimum node support to v1
  • 9e2bf12 [Deps] pin hash-base to ~3.0, due to a breaking change
  • 168e16f [Deps] pin elliptic due to a breaking change
  • 37a4758 [actions] remove redundant finisher
  • 4af5a90 v4.2.2
  • Additional commits viewable in compare view
Maintainer changes

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


Updates decode-uri-component from 0.2.0 to 0.2.2

Release notes

Sourced from decode-uri-component's releases.

v0.2.2

  • Prevent overwriting previously decoded tokens 980e0bf

https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2

v0.2.1

  • Switch to GitHub workflows 76abc93
  • Fix issue where decode throws - fixes #6 746ca5d
  • Update license (#1) 486d7e2
  • Tidelift tasks a650457
  • Meta tweaks 66e1c28

https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1

Commits


Updates express from 4.17.1 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get

... (truncated)

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • Additional commits viewable in compare view
Maintainer changes

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


Updates follow-redirects from 1.5.10 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view


Updates gatsby from 2.24.57 to 2.32.13

Release notes

Sourced from gatsby's releases.

v2.32 (February 2021 #1)

Welcome to gatsby@2.32.0 release (February 2021. 1)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v2.31 (January 2021 #2)

Welcome to gatsby@2.31.0 release (January 2021 #2)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v2.30 (January 2021 #1)

Welcome to gatsby@2.30.0 release (January 2021 #‎1)

See full release notes

Key highlights of this release:

socket-security[bot] commented 5 months ago

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

Package New capabilities Transitives Size Publisher
npm/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@babel/helper-define-polyfill-provider@0.6.1 unsafe 0 221 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1 None 0 7.74 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1 None 0 10.7 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1 None 0 25.1 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2 None 0 16.3 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-static-block@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.24.1 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-attributes@7.24.1 None 0 5.12 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-meta@7.10.4 None 0 2.56 kB jlhwung
npm/@babel/plugin-syntax-private-property-in-object@7.14.5 None 0 2.82 kB nicolo-ribaudo
npm/@babel/plugin-syntax-unicode-sets-regex@7.18.6 None 0 3.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-generator-functions@7.24.3 None 0 20.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-properties@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-static-block@7.24.1 None 0 10.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-dynamic-import@7.24.1 None 0 6.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-export-namespace-from@7.24.1 None 0 8.19 kB nicolo-ribaudo
npm/@babel/plugin-transform-json-strings@7.24.1 None 0 5.96 kB nicolo-ribaudo
npm/@babel/plugin-transform-logical-assignment-operators@7.24.1 None 0 8.65 kB nicolo-ribaudo
npm/@babel/plugin-transform-nullish-coalescing-operator@7.24.1 None 0 9.15 kB nicolo-ribaudo
npm/@babel/plugin-transform-numeric-separator@7.24.1 None 0 5.47 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-rest-spread@7.24.1 None 0 72.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-catch-binding@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-chaining@7.24.1 None 0 38 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-methods@7.24.1 None 0 4.69 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-property-in-object@7.24.1 None 0 20 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-property-regex@7.24.1 None 0 5 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-sets-regex@7.24.1 None 0 4.67 kB nicolo-ribaudo
npm/@babel/regjsgen@0.8.0 None 0 15.4 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None 0 615 kB nicolo-ribaudo
npm/@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2 None 0 12.7 kB endemolshinegroupbot
npm/@graphql-tools/batch-execute@7.1.2 None 0 174 kB ardatan
npm/@graphql-tools/delegate@7.1.5 None 0 991 kB ardatan
npm/@graphql-tools/graphql-file-loader@6.2.7 filesystem 0 50.4 kB ardatan
npm/@graphql-tools/import@6.7.18 filesystem 0 66.9 kB ardatan
npm/@graphql-tools/json-file-loader@6.2.6 filesystem 0 47.6 kB ardatan
npm/@graphql-tools/load@6.2.8 None 0 353 kB ardatan
npm/@graphql-tools/merge@6.2.14 None 0 704 kB ardatan
npm/@graphql-tools/url-loader@6.10.1 network 0 322 kB ardatan
npm/@graphql-tools/wrap@7.0.8 None 0 1.07 MB ardatan
npm/@graphql-typed-document-node/core@3.2.0 None 0 2.96 kB dotansimha
npm/@iarna/toml@2.2.5 eval 0 99 kB iarna
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/@microsoft/fetch-event-source@2.0.1 network 0 62.2 kB vishwam
npm/@sideway/address@4.1.5 None 0 55.9 kB marsup
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/@types/acorn@4.0.6 None 0 9.88 kB types
npm/@types/component-emitter@1.2.14 None 0 3.9 kB types
npm/@types/cookie@0.4.1 None 0 8.98 kB types
npm/@types/cors@2.8.17 None 0 5.91 kB types
npm/@types/estree-jsx@1.0.5 None 0 5.77 kB types
npm/@types/estree@1.0.5 None 0 25.7 kB types
npm/@types/json-patch@0.0.30 None 0 3.57 kB types
npm/@types/ms@0.7.34 None 0 3.2 kB types
npm/@types/websocket@1.0.2 None 0 32.3 kB types
npm/abort-controller@3.0.0 None 0 76.3 kB mysticatea
npm/anser@2.1.1 None 0 48.9 kB ionicabizau
npm/ansi-html-community@0.0.8 None 0 20.1 kB mahdyar
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/array.prototype.reduce@1.0.7 None 0 30.6 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/babel-plugin-lodash@3.3.4 filesystem, unsafe 0 25.6 kB jdalton
npm/babel-plugin-polyfill-corejs2@0.4.10 None 0 81.5 kB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs3@0.10.4 None 0 207 kB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.6.1 None 0 9.74 kB nicolo-ribaudo
npm/body-parser@1.20.2 network 0 60.8 kB dougwilson
npm/browserify-sign@4.2.3 None 0 15.8 kB ljharb
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/cookie@0.4.2 None 0 19.7 kB dougwilson
npm/cosmiconfig-toml-loader@1.0.0 None 0 3.52 kB danielrearden
npm/create-gatsby@0.5.1 environment, filesystem, network, shell 0 219 kB vladar
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/decode-named-character-reference@1.0.2 None 0 9 kB wooorm
npm/decode-uri-component@0.2.2 None 0 6.09 kB samverschueren
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/dequal@2.0.3 None 0 14.2 kB lukeed
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/es-array-method-boxes-properly@1.0.0 None 0 3.86 kB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es6-weak-map@2.0.3 None 0 12.5 kB medikoo
npm/estree-util-is-identifier-name@2.1.0 None 0 17.4 kB wooorm
npm/estree-util-visit@1.2.1 None 0 22.2 kB wooorm
npm/event-emitter@0.3.5 None 0 27.2 kB medikoo
npm/event-target-shim@5.0.1 None 0 189 kB mysticatea
npm/express@4.19.2 environment, filesystem, network 0 215 kB wesleytodd
npm/extract-files@9.0.0 None 0 26 kB jaydenseric
npm/fast-copy@2.1.7 None 0 119 kB planttheidea
npm/fastest-levenshtein@1.0.16 None 0 21.3 kB ka-weihe
npm/for-each@0.3.3 None 0 13 kB ljharb
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/gatsby-plugin-utils@0.9.0 None 0 164 kB ascorbic
npm/gatsby-source-filesystem@2.3.1 environment 0 75.6 kB sidharthachatterjee
npm/gatsby-theme-docz@2.3.1 None 0 79.4 kB rakannimer
npm/gatsby@2.32.13 environment, filesystem 0 11.4 MB pieh
npm/gauge@2.7.4 None 0 48.3 kB iarna
npm/gaze@1.1.3 filesystem 0 25.9 kB shama
npm/gensync@1.0.0-beta.1 None 0 28.3 kB loganfsmyth
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-node-dimensions@1.2.1 None 0 17.7 kB souporserious
npm/get-own-enumerable-property-symbols@3.0.2 None 0 4.7 kB mightyiam
npm/get-pkg-repo@4.1.1 None 0 16.1 kB hutson
npm/get-port@3.2.0 network 0 3.35 kB sindresorhus
npm/get-stdin@4.0.1 None 0 1.94 kB sindresorhus
npm/get-stream@4.1.0 None 0 7.88 kB sindresorhus
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/get-value@2.0.6 None 0 3.71 kB jonschlinkert
npm/getpass@0.1.7 filesystem 0 5.67 kB arekinath
npm/git-up@4.0.2 None 0 9.12 kB ionicabizau
npm/github-slugger@1.2.1 None 0 5.64 kB flet
npm/glob-parent@3.1.0 None 0 6.04 kB es128
npm/glob-to-regexp@0.3.0 None 0 17.6 kB nickfitzgerald
npm/glob@7.1.6 filesystem 0 56.1 kB isaacs
npm/global-dirs@0.1.1 environment, filesystem 0 5.86 kB sindresorhus
npm/global-modules@1.0.0 None 0 6.52 kB jonschlinkert
npm/global-prefix@1.0.2 environment, filesystem 0 8.59 kB phated
npm/global@4.4.0 None 0 3.47 kB raynos
npm/globals@11.12.0 None 0 39.8 kB sindresorhus
npm/globalthis@1.0.3 None 0 22.4 kB ljharb
npm/globby@10.0.2 filesystem 0 22 kB sindresorhus
npm/globule@1.3.1 filesystem 0 15.1 kB vladikoff
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/got@9.6.0 filesystem, network 0 85.4 kB sindresorhus
npm/graceful-fs@4.2.3 environment, filesystem 0 27.6 kB isaacs
npm/graphql-compose@6.3.8 None 0 2.85 MB nodkz
npm/graphql-playground-html@1.6.27 None 0 32.6 kB acao
npm/graphql-playground-middleware-express@1.7.20 None 0 8.48 kB acao
npm/graphql-subscriptions@1.1.0 None 0 51.1 kB apollo-bot
npm/graphql-type-json@0.3.2 None 0 11.3 kB taion
npm/graphql-ws@4.9.0 None 0 260 kB enisdenjo
npm/graphql@14.7.0 None 0 1.83 MB i1g
npm/gray-matter@4.0.2 eval, filesystem 0 38.4 kB rmassaioli
npm/gray-percentage@2.0.0 None 0 283 kB kylemathews
npm/gud@1.0.0 None 0 1.16 kB thejameskyle
npm/gzip-size@3.0.0 None 0 3.75 kB sindresorhus
npm/handle-thing@2.0.1 None 0 12.1 kB indutny
npm/happypack@5.0.1 environment, filesystem, shell 0 86.8 kB amireh
npm/har-schema@2.0.0 None 0 15.1 kB ahmadnassri
npm/har-validator@5.1.3 None 0 8.23 kB ahmadnassri
npm/hard-rejection@2.1.0 None 0 5.14 kB sindresorhus
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-cors@1.1.0 None 0 2.71 kB shtylman
npm/has-flag@3.0.0 None 0 3.13 kB sindresorhus
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbol-support-x@1.4.2 None 0 16.7 kB xotic750
npm/has-symbols@1.0.1 None 0 15.5 kB ljharb
npm/has-to-string-tag-x@1.4.1 None 0 15.1 kB xotic750
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/has-value@1.0.0 None 0 7.62 kB jonschlinkert
npm/has-values@1.0.0 None 0 7.88 kB jonschlinkert
npm/has-yarn@2.1.0 filesystem 0 3.39 kB sindresorhus
npm/hash-base@3.0.4 None 0 6.03 kB dcousens
npm/hash.js@1.1.7 None 0 41.7 kB indutny
npm/hasha@5.2.0 filesystem 0 16 kB sindresorhus
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/hast-to-hyperscript@7.0.4 None 0 16.2 kB wooorm
npm/hast-util-from-parse5@5.0.3 None 0 14.1 kB wooorm
npm/hast-util-has-property@1.0.3 None 0 6.35 kB wooorm
npm/hast-util-is-element@1.0.3 None 0 6.94 kB wooorm
npm/hast-util-parse-selector@2.2.4 None 0 7.57 kB wooorm
npm/hast-util-raw@5.0.2 None 0 14.7 kB wooorm
npm/hast-util-to-parse5@5.1.2 None 0 10 kB wooorm
npm/hast-util-to-string@1.0.2 None 0 4.08 kB wooorm
npm/hastscript@5.1.2 None 0 17.3 kB wooorm
npm/he@1.2.0 None 0 124 kB mathias
npm/header-case@1.0.1 None 0 3.94 kB blakeembrey
npm/hex-color-regex@1.1.0 None 0 22.6 kB tunnckocore
npm/history@4.10.1 environment 0 122 kB mjackson
npm/hmac-drbg@1.0.1 None 0 25 kB indutny
npm/hoist-non-react-statics@3.3.1 None 0 38.5 kB mridgway
npm/homedir-polyfill@1.0.3 environment, filesystem 0 8.05 kB doowb
npm/hosted-git-info@2.8.5 None 0 23.3 kB isaacs
npm/hpack.js@2.1.6 None 0 86.9 kB indutny
npm/hsl-regex@1.0.0 None 0 4.66 kB johno
npm/hsla-regex@1.0.0 None 0 4.78 kB johno
npm/html-comment-regex@1.1.2 None 0 2.97 kB stevemao
npm/html-entities@1.2.1 None 0 63.5 kB mdevils
npm/html-minifier@3.5.21 None 0 95.9 kB mathias
npm/html-void-elements@1.0.5 None 0 4.78 kB wooorm
npm/htmlparser2@3.10.1 network 0 55 kB feedic
npm/http-assert@1.4.1 network 0 8.75 kB dougwilson
npm/http-cache-semantics@4.1.0 None 0 36.2 kB kornel
npm/http-deceiver@1.2.7 None 0 13.9 kB indutny
npm/http-errors@1.7.2 None 0 17.1 kB dougwilson
npm/http-parser-js@0.4.10 None 0 19 kB jimbly
npm/http-proxy-middleware@0.19.1 network 0 47.7 kB chimurai
npm/http-proxy@1.18.1 network 0 232 kB jcrugzz
npm/http-signature@1.2.0 network 0 48.4 kB arekinath
npm/https-browserify@1.0.0 network 0 2.79 kB feross
npm/human-signals@1.1.1 None 0 42.4 kB ehmicky
npm/humanize-string@2.1.0 None 0 3.8 kB sindresorhus
npm/iconv-lite@0.4.24 None 0 336 kB ashtuchkin
npm/icss-replace-symbols@1.1.0 None 0 3.03 kB geelen
npm/icss-utils@2.1.0 None 0 8.4 kB trysound
npm/idb-keyval@3.2.0 None 0 26 kB jaffathecake
npm/ieee754@1.1.13 None 0 6.25 kB feross
npm/iferr@0.1.5 None 0 5.43 kB nadav
npm/image-size@0.5.5 filesystem 0 19.2 kB netroy
npm/import-cwd@2.1.0 None 0 3.55 kB sindresorhus
npm/import-fresh@3.2.1 None 0 4.83 kB sindresorhus
npm/import-from@2.1.0 None 0 3.73 kB sindresorhus
npm/import-lazy@2.1.0 None 0 4.77 kB sindresorhus
npm/import-local@2.0.0 None 0 3.6 kB sindresorhus
npm/imurmurhash@0.1.4 None 0 11.9 kB jensyt
npm/in-publish@2.0.1 None 0 4.01 kB iarna
npm/indent-string@2.1.0 None 0 3.19 kB sindresorhus
npm/indexes-of@1.0.1 None 0 2.73 kB dominictarr
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/inline-style-parser@0.1.1 None 0 30.6 kB remarkablemark
npm/inquirer@7.3.3 None 0 84.5 kB sboudrias
npm/internal-ip@4.3.0 None 0 5.73 kB sindresorhus
npm/internal-slot@1.0.2 None 0 22.2 kB ljharb
npm/interpret@1.2.0 None 0 14.5 kB phated
npm/into-stream@3.1.0 None 0 4.52 kB sindresorhus
npm/invert-kv@2.0.0 None 0 2.38 kB sindresorhus
npm/ip-regex@2.1.0 None 0 4.73 kB sindresorhus
npm/ip@1.1.9 None 0 15.5 kB indutny
npm/ipaddr.js@1.9.1 None 0 42.1 kB whitequark
npm/is-absolute-url@3.0.3 None 0 3.46 kB sindresorhus
npm/is-accessor-descriptor@0.1.6 None 0 7.36 kB jonschlinkert
npm/is-alphabetical@1.0.3 None 0 4.94 kB wooorm
npm/is-alphanumeric@1.0.0 None 0 2.67 kB arthurvr
npm/is-alphanumerical@1.0.3 None 0 5.04 kB wooorm
npm/is-arguments@1.0.4 None 0 19.8 kB ljharb
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-arrayish@0.2.1 None 0 4.05 kB qix
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-binary-path@1.0.1 None 0 2.79 kB sindresorhus
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-buffer@1.1.6 None 0 5.58 kB feross
npm/is-callable@1.1.5 None 0 17.6 kB ljharb
npm/is-ci@2.0.0 None 0 3.58 kB watson
npm/is-color-stop@1.1.0 None 0 9.88 kB pigcan
npm/is-core-module@2.13.1 None 0 30.2 kB ljharb
npm/is-data-descriptor@0.1.4 None 0 6.55 kB jonschlinkert
npm/is-data-view@1.0.1 None 0 15.6 kB ljharb
npm/is-date-object@1.0.2 None 0 20.4 kB ljharb
npm/is-decimal@1.0.3 None 0 4.61 kB wooorm
npm/is-descriptor@0.1.6 None 0 9.01 kB jonschlinkert
npm/is-directory@0.3.1 filesystem 0 5.79 kB jonschlinkert
npm/is-docker@2.1.1 filesystem 0 3.15 kB sindresorhus
npm/is-extendable@0.1.1 None 0 5.09 kB jonschlinkert
npm/is-finite@1.0.2 None 0 2.48 kB sindresorhus
npm/is-fullwidth-code-point@2.0.0 None 0 4.14 kB sindresorhus
npm/is-generator-function@1.0.7 None 0 24.2 kB ljharb
npm/is-hexadecimal@1.0.3 None 0 4.92 kB wooorm
npm/is-installed-globally@0.1.0 None 0 3.21 kB sindresorhus
npm/is-invalid-path@0.1.0 None 0 4.7 kB jonschlinkert
npm/is-keyword-js@1.0.3 None 0 2.62 kB crissdev
npm/is-lower-case@1.1.3 None 0 3.68 kB blakeembrey
npm/is-negative-zero@2.0.0 None 0 9.25 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-number@3.0.0 None 0 7.5 kB jonschlinkert
npm/is-obj@1.0.1 None 0 2.4 kB sindresorhus
npm/is-object@1.0.1 None 0 6.98 kB ljharb
npm/is-path-in-cwd@2.1.0 None 0 2.81 kB sindresorhus
npm/is-path-inside@3.0.2 None 0 4.41 kB sindresorhus
npm/is-plain-obj@2.1.0 None 0 3.69 kB sindresorhus
npm/is-plain-object@2.0.4 None 0 7.5 kB jonschlinkert
npm/is-promise@2.1.0 None 0 2.61 kB forbeslindesay
npm/is-redirect@1.0.0 None 0 2.47 kB sindresorhus
npm/is-regex@1.0.5 None 0 23.4 kB ljharb
npm/is-regexp@1.0.0 None 0 1.21 kB sindresorhus
npm/is-relative-url@3.0.0 None 0 2.83 kB sindresorhus
npm/is-relative@1.0.0 None 0 6.59 kB jonschlinkert
npm/is-resolvable@1.1.0 None 0 4.21 kB shinnn
npm/is-retry-allowed@1.2.0 None 0 3.6 kB sindresorhus
npm/is-root@1.0.0 None 0 1.14 kB sindresorhus
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-ssh@1.3.2 None 0 15.2 kB ionicabizau
npm/is-stream@1.1.0 None 0 3.23 kB sindresorhus
npm/is-string@1.0.5 None 0 15.7 kB ljharb
npm/is-svg@3.0.0 None 0 3.14 kB sindresorhus
npm/is-symbol@1.0.3 None 0 22.2 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-typedarray@1.0.0 None 0 4.41 kB hughsk
npm/is-unc-path@1.0.0 None 0 6.51 kB jonschlinkert
npm/is-upper-case@1.1.2 None 0 3.8 kB blakeembrey
npm/is-url@1.2.4 None 0 6.58 kB zeke
npm/is-utf8@0.2.1 None 0 4.34 kB wayfind
npm/is-valid-path@0.1.1 None 0 8.82 kB jonschlinkert
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-whitespace-character@1.0.3 None 0 5.24 kB wooorm
npm/is-windows@1.0.2 None 0 7.96 kB jonschlinkert

🚮 Removed packages: npm/@babel/helper-skip-transparent-expression-wrappers@7.11.0, npm/@babel/plugin-proposal-class-properties@7.10.4, npm/@babel/plugin-proposal-export-namespace-from@7.10.4, npm/@babel/plugin-proposal-logical-assignment-operators@7.11.0, npm/@babel/plugin-proposal-private-methods@7.10.4, npm/@babel/plugin-transform-react-pure-annotations@7.10.4, npm/@babel/plugin-transform-runtime@7.11.5, npm/@babel/plugin-transform-unicode-escapes@7.10.4, npm/@babel/traverse@7.7.4, npm/@graphql-tools/schema@6.2.2, npm/@graphql-tools/utils@6.2.2, npm/@mdx-js/runtime@2.0.0-next.7, npm/@reach/alert@0.10.3, npm/@reach/auto-id@0.10.5, npm/@reach/combobox@0.10.3, npm/@reach/descendants@0.10.5, npm/@reach/dialog@0.10.3, npm/@reach/menu-button@0.10.3, npm/@reach/observe-rect@1.2.0, npm/@reach/popover@0.10.3, npm/@reach/portal@0.10.5, npm/@reach/rect@0.10.5, npm/@reach/tabs@0.10.3, npm/@reach/tooltip@0.10.3, npm/@reach/utils@0.10.5, npm/@reach/visually-hidden@0.10.4, npm/@types/history@4.7.7, npm/@types/lodash.sample@4.2.6, npm/@types/parse5@5.0.3, npm/@types/reach__router@1.3.5, npm/@types/warning@3.0.0, npm/@urql/core@1.13.0, npm/acorn-dynamic-import@4.0.0, npm/after@0.8.2, npm/arraybuffer.slice@0.0.7, npm/auto-bind@4.0.0, npm/axios@0.19.2, npm/babel-plugin-add-module-exports@0.3.3, npm/babel-plugin-extract-export-names@2.0.0-next.7, npm/babel-plugin-remove-export-keywords@1.6.16, npm/babel-preset-gatsby@0.5.9, npm/base64-arraybuffer@0.1.5, npm/better-assert@1.0.2, npm/better-opn@1.0.0, npm/blob@0.0.5, npm/body-parser@1.19.0, npm/browserify-sign@4.0.4, npm/buble-jsx-only@0.19.8, npm/builtin-modules@3.1.0, npm/cache-manager-fs-hash@0.0.9, npm/callsite@1.0.0, npm/case@1.6.3, npm/cli-table3@0.5.1, npm/cli-truncate@2.1.0, npm/colorette@1.2.1, npm/colors@1.4.0, npm/component-bind@1.0.0, npm/component-inherit@0.0.3, npm/concurrently@5.3.0, npm/contentful-management@5.28.0, npm/contentful-sdk-core@6.4.5, npm/cookie@0.4.0, npm/cross-fetch@2.2.2, npm/cross-var@1.1.0, npm/decode-uri-component@0.2.0, npm/del@6.0.0, npm/detect-indent@6.0.0, npm/detect-node-es@1.0.0, npm/dotenv@8.2.0, npm/engine.io-client@3.4.3, npm/engine.io-parser@2.2.0, npm/engine.io@3.4.2, npm/escalade@3.0.2, npm/eslint-plugin-graphql@3.1.1, npm/express@4.17.1, npm/finalhandler@1.1.2, npm/fn-name@2.0.1, npm/focus-lock@0.7.0, npm/formik@2.1.5, npm/forwarded@0.1.2, npm/gatsby-design-tokens@2.0.11, npm/gatsby-graphiql-explorer@0.4.13, npm/gatsby-interface@0.0.166, npm/gatsby-legacy-polyfills@0.0.4, npm/gatsby-link@2.4.13, npm/gatsby-page-utils@0.2.24, npm/gatsby-plugin-page-creator@2.3.27, npm/gatsby@2.24.57, npm/ncp@2.0.0, npm/ts-patch@3.0.0-beta3, npm/typescript@5.0.4, npm/upath@2.0.1

View full report↗︎

dependabot[bot] commented 4 months ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.