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 packages #275

Closed
rodrigorodriguez opened this issue Nov 18, 2022 · 4 comments
Closed

Update packages #275

rodrigorodriguez opened this issue Nov 18, 2022 · 4 comments

Comments

@rodrigorodriguez
Copy link
Collaborator

Run ncu -u to upgrade package.json
rodriguez@pgm40:~/Sources/BotServer$ ncu -u
Upgrading /home/rodriguez/Sources/BotServer/package.json
[====================] 132/132 100%

@azure/cognitiveservices-computervision 8.1.0 → 8.2.0
@azure/ms-rest-js 2.5.1 → 2.6.2
@google-cloud/pubsub 2.13.0 → 3.2.1
@google-cloud/translate 6.2.6 → 7.0.4
@hubspot/api-client 5.0.0 → 7.1.2
@microsoft/microsoft-graph-client 2.2.1 → 3.0.4
@semantic-release/changelog 5.0.1 → 6.0.1
@semantic-release/exec 5.0.0 → 6.0.3
@semantic-release/git 9.0.0 → 10.0.1
@sendgrid/mail 7.4.4 → 7.7.0
@types/node 8.0.0 → 18.11.9
@types/puppeteer 5.4.6 → 5.4.7
@types/url-join 4.0.0 → 4.0.1
@types/validator 13.1.4 → 13.7.10
adal-node 0.2.2 → 0.2.3
adm-zip 0.5.6 → 0.5.9
alasql ^1.7.3 → ^2.1.6
ban-sensitive-files 1.9.15 → 1.9.18
billboard.js ^3.4.1 → ^3.6.3
body-parser 1.19.0 → 1.20.1
botbuilder 4.11.0 → 4.18.0
botbuilder-adapter-facebook 1.0.11 → 1.0.12
botbuilder-ai 4.11.0 → 4.18.0
botbuilder-dialogs 4.11.0 → 4.18.0
botframework-connector 4.11.0 → 4.18.0
commitizen 4.2.4 → 4.2.5
core-js 3.14.0 → 3.26.1
data-forge ^1.9.5 → ^1.9.6
date-diff 0.2.2 → 1.0.2
docxtemplater ^3.31.1 → ^3.32.4
exceljs 4.2.1 → 4.3.0
express 4.17.1 → 4.18.2
ffmpeg-static 4.3.0 → 5.1.0
google-libphonenumber 3.2.21 → 3.2.31
googleapis 75.0.0 → 109.0.1
ibm-watson 6.1.1 → 7.1.2
js-beautify 1.13.13 → 1.14.7
keyv ^4.5.0 → ^4.5.2
koa-body ^5.0.0 → ^6.0.1
luxon 2.0.2 → 3.1.0
mammoth ^1.4.21 → ^1.5.1
marked 2.0.7 → 4.2.2
ms-rest-azure 3.0.0 → 3.0.2
ngrok 4.0.1 → 4.3.3
node-cron 3.0.0 → 3.0.2
node-nlp ^3.10.2 → ^4.24.0
npm 7.21.0 → 9.1.2
phone 2.4.21 → 3.1.30
pizzip ^3.0.6 → ^3.1.3
prism-media 1.3.1 → 1.3.4
public-ip 4.0.4 → 6.0.1
puppeteer 13.7.0 → 19.2.2
puppeteer-extra-plugin-stealth 2.4.5 → 2.11.1
qrcode ^1.5.0 → ^1.5.1
semantic-release 17.4.3 → 19.0.5
sequelize 6.5.0 → 6.25.6
sequelize-cli 6.2.0 → 6.5.2
sequelize-typescript 2.1.0 → 2.1.5
simple-commit-message 4.1.2 → 4.1.3
simple-git 2.39.1 → 3.15.0
sppull 2.7.0 → 3.0.1
swagger-client 2.1.18 → 3.18.5
tabulator-tables ^5.2.6 → ^5.4.2
tedious 14.0.0 → 15.1.2
ts-node 10.0.0 → 10.9.1
twitter-api-v2 1.12.7 → 1.12.9
typescript 3.6.4 → 4.9.3
url-join 4.0.1 → 5.0.0
whatsapp-web.js 1.18.0 → 1.18.3
winston ^2.4.2 → ^3.8.2

Run npm install to install new versions.
rodriguez@pgm40:/Sources/BotServer$ rm -rf node_modules/
rodriguez@pgm40:
/Sources/BotServer$ npm i
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@azure/msal-node@1.14.2',
npm WARN EBADENGINE required: { node: '10 || 12 || 14 || 16 || 18' },
npm WARN EBADENGINE current: { node: 'v19.1.0', npm: '8.19.3' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'got@5.7.1',
npm WARN EBADENGINE required: { node: '>=0.10.0 <7' },
npm WARN EBADENGINE current: { node: 'v19.1.0', npm: '8.19.3' }
npm WARN EBADENGINE }
npm WARN deprecated momentjs@2.0.0: WARNING: The correct package name for Moment.js is 'moment', not 'momentjs'.
npm WARN deprecated @types/moment-timezone@0.5.30: This is a stub types definition. moment-timezone provides its own type definitions, so you do not need this installed.
npm WARN deprecated @types/winston@2.4.4: This is a stub types definition. winston provides its own type definitions, so you do not need this installed.
npm WARN deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated electron-download@3.3.0: Please use @electron/get moving forward.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated opn@6.0.0: The package has been renamed to open
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated request-promise@4.2.5: request-promise has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated j@0.4.3: The underlying libraries have been unified. See < https://cdn.sheetjs.com/j/ >.
npm WARN deprecated boom@5.2.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated deep-defaults@1.0.5: not actively maintained; find alternatives
npm WARN deprecated ini@1.1.0: Please update to ini >=1.3.6 to avoid a prototype pollution issue
npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated wreck@12.5.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated babyparse@0.4.6: Deprecated in favour of PapaParse, which now supports Node.js
npm WARN deprecated xmldom@0.1.27: Deprecated due to CVE-2021-21366 resolved in 0.5.0
npm WARN deprecated babyparse@0.2.1: Deprecated in favour of PapaParse, which now supports Node.js
npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated formidable@1.0.17: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated travis-deploy-once@5.0.11: We recommend to use Travis Build Stages instead
npm WARN deprecated uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated nsp@3.2.1: The Node Security Platform service is shutting down 9/30 - https://blog.npmjs.org/post/175511531085/the-node-security-platform-service-is-shutting
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated harb@0.0.7: harb has been merged into xlsx
npm WARN deprecated @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
npm WARN deprecated azure-arm-search@1.3.0-preview: This package is deprecated in favor of @azure/arm-search which works both on node.js and browsers
npm WARN deprecated azure-arm-cognitiveservices@3.0.0: This package is deprecated in favor of @azure/arm-cognitiveservices which works both on node.js and browsers
npm WARN deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
npm WARN deprecated bson@0.4.23: Fixed a critical issue with BSON serialization documented in CVE-2019-2391, see https://bit.ly/2KcpXdo for more details
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated superagent@1.8.5: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see axios/axios#3410
npm WARN deprecated swagger-client@2.1.18: No longer maintained, please upgrade to swagger-client@3.
npm WARN deprecated documentdb@1.14.5: We recently announced deprecation of JS v1 SDK. Starting September 2020 Microsoft will not provide support for this library. Existing applications using this library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library. Please file any issues in the Azure SDK for JS repo https://github.com/Azure/azure-sdk-for-js
npm WARN deprecated xlsjs@0.7.6: xlsjs has been merged into xlsx
npm WARN deprecated xlsx@0.7.12: this version is no longer supported. More info at https://cdn.sheetjs.com/xlsx/
npm WARN deprecated azure-storage@2.10.2: Please note: newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is available as of June 2021. While the legacy azure-storage package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Migration guide can be found: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/MigrationGuide.md
npm WARN deprecated azure-arm-resource@7.4.0: This package is deprecated in favor of @azure/arm-resources which works both on node.js and browsers
npm WARN deprecated puppeteer@5.5.0: Version no longer supported. Upgrade to @latest
npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
npm WARN deprecated azure-arm-sql@5.7.0: This package is deprecated in favor of @azure/arm-sql whick works both on node.js and browsers
npm WARN deprecated core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated azure-arm-website@5.7.0: This package is deprecated in favor of @azure/arm-appservice whick works both on node.js and browsers
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463(##################) ⠦ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 46377ms (cache miss)
(##################) ⠦ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 46377ms (cache miss)

@rodrigorodriguez
Copy link
Collaborator Author

  1. (##################) ⠦ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 46377ms (cache miss)
  2. ^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463^B(##################) ⠧ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 463(##################) ⠦ reify:googleapis: http fetch GET 200 https://registry.npmjs.org/googleapis/-/googleapis-109.0.1.tgz 46377ms (cache miss)
  3. npm WARN deprecated @babel/polyfill@7.12.1: rotating_light This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
  4. npm WARN deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
  5. npm WARN deprecated @types/moment-timezone@0.5.30: This is a stub types definition. moment-timezone provides its own type definitions, so you do not need this installed.
  6. npm WARN deprecated @types/winston@2.4.4: This is a stub types definition. winston provides its own type definitions, so you do not need this installed.
  7. npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see Hotfix: Prevent SSRF axios/axios#3410
  8. npm WARN deprecated azure-arm-cognitiveservices@3.0.0: This package is deprecated in favor of @azure/arm-cognitiveservices which works both on node.js and browsers
  9. npm WARN deprecated azure-arm-resource@7.4.0: This package is deprecated in favor of @azure/arm-resources which works both on node.js and browsers
  10. npm WARN deprecated azure-arm-search@1.3.0-preview: This package is deprecated in favor of @azure/arm-search which works both on node.js and browsers
  11. npm WARN deprecated azure-arm-sql@5.7.0: This package is deprecated in favor of @azure/arm-sql whick works both on node.js and browsers
  12. npm WARN deprecated azure-arm-website@5.7.0: This package is deprecated in favor of @azure/arm-appservice whick works both on node.js and browsers
  13. npm WARN deprecated azure-storage@2.10.2: Please note: newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is available as of June 2021. While the legacy azure-storage package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Migration guide can be found: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/MigrationGuide.md
  14. npm WARN deprecated babyparse@0.2.1: Deprecated in favour of PapaParse, which now supports Node.js
  15. npm WARN deprecated babyparse@0.4.6: Deprecated in favour of PapaParse, which now supports Node.js
  16. npm WARN deprecated boom@5.2.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  17. npm WARN deprecated bson@0.4.23: Fixed a critical issue with BSON serialization documented in CVE-2019-2391, see https://bit.ly/2KcpXdo for more details
  18. npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
  19. npm WARN deprecated core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
  20. npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
  21. npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (ReDos Vulnerability Regression Visibility Notice debug-js/debug#797)
  22. npm WARN deprecated deep-defaults@1.0.5: not actively maintained; find alternatives
  23. npm WARN deprecated documentdb@1.14.5: We recently announced deprecation of JS v1 SDK. Starting September 2020 Microsoft will not provide support for this library. Existing applications using this library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library. Please file any issues in the Azure SDK for JS repo https://github.com/Azure/azure-sdk-for-js
  24. npm WARN deprecated electron-download@3.3.0: Please use @electron/get moving forward.
  25. npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
  26. npm WARN deprecated formidable@1.0.17: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
  27. npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
  28. npm WARN deprecated har-validator@5.1.5: this library is no longer supported
  29. npm WARN deprecated harb@0.0.7: harb has been merged into xlsx
  30. npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  31. npm WARN deprecated ini@1.1.0: Please update to ini >=1.3.6 to avoid a prototype pollution issue
  32. npm WARN deprecated j@0.4.3: The underlying libraries have been unified. See < https://cdn.sheetjs.com/j/ >.
  33. npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
  34. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  35. npm WARN deprecated momentjs@2.0.0: WARNING: The correct package name for Moment.js is 'moment', not 'momentjs'.
  36. npm WARN deprecated nsp@3.2.1: The Node Security Platform service is shutting down 9/30 - https://blog.npmjs.org/post/175511531085/the-node-security-platform-service-is-shutting
  37. npm WARN deprecated opn@6.0.0: The package has been renamed to open
  38. npm WARN deprecated puppeteer@5.5.0: Version no longer supported. Upgrade to @latest
  39. npm WARN deprecated request-promise-native@1.0.8: request-promise-native has been deprecated because it extends the now deprecated request package, see Request’s Past, Present and Future request/request#3142
  40. npm WARN deprecated request-promise@4.2.5: request-promise has been deprecated because it extends the now deprecated request package, see Request’s Past, Present and Future request/request#3142
  41. npm WARN deprecated request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  42. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  43. npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
  44. npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
  45. npm WARN deprecated superagent@1.8.5: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
  46. npm WARN deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at https://github.com/visionmedia/superagent/releases.
  47. npm WARN deprecated swagger-client@2.1.18: No longer maintained, please upgrade to swagger-client@3.
  48. npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
  49. npm WARN deprecated travis-deploy-once@5.0.11: We recommend to use Travis Build Stages instead
  50. npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see Roadmap: TSLint -> ESLint palantir/tslint#4534 for more information.
  51. npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see Roadmap: TSLint -> ESLint palantir/tslint#4534 for more information.
  52. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  53. npm WARN deprecated uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  54. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  55. npm WARN deprecated wreck@12.5.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
  56. npm WARN deprecated xlsjs@0.7.6: xlsjs has been merged into xlsx
  57. npm WARN deprecated xlsx@0.7.12: this version is no longer supported. More info at https://cdn.sheetjs.com/xlsx/
  58. npm WARN deprecated xmldom@0.1.27: Deprecated due to CVE-2021-21366 resolved in 0.5.0

@rodrigorodriguez
Copy link
Collaborator Author

  1. warning botlib > pragmatismo-io-framework > ms-rest-azure > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  2. warning botlib > pragmatismo-io-framework > ms-rest-azure > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  3. warning botlib > botbuilder-azure > azure-storage@2.10.7: Please note: newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is available as of June 2021. While the legacy azure-storage package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Migration guide can be found: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/MigrationGuide.md
  4. warning botlib > botbuilder-azure > azure-storage > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  5. warning botlib > botbuilder-azure > azure-storage > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  6. warning botlib > pragmatismo-io-framework > azure-cognitiveservices-textanalytics > ms-rest > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  7. warning botlib > pragmatismo-io-framework > azure-cognitiveservices-textanalytics > ms-rest > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  8. warning nexmo > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  9. warning nexmo > uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  10. warning npm > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
  11. warning tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see Roadmap: TSLint -> ESLint palantir/tslint#4534 for more information.
  12. warning adal-node > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  13. warning botbuilder-ai > @azure/cognitiveservices-luis-runtime > @azure/ms-rest-js > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  14. warning ms-rest-azure > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  15. warning ms-rest-azure > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  16. warning textract > xmldom@0.1.16: Deprecated due to CVE-2021-21366 resolved in 0.5.0
  17. warning textract > j@0.3.11: The underlying libraries have been unified. See < https://cdn.sheetjs.com/j/ >.
  18. warning textract > j > xlsx@0.7.12: this version is no longer supported. More info at https://cdn.sheetjs.com/xlsx/
  19. warning textract > j > xlsjs@0.7.6: xlsjs has been merged into xlsx
  20. warning textract > cheerio > CSSselect@0.4.1: the module is now available as 'css-select'
  21. warning textract > cheerio > CSSselect > CSSwhat@0.4.7: the module is now available as 'css-what'
  22. warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
  23. warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
  24. warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  25. warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  26. warning winston-logs-display > jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
  27. warning winston-logs-display > jade > transformers@2.1.0: Deprecated, use jstransformer
  28. warning winston-logs-display > jade > constantinople@3.0.2: Please update to at least constantinople 3.1.1
  29. warning @types/puppeteer@7.0.4: This is a stub types definition. puppeteer provides its own type definitions, so you do not need this installed.
  30. warning ban-sensitive-files > ggit > debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (ReDos Vulnerability Regression Visibility Notice debug-js/debug#797)
  31. warning git-issues > request@2.88.2: request has been deprecated, see Request’s Past, Present and Future request/request#3142
  32. warning license-checker > read-installed > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
  33. warning semantic-release > @semantic-release/npm > npm > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
  34. warning semantic-release > @semantic-release/npm > npm > @npmcli/arborist > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
  35. warning semantic-release > @semantic-release/npm > npm > @npmcli/arborist > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs

@rodrigorodriguez
Copy link
Collaborator Author

nodejs/node-gyp#2756
warning npm > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs

vasyas/typescript-rest-rpc#20
warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated

#279
warning tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.

AlaSQL/alasql#1541
warning alasql > request@2.88.2: request has been deprecated, see request/request#3142

#281
warning c3-chart-maker > data-forge > promised-mongo > mongodb-core > bson@0.4.23: Fixed a critical issue with BSON serialization documented in CVE-2019-2391, see https://bit.ly/2KcpXdo for more details

#280
warning swagger-client > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

bahmutov/ggit#157
warning ban-sensitive-files > ggit > debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)

#283
warning nexmo > uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

warning adal-node > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning botbuilder-ai > @azure/cognitiveservices-luis-runtime > @azure/ms-rest-js > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning botlib > pragmatismo-io-framework > ms-rest-azure > request@2.88.2: request has been deprecated, see request/request#3142
warning ms-rest-azure > request@2.88.2: request has been deprecated, see request/request#3142
warning ssr-for-bots > tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
warning typescript-rest-rpc > ts-morph > globby > fast-glob > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning winston-logs-display > jade > transformers@2.1.0: Deprecated, use jstransformer
warning git-issues > request@2.88.2: request has been deprecated, see request/request#3142
warning license-checker > read-installed > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
warning semantic-release > @semantic-release/npm > npm > readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
warning travis-deploy-once@3.3.0: We recommend to use Travis Build Stages instead

@rodrigorodriguez
Copy link
Collaborator Author

Report in WARNINGS.md in root folder.

@rodrigorodriguez rodrigorodriguez removed their assignment Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant