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 nodemailer to v6.9.13 #92

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 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nodemailer (source) 6.7.5 -> 6.9.13 age adoption passing confidence
@types/nodemailer (source) 6.4.4 -> 6.4.15 age adoption passing confidence

Release Notes

nodemailer/nodemailer (nodemailer)

v6.9.13

Compare Source

Bug Fixes
  • tls: Ensure servername for SMTP (d66fdd3)

v6.9.12

Compare Source

Bug Fixes
  • message-generation: Escape single quote in address names (4ae5fad)

v6.9.11

Compare Source

Bug Fixes
  • headers: Ensure that Content-type is the bottom header (c7cf97e)

v6.9.10

Compare Source

Bug Fixes
  • data-uri: Do not use regular expressions for parsing data URI schemes (12e65e9)
  • data-uri: Moved all data-uri regexes to use the non-regex parseDataUri method (edd5dfe)

v6.9.9

Compare Source

Bug Fixes
  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#​1604) (be45c1b)

v6.9.8

Compare Source

Bug Fixes
  • punycode: do not use native punycode module (b4d0e0c)

v6.9.7

Compare Source

Bug Fixes
  • customAuth: Do not require user and pass to be set for custom authentication schemes (fixes #​1584) (41d482c)

v6.9.6

Compare Source

Bug Fixes
  • inline: Use 'inline' as the default Content Dispostion value for embedded images (db32c93)
  • tests: Removed Node v12 from test matrix as it is not compatible with the test framework anymore (7fe0a60)

v6.9.5

Compare Source

Bug Fixes
  • license: Updated license year (da4744e)

v6.9.4

Compare Source

  • Renamed SendinBlue to Brevo

v6.9.3

Compare Source

  • Specified license identifier (was defined as MIT, actual value MIT-0)
  • If SMTP server disconnects with a message, process it and include as part of the response error

v6.9.2

Compare Source

  • Fix uncaught exception on invalid attachment content payload

v6.9.1

Compare Source

  • Fix base64 encoding for emoji bytes in encoded words

v6.9.0

Compare Source

  • Do not throw if failed to resolve IPv4 addresses
  • Include EHLO extensions in the send response
  • fix sendMail function: callback should be optional

v6.8.0

Compare Source

  • Add DNS timeout (huksley)
  • add dns.REFUSED (lucagianfelici)

v6.7.8

Compare Source

  • Allow to use multiple Reply-To addresses

v6.7.7

Compare Source

  • Resolver fixes

v6.7.6

Compare Source


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 these updates 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 force-pushed the renovate/nodemailer-6.x branch from eb8745a to 48599aa Compare July 6, 2022 15:35
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.7.6 chore(deps): update dependency nodemailer to v6.7.7 Jul 6, 2022
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.7.7 Update dependency nodemailer to v6.7.8 Sep 25, 2022
@renovate renovate bot changed the title Update dependency nodemailer to v6.7.8 Update dependency nodemailer to v6.8.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency nodemailer to v6.8.0 chore(deps): update dependency nodemailer to v6.9.1 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from 81e11e3 to d84831e Compare March 11, 2023 11:39
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.1 chore(deps): update dependency nodemailer to v6.9.1 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/nodemailer-6.x branch April 3, 2023 23:12
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.1 - autoclosed chore(deps): update dependency nodemailer to v6.9.1 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/nodemailer-6.x branch April 4, 2023 11:16
@socket-security
Copy link

socket-security bot commented Apr 4, 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 nodemailer to v6.9.1 chore(deps): update dependency nodemailer to v6.9.3 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from d84831e to c184d5b Compare June 2, 2023 05:14
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.3 Update dependency nodemailer to v6.9.3 Jun 12, 2023
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.3 chore(deps): update dependency nodemailer to v6.9.3 Jun 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.3 Update dependency nodemailer to v6.9.3 Jun 25, 2023
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.3 chore(deps): update dependency nodemailer to v6.9.3 Jun 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.3 Update dependency nodemailer to v6.9.3 Jul 2, 2023
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.3 chore(deps): update dependency nodemailer to v6.9.3 Jul 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.3 Update dependency nodemailer to v6.9.3 Jul 13, 2023
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.3 chore(deps): update dependency nodemailer to v6.9.3 Jul 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.3 Update dependency nodemailer to v6.9.3 Jul 19, 2023
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.3 chore(deps): update dependency nodemailer to v6.9.4 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from c184d5b to 828558e Compare July 20, 2023 05:53
@socket-security
Copy link

socket-security bot commented Jul 20, 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/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 0 1.16 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 0 376 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 0 1.96 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.9.13 environment, filesystem, network, shell 0 503 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 0 20.1 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 +4 816 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 +1 92.1 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-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 nodemailer to v6.9.4 Update dependency nodemailer to v6.9.4 Jul 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.8 Update dependency nodemailer to v6.9.8 Jan 8, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.8 chore(deps): update dependency nodemailer to v6.9.8 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.8 Update dependency nodemailer to v6.9.8 Feb 1, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.8 Update dependency nodemailer to v6.9.9 Feb 2, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.9 chore(deps): update dependency nodemailer to v6.9.9 Feb 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.9 Update dependency nodemailer to v6.9.9 Feb 7, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.9 chore(deps): update dependency nodemailer to v6.9.9 Feb 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.9 Update dependency nodemailer to v6.9.9 Feb 22, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.9 Update dependency nodemailer to v6.9.10 Feb 23, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.10 chore(deps): update dependency nodemailer to v6.9.10 Feb 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.10 Update dependency nodemailer to v6.9.10 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from 9508650 to 43a1045 Compare March 1, 2024 06:02
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.10 chore(deps): update dependency nodemailer to v6.9.11 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from 43a1045 to 75c3ece Compare March 8, 2024 20:53
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.11 Update dependency nodemailer to v6.9.12 Mar 8, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.12 chore(deps): update dependency nodemailer to v6.9.12 Mar 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.12 Update dependency nodemailer to v6.9.12 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from 75c3ece to 9172a4a Compare March 22, 2024 05:31
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.12 chore(deps): update dependency nodemailer to v6.9.13 Mar 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.13 Update dependency nodemailer to v6.9.13 Mar 28, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.13 chore(deps): update dependency nodemailer to v6.9.13 Apr 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.13 Update dependency nodemailer to v6.9.13 Apr 29, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.13 chore(deps): update dependency nodemailer to v6.9.13 May 1, 2024
@renovate renovate bot force-pushed the renovate/nodemailer-6.x branch from 9172a4a to 7c83e33 Compare May 3, 2024 02:33
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.13 Update dependency nodemailer to v6.9.13 May 4, 2024
@renovate renovate bot changed the title Update dependency nodemailer to v6.9.13 chore(deps): update dependency nodemailer to v6.9.13 May 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency nodemailer to v6.9.13 Update dependency nodemailer to v6.9.13 May 25, 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