PromucFlow_constructor/deploy/docker/fs/opt/appsmith/utils/package.json

32 lines
641 B
JSON
Raw Normal View History

{
"name": "appsmith_utils",
"version": "1.0.0",
"description": "appsmith utils tool",
"main": "bin/index.js",
"author": "",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/appsmithorg/appsmith.git",
"directory": "deploy/docker"
},
"dependencies": {
"cli-progress": "^3.11.2",
"dotenv": "10.0.0",
chore(deps): bump mongodb from 5.7.0 to 5.8.0 in /deploy/docker/utils (#26811) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.7.0 to 5.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/node-mongodb-native/releases">mongodb's releases</a>.</em></p> <blockquote> <h2>v5.8.0</h2> <h2><a href="https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v5.8.0">5.8.0</a> (2023-08-21)</h2> <p>The MongoDB Node.js team is pleased to announce version 5.8.0 of the <code>mongodb</code> package!</p> <h2>Release Notes</h2> <h3>The <code>AutoEncrypter</code> interface has been deprecated</h3> <p>The <code>AutoEncrypter</code> interface was used internally but accidentally made public in the 4.x version of the driver. It is now deprecated and will be made internal in the next major release.</p> <h3>Kerberos support for 1.x and 2.x</h3> <p>Moves the kerberos dependency back to <code>^1.0.0 || ^2.0.0</code> to indicate support for both 1.x and 2.x. Support for 1.x is removed in 6.0.</p> <h3>Fixed accidental deprecation warning</h3> <p>Because of internal options handling, a deprecation was emitted for <code>tlsCertificateFile</code> when using <code>tlsCertificateKeyFile</code>. That has been corrected.</p> <h3>Remove credential availability on <code>ConnectionPoolCreatedEvent</code></h3> <p>In order to avoid mistakenly printing credentials the <code>ConnectionPoolCreatedEvent</code> will replace the credentials option with an empty object. The credentials are still accessble via MongoClient options: <code>client.options.credentials</code>.</p> <h3>Features</h3> <ul> <li><strong>NODE-5399:</strong> use mongodb-js/saslprep instead of saslprep (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3818">#3818</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/c0d39273793d09cc9a0c1ca9955afaf77f9f62c6">c0d3927</a>)</li> <li><strong>NODE-5429:</strong> deprecate the <code>AutoEncrypter</code> interface (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3764">#3764</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/9bb0d955e73a6bc819992617c99c4406d7f9c550">9bb0d95</a>)</li> <li><strong>NODE-5465,NODE-5538:</strong> lower <code>@aws-sdk/credential-providers</code> version to 3.188.0 and <code>zstd</code> to <code>^1.0.0</code> (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3821">#3821</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/39ff81d40220e1fc03627fce8f5af85f11283e97">39ff81d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>NODE-5489:</strong> set kerberos compatibility to ^1.0.0 || ^2.0.0 (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3803">#3803</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/c3b35b321b6ac0408af4dc10251c84a196a6f953">c3b35b3</a>)</li> <li><strong>NODE-5495:</strong> do not emit deprecation warning when tlsCertificateKeyFile is specified and tlsCertificateFile is not (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3810">#3810</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/e81d4a2fc0ffc1d32dc3e124ceadd887e0a78ec4">e81d4a2</a>)</li> <li><strong>NODE-5537:</strong> remove credentials from ConnectionPoolCreatedEvent options (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3813">#3813</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/4cf1e96c68410d743c592b27e8864917ca16e160">4cf1e96</a>)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://docs.mongodb.com/drivers/node/current/">Reference</a></li> <li><a href="https://mongodb.github.io/node-mongodb-native/5.8/">API</a></li> <li><a href="https://github.com/mongodb/node-mongodb-native/blob/v5.8.0/HISTORY.md">Changelog</a></li> </ul> <p>We invite you to try the <code>mongodb</code> library immediately, and report any issues to the <a href="https://jira.mongodb.org/projects/NODE">NODE project</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mongodb/node-mongodb-native/blob/v5.8.0/HISTORY.md">mongodb's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v5.8.0">5.8.0</a> (2023-08-21)</h2> <h3>Features</h3> <ul> <li><strong>NODE-5399:</strong> use mongodb-js/saslprep instead of saslprep (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3818">#3818</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/c0d39273793d09cc9a0c1ca9955afaf77f9f62c6">c0d3927</a>)</li> <li><strong>NODE-5429:</strong> deprecate the <code>AutoEncrypter</code> interface (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3764">#3764</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/9bb0d955e73a6bc819992617c99c4406d7f9c550">9bb0d95</a>)</li> <li><strong>NODE-5465,NODE-5538:</strong> lower <code>@aws-sdk/credential-providers</code> version to 3.188.0 and <code>zstd</code> to <code>^1.0.0</code> (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3821">#3821</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/39ff81d40220e1fc03627fce8f5af85f11283e97">39ff81d</a>)</li> <li><strong>NODE-5489:</strong> update kerberos dependency (<a href="https://github.com/mongodb/node-mongodb-native/commit/8c25d6d0a7cb0a766f356e7320d09c964d21542b">8c25d6d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>NODE-5489:</strong> set kerberos compatibility to ^1.0.0 || ^2.0.0 (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3803">#3803</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/c3b35b321b6ac0408af4dc10251c84a196a6f953">c3b35b3</a>)</li> <li><strong>NODE-5495:</strong> do not emit deprecation warning when tlsCertificateKeyFile is specified and tlsCertificateFile is not (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3810">#3810</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/e81d4a2fc0ffc1d32dc3e124ceadd887e0a78ec4">e81d4a2</a>)</li> <li><strong>NODE-5537:</strong> remove credentials from ConnectionPoolCreatedEvent options (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3813">#3813</a>) (<a href="https://github.com/mongodb/node-mongodb-native/commit/4cf1e96c68410d743c592b27e8864917ca16e160">4cf1e96</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/43673fa1893e98b99519c4b32279f87776d87cf5"><code>43673fa</code></a> chore(5.x): release 5.8.0 [skip-ci] (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3825">#3825</a>)</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/4b2fc79525ec2566752379a11fd7431f82420c8d"><code>4b2fc79</code></a> docs: fix cutoff sentence on CommandStartedEvent (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3828">#3828</a>)</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/39ff81d40220e1fc03627fce8f5af85f11283e97"><code>39ff81d</code></a> feat(NODE-5465,NODE-5538): lower <code>@aws-sdk/credential-providers</code> version to 3...</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/e1af3437c309c145e2af6ebceb005771b10e736a"><code>e1af343</code></a> chore: update release automation scripts 5.x (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3823">#3823</a>)</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/c0d39273793d09cc9a0c1ca9955afaf77f9f62c6"><code>c0d3927</code></a> feat(NODE-5399): use mongodb-js/saslprep instead of saslprep (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3818">#3818</a>)</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/4cf1e96c68410d743c592b27e8864917ca16e160"><code>4cf1e96</code></a> fix(NODE-5537): remove credentials from ConnectionPoolCreatedEvent options (#...</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/e81d4a2fc0ffc1d32dc3e124ceadd887e0a78ec4"><code>e81d4a2</code></a> fix(NODE-5495): do not emit deprecation warning when tlsCertificateKeyFile is...</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/c3b35b321b6ac0408af4dc10251c84a196a6f953"><code>c3b35b3</code></a> fix(NODE-5489): set kerberos compatibility to ^1.0.0 || ^2.0.0 (<a href="https://redirect.github.com/mongodb/node-mongodb-native/issues/3803">#3803</a>)</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/cc3069d8362d29e40839d2dbf1855583b88c4253"><code>cc3069d</code></a> Revert &quot;feat(NODE-5489): update kerberos dependency&quot;</li> <li><a href="https://github.com/mongodb/node-mongodb-native/commit/8c25d6d0a7cb0a766f356e7320d09c964d21542b"><code>8c25d6d</code></a> feat(NODE-5489): update kerberos dependency</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v5.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongodb&package-manager=npm_and_yarn&previous-version=5.7.0&new-version=5.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/appsmithorg/appsmith/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 02:29:02 +00:00
"mongodb": "^5.8.0",
"nodemailer": "6.7.5",
"readline-sync": "1.4.10",
"shelljs": "0.8.5"
},
"devDependencies": {
"jest": "^29.1.2"
},
"bin": {
"appsmithctl": "./bin/index.js"
},
"scripts": {
"test": "jest"
}
}