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

Update dependency webpack to v5.91.0 #75

Open
wants to merge 1 commit into
base: dependency-updates
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.72.1 -> 5.91.0 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.91.0

Compare Source

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks

v5.90.3

Compare Source

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Compare Source

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Compare Source

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Compare Source

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: webpack/webpack@v5.89.0...v5.90.0

v5.89.0

Compare Source

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

Compare Source

Developer Experience

Full Changelog: webpack/webpack@v5.88.0...v5.88.1

v5.88.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.87.0...v5.88.0

v5.87.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

@​aboktor made their first contribution in #​16991 #​16989
@​silverwind made their first contribution in #​17339 via #​17329

Full Changelog: webpack/webpack@v5.86.0...v5.87.0

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.85.1...v5.86.0

v5.85.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.85.0...v5.85.1

v5.85.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.1...v5.85.0

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.1...v5.83.0

v5.82.1

Compare Source

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.0...v5.82.1

v5.82.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.81.0...v5.82.0

v5.81.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.80.0...v5.81.0

v5.80.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.79.0...v5.80.0

v5.79.0

Compare Source

New Features

Bugfixes

Developer Experience

Contributor Experience


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.73.0 chore(deps): update dependency webpack to v5.74.0 Jul 26, 2022
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.74.0 Update dependency webpack to v5.74.0 Sep 25, 2022
@renovate renovate bot changed the title Update dependency webpack to v5.74.0 Update dependency webpack to v5.75.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency webpack to v5.75.0 chore(deps): update dependency webpack to v5.76.1 Mar 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.76.1 chore(deps): update dependency webpack to v5.77.0 Mar 30, 2023
@socket-security
Copy link

socket-security bot commented Mar 31, 2023

🚨 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/nodemon@2.0.16
  • Install script: postinstall
  • Source: node bin/postinstall || exit 0
Install scripts npm/mongodb-memory-server@6.9.6
  • 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/nodemon@2.0.16
  • @SocketSecurity ignore npm/mongodb-memory-server@6.9.6

@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.77.0 chore(deps): update dependency webpack to v5.77.0 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/webpack-5.x branch April 3, 2023 23:13
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.77.0 - autoclosed chore(deps): update dependency webpack to v5.77.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/webpack-5.x branch April 4, 2023 11:16
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.77.0 chore(deps): update dependency webpack to v5.85.0 Jun 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.85.0 chore(deps): update dependency webpack to v5.85.1 Jun 6, 2023
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.85.1 chore(deps): update dependency webpack to v5.86.0 Jun 10, 2023
@socket-security
Copy link

socket-security bot commented Jun 10, 2023

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

Package New capabilities Transitives Size Publisher
npm/@babel/code-frame@7.10.4 None 0 7.72 kB jlhwung
npm/@babel/core@7.12.9 environment, filesystem +2 219 kB nicolo-ribaudo
npm/@babel/generator@7.12.5 None 0 123 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.10.4 None 0 7.22 kB jlhwung
npm/@babel/helper-get-function-arity@7.10.4 None 0 3.33 kB jlhwung
npm/@babel/helper-member-expression-to-functions@7.12.7 None 0 43.7 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.12.5 None 0 17.9 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.12.1 None 0 37.5 kB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.12.7 None 0 3.9 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.10.4 None 0 4.05 kB jlhwung
npm/@babel/helper-replace-supers@7.12.5 None 0 9.81 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.12.1 None 0 5.43 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.11.0 None 0 5 kB jlhwung
npm/@babel/helper-validator-identifier@7.10.4 None 0 18.6 kB jlhwung
npm/@babel/helpers@7.12.5 None 0 76.2 kB nicolo-ribaudo
npm/@babel/highlight@7.10.4 Transitive: environment +6 87.9 kB jlhwung
npm/@babel/parser@7.12.7 None 0 1.52 MB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.1 None 0 2.6 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.12.1 None 0 2.57 kB nicolo-ribaudo
npm/@babel/template@7.12.7 None 0 25.2 kB nicolo-ribaudo
npm/@babel/traverse@7.12.9 environment 0 158 kB nicolo-ribaudo
npm/@babel/types@7.12.7 environment 0 912 kB nicolo-ribaudo
npm/@nodelib/fs.scandir@2.1.3 filesystem 0 20.5 kB mrmlnc
npm/@nodelib/fs.stat@2.0.3 filesystem 0 11.4 kB mrmlnc
npm/@nodelib/fs.walk@1.2.4 None 0 26.2 kB mrmlnc
npm/@sindresorhus/is@0.14.0 None 0 40.2 kB sindresorhus
npm/@sinonjs/commons@1.8.1 None 0 32.8 kB mrgnrdrck
npm/@szmarczak/http-timer@1.1.2 None 0 6.3 kB szmarczak
npm/@types/babel__traverse@7.0.15 None 0 62.9 kB types
npm/@types/body-parser@1.19.1 None 0 8.16 kB types
npm/@types/bson@4.0.5 None 0 26.5 kB types
npm/@types/connect@3.4.35 None 0 6.14 kB types
npm/@types/cookiejar@2.1.2 None 0 7.46 kB types
npm/@types/dotenv-safe@8.1.2 None 0 5.48 kB types
npm/@types/express-serve-static-core@4.17.23 None 0 81.5 kB types
npm/@types/express@4.17.13 None 0 12.5 kB types
npm/@types/jest@26.0.20 None 0 71.6 kB types
npm/@types/json-schema@7.0.9 None 0 32.2 kB types
npm/@types/mime@1.3.2 None 0 4 kB types
npm/@types/mongodb@3.6.20 None 0 215 kB types
npm/@types/mongoose@5.11.96 None 0 1.63 kB types
npm/@types/nodemailer@6.4.4 None 0 88.8 kB types
npm/@types/prettier@2.1.5 None 0 29.4 kB types
npm/@types/qs@6.9.6 None 0 6.52 kB types
npm/@types/range-parser@1.2.3 None 0 3.56 kB types
npm/@types/serve-static@1.13.10 None 0 7.77 kB types
npm/@types/superagent@4.1.15 None 0 12.3 kB types
npm/@types/supertest@2.0.12 None 0 7.48 kB types
npm/@types/tmp@0.2.0 None 0 4.83 kB types
npm/@types/yargs-parser@15.0.0 None 0 8 kB types
npm/@types/yargs@15.0.10 None 0 51.8 kB types
npm/abbrev@1.1.1 None 0 4.78 kB isaacs
npm/accepts@1.3.8 None +2 241 kB dougwilson
npm/acorn@7.4.1 None 0 1.21 MB marijn
npm/agent-base@6.0.2 None 0 34.6 kB tootallnate
npm/ansi-align@3.0.1 None 0 7.68 kB nexdrew
npm/ansi-regex@5.0.0 None 0 5.69 kB sindresorhus
npm/ansi-styles@4.3.0 None 0 17 kB sindresorhus
npm/anymatch@3.1.1 None 0 9.44 kB paulmillr
npm/arg@4.1.3 None 0 12.9 kB qix
npm/array-flatten@1.1.1 None 0 4.42 kB blakeembrey
npm/array-union@2.1.0 None 0 3.17 kB sindresorhus
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/babel-preset-current-node-syntax@1.0.0 eval 0 5.18 kB nicolo-ribaudo
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/binary-extensions@2.2.0 None 0 5.36 kB sindresorhus
npm/bl@2.2.1 Transitive: environment +2 162 kB matteo.collina
npm/bluebird@3.5.1 environment, eval 0 616 kB esailija
npm/body-parser@1.20.0 network +1 64.1 kB dougwilson
npm/boxen@5.1.2 None +5 55.6 kB sindresorhus
npm/braces@3.0.2 None 0 49.2 kB doowb
npm/bson@1.1.5 eval 0 773 kB mbroadst
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/bytes@3.1.2 None 0 12.3 kB dougwilson
npm/cacheable-request@6.1.0 network +2 31.9 kB lukechilds
npm/call-bind@1.0.0 None 0 12.1 kB ljharb
npm/chalk@4.1.0 None 0 33.6 kB sindresorhus
npm/chokidar@3.5.3 environment, filesystem +3 268 kB paulmillr
npm/cli-boxes@2.2.1 None 0 6.14 kB sindresorhus
npm/cli-cursor@3.1.0 None 0 4.37 kB sindresorhus
npm/cli-truncate@2.1.0 None +1 16.6 kB sindresorhus
npm/cliui@6.0.0 None 0 14.9 kB bcoe
npm/clone-response@1.0.2 None 0 4.61 kB lukechilds
npm/color-convert@2.0.1 None 0 27.2 kB qix
npm/color-name@1.1.4 None 0 6.69 kB dfcreative
npm/commander@6.2.1 filesystem, shell 0 113 kB abetomo
npm/configstore@5.0.1 None 0 7.61 kB sindresorhus
npm/content-disposition@0.5.4 None +1 51.2 kB dougwilson
npm/cookie@0.5.0 None 0 23.1 kB dougwilson
npm/cookiejar@2.1.3 None 0 14.4 kB andyburke
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/cross-spawn@6.0.5 environment, filesystem, shell 0 21.4 kB satazor
npm/crypto-random-string@2.0.0 None 0 3.93 kB sindresorhus
npm/debug@2.6.9 environment, filesystem, network 0 51.2 kB tootallnate
npm/decompress-response@3.3.0 None 0 3.54 kB sindresorhus
npm/deep-extend@0.6.0 None 0 9.19 kB unclechu
npm/defer-to-connect@1.1.3 network 0 5.45 kB szmarczak
npm/denque@1.4.1 None 0 23.6 kB salakar
npm/depd@2.0.0 environment, eval 0 27.1 kB dougwilson
npm/destroy@1.2.0 filesystem 0 9.02 kB dougwilson
npm/dezalgo@1.0.3 None 0 4.93 kB othiym23
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/dot-prop@5.3.0 None 0 9.61 kB sindresorhus
npm/dotenv-safe@8.2.0 environment, filesystem 0 12.3 kB rolodato
npm/dotenv@8.2.0 environment, filesystem 0 23.1 kB maxbeatty
npm/duplexer3@0.1.4 None 0 6.43 kB floatdrop
npm/emoji-regex@8.0.0 None 0 48.3 kB mathias
npm/es-abstract@1.19.2 None +6 1.36 MB ljharb
npm/escape-goat@2.1.1 None 0 6.28 kB sindresorhus
npm/eslint-config-prettier@6.15.0 None 0 62.3 kB lydell
npm/execa@1.0.0 environment, shell 0 19.9 kB sindresorhus
npm/express-async-errors@3.1.1 None 0 56.3 kB davidbanham
npm/express-validator@6.14.0 None +1 1.51 MB fedeci
npm/express@4.18.1 environment, filesystem, network 0 214 kB dougwilson
npm/fast-glob@3.2.4 filesystem 0 84.5 kB mrmlnc
npm/fast-safe-stringify@2.1.1 None 0 39.7 kB matteo.collina
npm/fastq@1.9.0 None 0 27.2 kB matteo.collina
npm/figures@3.2.0 None 0 12.1 kB sindresorhus
npm/fill-range@7.0.1 None 0 16.4 kB jonschlinkert
npm/finalhandler@1.2.0 environment 0 18.6 kB dougwilson
npm/find-cache-dir@3.3.1 filesystem 0 6.96 kB sindresorhus
npm/find-package-json@1.2.0 filesystem 0 7.71 kB 3rdeden
npm/formidable@2.0.1 filesystem +1 247 kB tunnckocore
npm/fs-constants@1.0.0 filesystem 0 2.22 kB mafintosh
npm/fsevents@2.2.1 None 0 75.2 kB pipobscure
npm/get-intrinsic@1.0.1 eval 0 26 kB ljharb
npm/get-port@5.1.1 network 0 8.74 kB sindresorhus
npm/get-stdin@6.0.0 None 0 3.5 kB sindresorhus
npm/get-stream@4.1.0 None 0 7.88 kB sindresorhus
npm/glob-parent@5.1.1 None 0 7.61 kB phated
npm/global-dirs@3.0.0 environment, filesystem 0 8.29 kB sindresorhus
npm/globby@11.0.3 filesystem 0 21.5 kB sindresorhus
npm/got@9.6.0 filesystem, network 0 85.4 kB sindresorhus
npm/has-flag@4.0.0 None 0 4.42 kB sindresorhus
npm/has-yarn@2.1.0 filesystem 0 3.39 kB sindresorhus
npm/hexoid@1.0.0 None 0 7.72 kB lukeed
npm/http-cache-semantics@4.1.0 None 0 36.2 kB kornel
npm/http-errors@2.0.0 None 0 18.8 kB dougwilson
npm/https-proxy-agent@5.0.0 network 0 26.2 kB tootallnate
npm/human-signals@1.1.1 None 0 42.4 kB ehmicky
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/ignore-by-default@1.0.1 None 0 2.82 kB novemberborn
npm/ignore@4.0.6 None 0 37.8 kB kael
npm/import-fresh@3.2.2 Transitive: filesystem, unsafe +1 9.52 kB sindresorhus
npm/import-lazy@2.1.0 None 0 4.77 kB sindresorhus
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/inherits@2.0.3 None 0 3.82 kB isaacs
npm/ini@2.0.0 None 0 9.47 kB isaacs
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-core-module@2.1.0 None 0 15.1 kB ljharb
npm/is-fullwidth-code-point@3.0.0 None 0 4.99 kB sindresorhus
npm/is-installed-globally@0.4.0 filesystem 0 3.61 kB sindresorhus
npm/is-negative-zero@2.0.2 None 0 22 kB ljharb
npm/is-npm@5.0.0 None 0 5.1 kB sindresorhus
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-obj@2.0.0 None 0 2.82 kB sindresorhus
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-shared-array-buffer@1.0.2 None 0 11.9 kB ljharb
npm/is-stream@1.1.0 None 0 3.23 kB sindresorhus
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/is-yarn-global@0.3.0 None 0 2.55 kB litomore
npm/js-yaml@3.14.0 eval 0 291 kB vitaly
npm/json-buffer@3.0.0 None 0 5.44 kB dominictarr
npm/kareem@2.3.2 None 0 101 kB vkarpov15
npm/keyv@3.1.0 None 0 14.7 kB lukechilds
npm/latest-version@5.1.0 None 0 4.29 kB sindresorhus
npm/lockfile@1.0.4 environment, filesystem 0 29.1 kB isaacs
npm/log-update@4.0.0 None 0 7.58 kB sindresorhus
npm/lowercase-keys@1.0.1 None 0 2.46 kB sindresorhus
npm/md5-file@5.0.0 filesystem 0 3.92 kB linusu
npm/memory-pager@1.5.0 None 0 8.13 kB mafintosh
npm/micromatch@4.0.2 None 0 61.1 kB jonschlinkert
npm/mime-db@1.44.0 None 0 197 kB dougwilson
npm/mime-types@2.1.27 None 0 16.7 kB dougwilson
npm/mimic-response@1.0.1 None 0 3.58 kB sindresorhus
npm/mkdirp@1.0.4 environment, filesystem 0 19.1 kB isaacs
npm/mongodb-memory-server-core@6.9.6 environment, filesystem, network, shell +1 462 kB nodkz
npm/mongodb-memory-server@6.9.6 environment 0 4.87 kB nodkz
npm/mongodb@3.6.4 environment, filesystem, network 0 1.51 MB nbbeeken
npm/mongoose-legacy-pluralize@1.0.2 None 0 13.9 kB vkarpov15
npm/mongoose@5.13.14 network Transitive: environment, filesystem +1 3.32 MB vkarpov15
npm/mpath@0.8.4 None 0 96.3 kB vkarpov15
npm/mquery@3.2.5 Transitive: environment +1 301 kB vkarpov15
npm/ms@2.0.0 None 0 6.27 kB leo
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/node-notifier@8.0.0 environment, filesystem, network, shell 0 5.69 MB mikaelb
npm/nodemailer@6.7.5 environment, filesystem, network, shell 0 484 kB andris
npm/nodemon@2.0.16 environment, filesystem, shell 0 197 kB remy
npm/nopt@1.0.10 environment 0 26.7 kB isaacs
npm/normalize-url@4.5.1 None 0 18.1 kB sindresorhus
npm/npm-run-path@2.0.2 environment 0 4.53 kB sindresorhus
npm/object-inspect@1.10.3 None 0 55.4 kB ljharb
npm/on-finished@2.4.1 unsafe 0 13.7 kB dougwilson
npm/optional-require@1.0.3 None 0 7.4 kB jchip
npm/p-cancelable@1.1.0 None 0 12.5 kB sindresorhus
npm/p-map@4.0.0 None 0 8.69 kB sindresorhus
npm/package-json@6.5.0 network 0 14.3 kB sindresorhus
npm/parse-json@5.1.0 None 0 5.15 kB sindresorhus
npm/path-key@2.0.1 None 0 3.02 kB sindresorhus
npm/prepend-http@2.0.0 None 0 2.98 kB sindresorhus
npm/pstree.remy@1.1.8 environment, shell 0 15 kB remy
npm/pupa@2.1.1 None 0 4.94 kB sindresorhus
npm/qs@6.10.3 None 0 216 kB ljharb
npm/raw-body@2.5.1 network, unsafe 0 25.4 kB dougwilson
npm/rc@1.2.8 environment, filesystem +1 26.6 kB dominictarr
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/regexp-clone@1.0.0 None 0 7.39 kB aaron
npm/registry-auth-token@4.2.1 environment 0 11.7 kB rexxars
npm/registry-url@5.1.0 None 0 4.33 kB sindresorhus
npm/require_optional@1.0.1 filesystem Transitive: unsafe +1 23.4 kB christkv
npm/require-at@1.0.6 eval, filesystem, unsafe 0 5.88 kB jchip
npm/responselike@1.0.2 None 0 4.63 kB lukechilds
npm/restore-cursor@3.1.0 None 0 2.82 kB sindresorhus
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/saslprep@1.0.3 filesystem 0 458 kB reklatsmasters
npm/semver-diff@3.1.1 None 0 5.24 kB sindresorhus
npm/send@0.18.0 filesystem, network 0 50.1 kB dougwilson
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shebang-command@1.2.0 None 0 2.69 kB kevva
npm/shebang-regex@1.0.0 None 0 2.3 kB sindresorhus
npm/sift@13.5.2 None 0 267 kB crcn
npm/slice-ansi@4.0.0 None 0 6.43 kB sindresorhus
npm/sliced@1.0.1 None 0 5.66 kB aaron
npm/source-map@0.6.1 None 0 805 kB tromey
npm/sparse-bitfield@3.0.3 None 0 7.95 kB mafintosh
npm/spdx-license-ids@3.0.6 None 0 9.03 kB kemitchell
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/string-width@4.2.0 None 0 5.25 kB sindresorhus
npm/strip-ansi@6.0.0 None 0 4.03 kB sindresorhus
npm/strip-json-comments@2.0.1 None 0 5.06 kB sindresorhus
npm/superagent@7.1.3 environment, filesystem, network 0 583 kB titanism
npm/supertest@6.2.3 network 0 22.5 kB titanism
npm/supports-color@7.2.0 None 0 7.04 kB sindresorhus
npm/tar-stream@2.2.0 filesystem 0 27.7 kB mafintosh
npm/to-readable-stream@1.0.0 None 0 2.79 kB sindresorhus
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/touch@3.1.0 filesystem 0 10.3 kB isaacs
npm/ts-node@9.1.1 environment, filesystem, unsafe 0 410 kB cspotcode
npm/tslib@1.14.1 None 0 34 kB typescript-bot
npm/undefsafe@2.0.5 None 0 7.6 kB remy
npm/unique-string@2.0.0 None 0 2.88 kB sindresorhus
npm/update-notifier@5.1.0 environment, shell 0 15.3 kB sindresorhus
npm/uri-js@4.4.0 None 0 436 kB garycourt
npm/url-parse-lax@3.0.0 None 0 4.23 kB sindresorhus
npm/uuid@8.3.1 None 0 115 kB ctavan
npm/v8-compile-cache@2.3.0 environment, filesystem, unsafe 0 16.8 kB zertosh
npm/v8-to-istanbul@7.0.0 filesystem, unsafe 0 38.4 kB oss-bot
npm/validator@13.7.0 None 0 646 kB profnandaa
npm/which@1.3.1 environment 0 9.42 kB isaacs
npm/widest-line@3.1.0 None 0 3.73 kB sindresorhus
npm/wrap-ansi@6.2.0 None 0 9.5 kB sindresorhus
npm/ws@7.4.0 network 0 111 kB lpinca
npm/xdg-basedir@4.0.0 None 0 5.69 kB sindresorhus
npm/y18n@4.0.0 filesystem 0 10.4 kB nexdrew
npm/yargs-parser@18.1.3 environment 0 71.5 kB oss-bot
npm/yargs@15.4.1 environment, filesystem 0 231 kB oss-bot
npm/yauzl@2.10.0 filesystem 0 66.2 kB thejoshwolfe
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/@ampproject/remapping@2.2.0, npm/@babel/code-frame@7.12.13, npm/@babel/compat-data@7.13.0, npm/@babel/core@7.18.0, npm/@babel/generator@7.12.13, npm/@babel/helper-annotate-as-pure@7.16.7, npm/@babel/helper-builder-binary-assignment-operator-visitor@7.16.7, npm/@babel/helper-compilation-targets@7.13.0, npm/@babel/helper-create-class-features-plugin@7.17.12, npm/@babel/helper-create-regexp-features-plugin@7.17.12, npm/@babel/helper-define-polyfill-provider@0.3.0, npm/@babel/helper-environment-visitor@7.16.7, npm/@babel/helper-explode-assignable-expression@7.16.7, npm/@babel/helper-function-name@7.12.13, npm/@babel/helper-get-function-arity@7.12.13, npm/@babel/helper-hoist-variables@7.16.0, npm/@babel/helper-member-expression-to-functions@7.16.7, npm/@babel/helper-module-imports@7.16.0, npm/@babel/helper-module-transforms@7.18.0, npm/@babel/helper-optimise-call-expression@7.16.7, npm/@babel/helper-plugin-utils@7.12.13, npm/@babel/helper-remap-async-to-generator@7.16.8, npm/@babel/helper-replace-supers@7.16.7, npm/@babel/helper-simple-access@7.17.7, npm/@babel/helper-skip-transparent-expression-wrappers@7.16.0, npm/@babel/helper-split-export-declaration@7.12.13, npm/@babel/helper-validator-identifier@7.12.11, npm/@babel/helper-validator-option@7.12.17, npm/@babel/helper-wrap-function@7.16.8, npm/@babel/helpers@7.18.0, npm/@babel/highlight@7.12.13, npm/@babel/parser@7.12.13, npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.17.12, npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.17.12, npm/@babel/plugin-proposal-async-generator-functions@7.17.12, npm/@babel/plugin-proposal-class-properties@7.17.12, npm/@babel/plugin-proposal-class-static-block@7.18.0, npm/@babel/plugin-proposal-dynamic-import@7.16.7, npm/@babel/plugin-proposal-export-namespace-from@7.17.12, npm/@babel/plugin-proposal-json-strings@7.17.12, npm/@babel/plugin-proposal-logical-assignment-operators@7.17.12, npm/@babel/plugin-proposal-nullish-coalescing-operator@7.17.12, npm/@babel/plugin-proposal-numeric-separator@7.16.7, npm/@babel/plugin-proposal-object-rest-spread@7.18.0, npm/@babel/plugin-proposal-optional-catch-binding@7.16.7, npm/@babel/plugin-proposal-optional-chaining@7.17.12, npm/@babel/plugin-proposal-private-methods@7.17.12, npm/@babel/plugin-proposal-private-property-in-object@7.17.12, npm/@babel/plugin-proposal-unicode-property-regex@7.17.12, npm/@babel/plugin-syntax-class-properties@7.12.13, npm/@babel/plugin-syntax-class-static-block@7.14.5, npm/@babel/plugin-syntax-dynamic-import@7.8.3, npm/@babel/plugin-syntax-export-namespace-from@7.8.3, npm/@babel/plugin-syntax-import-assertions@7.17.12, npm/@babel/plugin-syntax-jsx@7.17.12, npm/@babel/plugin-syntax-private-property-in-object@7.14.5, npm/@babel/plugin-syntax-top-level-await@7.12.13, npm/@babel/plugin-syntax-typescript@7.17.12, npm/@babel/plugin-transform-arrow-functions@7.17.12, npm/@babel/plugin-transform-async-to-generator@7.17.12, npm/@babel/plugin-transform-block-scoped-functions@7.16.7, npm/@babel/plugin-transform-block-scoping@7.17.12, npm/@babel/plugin-transform-classes@7.17.12, npm/@babel/plugin-transform-computed-properties@7.17.12, npm/@babel/plugin-transform-destructuring@7.18.0, npm/@babel/plugin-transform-dotall-regex@7.16.7, npm/@babel/plugin-transform-duplicate-keys@7.17.12, npm/@babel/plugin-transform-exponentiation-operator@7.16.7, npm/@babel/plugin-transform-for-of@7.18.1, npm/@babel/plugin-transform-function-name@7.16.7, npm/@babel/plugin-transform-literals@7.17.12, npm/@babel/plugin-transform-member-expression-literals@7.16.7, npm/@babel/plugin-transform-modules-amd@7.18.0, npm/@babel/plugin-transform-modules-commonjs@7.18.0, npm/@babel/plugin-transform-modules-systemjs@7.18.0, npm/@babel/plugin-transform-modules-umd@7.18.0, npm/@babel/plugin-transform-named-capturing-groups-regex@7.17.12, npm/@babel/plugin-transform-new-target@7.17.12, npm/@babel/plugin-transform-object-super@7.16.7, npm/@babel/plugin-transform-parameters@7.17.12, npm/@babel/plugin-transform-property-literals@7.16.7, npm/@babel/plugin-transform-react-display-name@7.16.7, npm/@babel/plugin-transform-react-jsx-development@7.16.7, npm/@babel/plugin-transform-react-jsx@7.17.12, npm/@babel/plugin-transform-react-pure-annotations@7.16.7, npm/@babel/plugin-transform-regenerator@7.18.0, npm/@babel/plugin-transform-reserved-words@7.17.12, npm/@babel/plugin-transform-runtime@7.18.0, npm/@babel/plugin-transform-shorthand-properties@7.16.7, npm/@babel/plugin-transform-spread@7.17.12, npm/@babel/plugin-transform-sticky-regex@7.16.7, npm/@babel/plugin-transform-template-literals@7.17.12, npm/@babel/plugin-transform-typeof-symbol@7.17.12, npm/@babel/plugin-transform-typescript@7.17.12, npm/@babel/plugin-transform-unicode-escapes@7.16.7, npm/@babel/plugin-transform-unicode-regex@7.16.7, npm/@babel/preset-env@7.18.0, npm/@babel/preset-modules@0.1.5, npm/@babel/preset-react@7.17.12, npm/@babel/preset-typescript@7.17.12, npm/@babel/runtime-corejs3@7.12.5, npm/@babel/runtime@7.18.0, npm/@babel/template@7.12.13, npm/@babel/traverse@7.12.13, npm/@babel/types@7.12.13, npm/@cypress/listr-verbose-renderer@0.4.1, npm/@cypress/request@2.88.5, npm/@cypress/xvfb@1.2.4, npm/@discoveryjs/json-ext@0.5.6, npm/@jridgewell/gen-mapping@0.1.1, npm/@jridgewell/resolve-uri@3.0.7, npm/@jridgewell/set-array@1.1.0, npm/@jridgewell/sourcemap-codec@1.4.11, npm/@jridgewell/trace-mapping@0.3.13, npm/@nodelib/fs.scandir@2.1.4, npm/@nodelib/fs.stat@2.0.4, npm/@nodelib/fs.walk@1.2.6, npm/@samverschueren/stream-to-observable@0.3.1, npm/@sinonjs/commons@1.8.2, npm/@testing-library/dom@7.31.0, npm/@testing-library/react@11.2.7, npm/@types/anymatch@1.3.1, npm/@types/aria-query@4.2.1, npm/@types/babel__traverse@7.11.0, npm/@types/eslint-scope@3.7.3, npm/@types/eslint@8.4.2, npm/@types/estree@0.0.51, npm/@types/glob@7.2.0, npm/@types/html-minifier-terser@5.1.1, npm/@types/jest@26.0.24, npm/@types/json-schema@7.0.6, npm/@types/minimatch@3.0.5, npm/@types/prettier@2.1.6, npm/@types/prop-types@15.7.5, npm/@types/react-dom@17.0.17, npm/@types/react@17.0.45, npm/@types/scheduler@0.16.2, npm/@types/sinonjs__fake-timers@6.0.2, npm/@types/sizzle@2.3.2, npm/@types/source-list-map@0.1.2, npm/@types/tapable@1.0.6, npm/@types/uglify-js@3.12.0, npm/@types/webpack-sources@2.1.0, npm/@types/webpack@4.41.26, npm/@types/yargs-parser@20.2.0, npm/@types/yargs@15.0.12, npm/@webassemblyjs/ast@1.11.1, npm/@webassemblyjs/floating-point-hex-parser@1.11.1, npm/@webassemblyjs/helper-api-error@1.11.1, npm/@webassemblyjs/helper-buffer@1.11.1, npm/@webassemblyjs/helper-numbers@1.11.1, npm/@webassemblyjs/helper-wasm-bytecode@1.11.1, npm/@webassemblyjs/helper-wasm-section@1.11.1, npm/@webassemblyjs/ieee754@1.11.1, npm/@webassemblyjs/leb128@1.11.1, npm/@webassemblyjs/utf8@1.11.1, npm/@webassemblyjs/wasm-edit@1.11.1, npm/@webassemblyjs/wasm-gen@1.11.1, npm/@webassemblyjs/wasm-opt@1.11.1, npm/@webassemblyjs/wasm-parser@1.11.1, npm/@webassemblyjs/wast-printer@1.11.1, npm/@webpack-cli/configtest@1.1.1, npm/@webpack-cli/info@1.4.1, npm/@webpack-cli/serve@1.6.1, npm/@xtuc/ieee754@1.2.0, npm/@xtuc/long@4.2.2, npm/accepts@1.3.7, npm/acorn-import-assertions@1.8.0, npm/acorn@8.7.1, npm/ajv-errors@1.0.1, npm/ajv-keywords@3.5.2, npm/ansi-html-community@0.0.8, npm/ansi-regex@2.1.1, npm/any-observable@0.3.0, npm/arch@2.2.0, npm/aria-query@4.2.2, npm/array-flatten@2.1.2, npm/array-union@1.0.2, npm/array-uniq@1.0.3, npm/array.prototype.flatmap@1.3.0, npm/ast-types-flow@0.0.7, npm/async-each@1.0.3, npm/async-limiter@1.0.1, npm/async@2.6.3, npm/at-least-node@1.0.0, npm/axe-core@4.3.5, npm/axobject-query@2.2.0, npm/babel-loader@8.2.5, npm/babel-plugin-dynamic-import-node@2.3.3, npm/babel-plugin-polyfill-corejs2@0.3.0, npm/babel-plugin-polyfill-corejs3@0.5.1, npm/babel-plugin-polyfill-regenerator@0.3.0, npm/babel-preset-current-node-syntax@1.0.1, npm/batch@0.6.1, npm/big.js@5.2.2, npm/binary-extensions@1.13.1, npm/bindings@1.5.0, npm/blob-util@2.0.2, npm/bluebird@3.7.2, npm/body-parser@1.19.0, npm/bonjour@3.5.0, npm/boolbase@1.0.0, npm/browserslist@4.16.1, npm/buffer-indexof@1.1.1, npm/bytes@3.0.0, npm/cachedir@2.3.0, npm/camel-case@4.1.2, npm/caniuse-lite@1.0.30001177, npm/check-more-types@2.24.0, npm/chokidar@2.1.8, npm/chrome-trace-event@1.0.3, npm/clean-css@4.2.3, npm/cli-cursor@1.0.2, npm/cli-table3@0.6.0, npm/cli-truncate@0.2.1, npm/cliui@5.0.0, npm/clone-deep@4.0.1, npm/code-point-at@1.1.0, npm/colorette@1.2.1, npm/colors@1.4.0, npm/commander@4.1.1, npm/common-tags@1.8.0, npm/compressible@2.0.18, npm/compression@1.7.4, npm/concat-stream@1.6.2, npm/connect-history-api-fallback@1.6.0, npm/content-disposition@0.5.3, npm/cookie@0.4.0, npm/core-js-compat@3.20.3, npm/core-js-pure@3.8.3, npm/css-select@2.1.0, npm/css-what@3.4.2, npm/csstype@3.0.11, npm/cypress@6.9.1, npm/damerau-levenshtein@1.0.7, npm/date-fns@1.30.1, npm/dayjs@1.10.4, npm/deep-equal@1.1.1, npm/default-gateway@4.2.0, npm/del@4.1.1, npm/depd@1.1.2, npm/destroy@1.0.4, npm/detect-node@2.1.0, npm/dns-equal@1.0.0, npm/dns-packet@1.3.4, npm/dns-txt@2.0.2, npm/dom-accessibility-api@0.5.4, npm/dom-converter@0.2.0, npm/dom-serializer@0.2.2, npm/domelementtype@1.3.1, npm/domhandler@2.4.2, npm/domutils@1.7.0, npm/dot-case@3.0.4, npm/electron-to-chromium@1.3.641, npm/elegant-spinner@1.0.1, npm/emoji-regex@7.0.3, npm/emojis-list@3.0.0, npm/enhanced-resolve@5.9.3, npm/entities@2.2.0, npm/envinfo@7.8.1, npm/errno@0.1.8, npm/es-abstract@1.18.0-next.1, npm/es-module-lexer@0.9.3, npm/es-shim-unscopables@1.0.0, npm/escalade@3.1.1, npm/eslint-config-prettier@7.2.0, npm/eslint-plugin-jest@24.7.0, npm/eslint-plugin-jsx-a11y@6.5.1, npm/eslint-plugin-react-hooks@4.5.0, npm/eslint-plugin-react@7.30.0, npm/eventemitter2@6.4.4, npm/eventemitter3@4.0.7, npm/events@3.3.0, npm/eventsource@1.1.0, npm/execa@5.1.1, npm/executable@4.1.1, npm/exit-hook@1.1.1, npm/express@4.17.1, npm/extract-zip@1.7.0, npm/fast-glob@3.2.5, npm/fastest-levenshtein@1.0.12, npm/fastq@1.10.0, npm/faye-websocket@0.11.4, npm/figures@1.7.0, npm/file-uri-to-path@1.0.0, npm/finalhandler@1.1.2, npm/find-cache-dir@3.3.2, npm/follow-redirects@1.14.5, npm/fs-extra@9.1.0, npm/fsevents@1.2.13, npm/function.prototype.name@1.1.5, npm/functions-have-names@1.2.3, npm/get-intrinsic@1.0.2, npm/get-stream@6.0.1, npm/getos@3.2.1, npm/glob-parent@3.1.0, npm/glob-to-regexp@0.4.1, npm/global-dirs@2.1.0, npm/globby@6.1.0, npm/handle-thing@2.0.1, npm/has-ansi@2.0.0, npm/has-property-descriptors@1.0.0, npm/he@1.2.0, npm/hpack.js@2.1.6, npm/html-entities@1.4.0, npm/html-minifier-terser@5.1.1, npm/html-webpack-plugin@4.5.2, npm/htmlparser2@3.10.1, npm/http-deceiver@1.2.7, npm/http-errors@1.7.2, npm/http-parser-js@0.5.3, npm/http-proxy-middleware@0.19.1, npm/http-proxy@1.18.1, npm/human-signals@2.1.0, npm/import-fresh@3.3.0, npm/indent-string@3.2.0, npm/ini@1.3.7, npm/internal-ip@4.3.0, npm/interpret@2.2.0, npm/ip@1.1.5, npm/is-absolute-url@3.0.3, npm/is-arguments@1.1.1, npm/is-bigint@1.0.1, npm/is-binary-path@1.0.1, npm/is-boolean-object@1.1.0, npm/is-core-module@2.2.0, npm/is-fullwidth-code-point@2.0.0, npm/is-installed-globally@0.3.2, npm/is-number-object@1.0.4, npm/is-obj@1.0.1, npm/is-observable@1.1.0, npm/is-path-cwd@2.2.0, npm/is-path-in-cwd@2.1.0, npm/is-path-inside@2.1.0, npm/is-promise@2.2.2, npm/is-shared-array-buffer@1.0.1, npm/is-string@1.0.5, npm/is-weakref@1.0.1, npm/is-wsl@1.1.0, npm/js-yaml@3.14.1, npm/json3@3.3.3, npm/jsonfile@6.1.0, npm/jsx-ast-utils@3.3.0, npm/killable@1.0.1, npm/language-subtag-registry@0.3.21, npm/language-tags@1.0.5, npm/lazy-ass@1.6.0, npm/listr-silent-renderer@1.1.1, npm/listr-update-renderer@0.5.0, npm/listr-verbose-renderer@0.5.0, npm/listr@0.14.3, npm/loader-runner@4.3.0, npm/loader-utils@1.4.0, npm/lodash.debounce@4.0.8, npm/lodash.once@4.1.1, npm/log-update@2.3.0, npm/loglevel@1.7.1, npm/loose-envify@1.4.0, npm/lower-case@2.0.2, npm/lz-string@1.4.4, npm/memory-fs@0.4.1, npm/mime-db@1.45.0, npm/mime-types@2.1.28, npm/minimalistic-assert@1.0.1, npm/mkdirp@0.5.5, npm/moment@2.29.1, npm/multicast-dns-service-types@1.1.0, npm/multicast-dns@6.2.3, npm/nan@2.15.0, npm/negotiator@0.6.2, npm/neo-async@2.6.2, npm/no-case@3.0.4, npm/node-forge@0.10.0, npm/node-notifier@8.0.1, npm/node-releases@1.1.69, npm/nth-check@1.0.2, npm/number-is-nan@1.0.1, npm/object-assign@4.1.1, npm/object-is@1.1.5, npm/object.fromentries@2.0.5, npm/object.getownpropertydescriptors@2.1.1, npm/object.hasown@1.1.1, npm/obuf@1.1.2, npm/on-finished@2.3.0, npm/on-headers@1.0.2, npm/opn@5.5.0, npm/original@1.0.2, npm/ospath@1.2.2, npm/p-map@2.1.0, npm/p-retry@3.0.1, npm/param-case@3.0.4, npm/parse-json@5.2.0, npm/pascal-case@3.1.2, npm/path-dirname@1.0.2, npm/path-is-inside@1.0.2, npm/picocolors@1.0.0, npm/pify@4.0.1, npm/pinkie-promise@2.0.1, npm/pinkie@2.0.4, npm/portfinder@1.0.28, npm/pretty-bytes@5.6.0, npm/pretty-error@2.1.2, npm/prop-types@15.8.1, npm/prr@1.0.1, npm/qs@6.7.0, npm/querystring@0.2.0, npm/querystringify@2.2.0, npm/ramda@0.27.1, npm/randombytes@2.1.0, npm/raw-body@2.4.0, npm/react-dom@17.0.2, npm/react@17.0.2, npm/readdirp@2.2.1, npm/rechoir@0.7.1, npm/regenerate-unicode-properties@10.0.1, npm/regenerate@1.4.2, npm/regenerator-runtime@0.13.7, npm/regenerator-transform@0.15.0, npm/regexp.prototype.flags@1.3.1, npm/regexpu-core@5.0.1, npm/regjsgen@0.6.0, npm/regjsparser@0.8.4, npm/relateurl@0.2.7, npm/renderkid@2.0.5, npm/request-progress@3.0.0, npm/requires-port@1.0.0, npm/restore-cursor@1.0.1, npm/retry@0.12.0, npm/rimraf@2.7.1, npm/scheduler@0.20.2, npm/schema-utils@2.7.1, npm/select-hose@2.0.0, npm/selfsigned@1.10.11, npm/send@0.17.1, npm/serialize-javascript@6.0.0, npm/serve-index@1.9.1, npm/serve-static@1.14.1, npm/setprototypeof@1.1.1, npm/shallow-clone@3.0.1, npm/slice-ansi@0.0.4, npm/sockjs-client@1.5.2, npm/sockjs@0.3.21, npm/spdx-license-ids@3.0.7, npm/spdy-transport@3.0.0, npm/spdy@4.0.2, npm/statuses@1.5.0, npm/string-width@3.1.0, npm/string.prototype.matchall@4.0.7, npm/strip-ansi@3.0.1, npm/symbol-observable@1.2.0, npm/tapable@1.1.3, npm/terser-webpack-plugin@5.3.1, npm/terser@4.8.0, npm/throttleit@1.0.0, npm/thunky@1.1.0, npm/toidentifier@1.0.0, npm/tslib@2.1.0, npm/typedarray@0.0.6, npm/unicode-canonical-property-names-ecmascript@2.0.0, npm/unicode-match-property-ecmascript@2.0.0, npm/unicode-match-property-value-ecmascript@2.0.0, npm/unicode-property-aliases-ecmascript@2.0.0, npm/universalify@2.0.0, npm/untildify@4.0.0, npm/upath@1.2.0, npm/uri-js@4.4.1, npm/url-parse@1.5.3, npm/url@0.11.0, npm/util.promisify@1.0.0, npm/utila@0.4.0, npm/v8-compile-cache@2.2.0, npm/v8-to-istanbul@7.1.0, npm/watchpack@2.3.1, npm/wbuf@1.7.3, npm/webpack-cli@4.9.2, npm/webpack-dev-middleware@3.7.3, npm/webpack-dev-server@3.11.3, npm/webpack-log@2.0.0, npm/webpack-merge@5.8.0, npm/webpack-sources@3.2.3, npm/webpack@5.72.1, npm/websocket-driver@0.7.4, npm/websocket-extensions@0.1.4, npm/wildcard@2.0.0, npm/wrap-ansi@5.1.0, npm/ws@6.2.2, npm/y18n@4.0.1

View full report↗︎

@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.86.0 Update dependency webpack to v5.86.0 Jun 12, 2023
@renovate renovate bot changed the title Update dependency webpack to v5.86.0 chore(deps): update dependency webpack to v5.87.0 Jun 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.87.0 chore(deps): update dependency webpack to v5.88.0 Jun 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.88.0 Update dependency webpack to v5.88.0 Jun 25, 2023
@renovate renovate bot changed the title Update dependency webpack to v5.89.0 chore(deps): update dependency webpack to v5.89.0 Jan 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.89.0 Update dependency webpack to v5.89.0 Jan 8, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.89.0 chore(deps): update dependency webpack to v5.89.0 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.89.0 chore(deps): update dependency webpack to v5.90.0 Jan 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.0 Update dependency webpack to v5.90.0 Feb 1, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.0 Update dependency webpack to v5.90.1 Feb 2, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.1 chore(deps): update dependency webpack to v5.90.1 Feb 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.1 Update dependency webpack to v5.90.1 Feb 7, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.1 Update dependency webpack to v5.90.2 Feb 17, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.2 chore(deps): update dependency webpack to v5.90.2 Feb 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.2 chore(deps): update dependency webpack to v5.90.3 Feb 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.3 Update dependency webpack to v5.90.3 Feb 22, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.3 chore(deps): update dependency webpack to v5.90.3 Feb 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.3 Update dependency webpack to v5.90.3 Feb 28, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.3 chore(deps): update dependency webpack to v5.90.3 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.3 Update dependency webpack to v5.90.3 Mar 8, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.3 chore(deps): update dependency webpack to v5.90.3 Mar 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.90.3 Update dependency webpack to v5.90.3 Mar 17, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.90.3 chore(deps): update dependency webpack to v5.91.0 Mar 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.91.0 Update dependency webpack to v5.91.0 Mar 28, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.91.0 chore(deps): update dependency webpack to v5.91.0 Apr 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.91.0 Update dependency webpack to v5.91.0 Apr 29, 2024
@renovate renovate bot changed the title Update dependency webpack to v5.91.0 chore(deps): update dependency webpack to v5.91.0 May 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.91.0 Update dependency webpack to v5.91.0 May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants