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

31 lines
610 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": {
"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",
chore: bump nodemailer from 6.7.5 to 6.9.9 in /deploy/docker/fs/opt/appsmith/utils (#30852) Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.5 to 6.9.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/releases">nodemailer's releases</a>.</em></p> <blockquote> <h2>v6.9.9</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.8...v6.9.9">6.9.9</a> (2024-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (<a href="https://github.com/nodemailer/nodemailer/commit/dd8f5e8a4ddc99992e31df76bcff9c590035cd4a">dd8f5e8</a>)</li> <li><strong>tests:</strong> Use native node test runner, added code coverage support, removed grunt (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1604">#1604</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/be45c1b299d012358d69247019391a02734d70af">be45c1b</a>)</li> </ul> <h2>v6.9.8</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.7...v6.9.8">6.9.8</a> (2023-12-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>punycode:</strong> do not use native punycode module (<a href="https://github.com/nodemailer/nodemailer/commit/b4d0e0c7cc4b15bc4d9e287f91d1bcaca87508b0">b4d0e0c</a>)</li> </ul> <h2>v6.9.7</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7">6.9.7</a> (2023-10-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>customAuth:</strong> Do not require user and pass to be set for custom authentication schemes (fixes <a href="https://redirect.github.com/nodemailer/nodemailer/issues/1584">#1584</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/41d482c3f01e26111b06f3e46351b193db3fb5cb">41d482c</a>)</li> </ul> <h2>v6.9.6</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.5...v6.9.6">6.9.6</a> (2023-10-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>inline:</strong> Use 'inline' as the default Content Dispostion value for embedded images (<a href="https://github.com/nodemailer/nodemailer/commit/db32c93fefee527bcc239f13056e5d9181a4d8af">db32c93</a>)</li> <li><strong>tests:</strong> Removed Node v12 from test matrix as it is not compatible with the test framework anymore (<a href="https://github.com/nodemailer/nodemailer/commit/7fe0a608ed6bcb70dc6b2de543ebfc3a30abf984">7fe0a60</a>)</li> </ul> <h2>v6.9.5</h2> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.4...v6.9.5">6.9.5</a> (2023-09-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>license:</strong> Updated license year (<a href="https://github.com/nodemailer/nodemailer/commit/da4744e491f3a68f4f68e4073684370592630e01">da4744e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md">nodemailer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.8...v6.9.9">6.9.9</a> (2024-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>security:</strong> Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (<a href="https://github.com/nodemailer/nodemailer/commit/dd8f5e8a4ddc99992e31df76bcff9c590035cd4a">dd8f5e8</a>)</li> <li><strong>tests:</strong> Use native node test runner, added code coverage support, removed grunt (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1604">#1604</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/be45c1b299d012358d69247019391a02734d70af">be45c1b</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.7...v6.9.8">6.9.8</a> (2023-12-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>punycode:</strong> do not use native punycode module (<a href="https://github.com/nodemailer/nodemailer/commit/b4d0e0c7cc4b15bc4d9e287f91d1bcaca87508b0">b4d0e0c</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.7">6.9.7</a> (2023-10-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>customAuth:</strong> Do not require user and pass to be set for custom authentication schemes (fixes <a href="https://redirect.github.com/nodemailer/nodemailer/issues/1584">#1584</a>) (<a href="https://github.com/nodemailer/nodemailer/commit/41d482c3f01e26111b06f3e46351b193db3fb5cb">41d482c</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.5...v6.9.6">6.9.6</a> (2023-10-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>inline:</strong> Use 'inline' as the default Content Dispostion value for embedded images (<a href="https://github.com/nodemailer/nodemailer/commit/db32c93fefee527bcc239f13056e5d9181a4d8af">db32c93</a>)</li> <li><strong>tests:</strong> Removed Node v12 from test matrix as it is not compatible with the test framework anymore (<a href="https://github.com/nodemailer/nodemailer/commit/7fe0a608ed6bcb70dc6b2de543ebfc3a30abf984">7fe0a60</a>)</li> </ul> <h2><a href="https://github.com/nodemailer/nodemailer/compare/v6.9.4...v6.9.5">6.9.5</a> (2023-09-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>license:</strong> Updated license year (<a href="https://github.com/nodemailer/nodemailer/commit/da4744e491f3a68f4f68e4073684370592630e01">da4744e</a>)</li> </ul> <h2>6.9.4 2023-07-19</h2> <ul> <li>Renamed SendinBlue to Brevo</li> </ul> <h2>6.9.3 2023-05-29</h2> <ul> <li>Specified license identifier (was defined as MIT, actual value MIT-0)</li> <li>If SMTP server disconnects with a message, process it and include as part of the response error</li> </ul> <h2>6.9.2 2023-05-11</h2> <ul> <li>Fix uncaught exception on invalid attachment content payload</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodemailer/nodemailer/commit/5a2e10f454e3a02e0ee48d6a7be04e21cafa76ca"><code>5a2e10f</code></a> chore(master): release 6.9.9 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1606">#1606</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/dd8f5e8a4ddc99992e31df76bcff9c590035cd4a"><code>dd8f5e8</code></a> fix(security): Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eterna...</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/2c2b46ae4c0d29d76c2b0e7758b03ea10345831e"><code>2c2b46a</code></a> chore: do not use caret in version specifier</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/be45c1b299d012358d69247019391a02734d70af"><code>be45c1b</code></a> fix(tests): Use native node test runner, added code coverage support, removed...</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/4233f6f89e5d432ade6b6d3e5c578996ddeb831e"><code>4233f6f</code></a> chore(master): release 6.9.8 [skip-ci] (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1605">#1605</a>)</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/09d502f9798478968c46b7ae6a47e24c42291bbf"><code>09d502f</code></a> chore: removed double file</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/b4d0e0c7cc4b15bc4d9e287f91d1bcaca87508b0"><code>b4d0e0c</code></a> fix(punycode): do not use native punycode module</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/8376c024f84add985eaceb099257e28dcfe171a7"><code>8376c02</code></a> Test new github notice syntax for README</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/bc46a3b7d4ed708dab4789e0ffedfc646fbb205d"><code>bc46a3b</code></a> Updated stale github action</li> <li><a href="https://github.com/nodemailer/nodemailer/commit/78bdaf8c9ed023cea825ba36d9cd15151925cc7f"><code>78bdaf8</code></a> chore: remove redundant AWS SDK for JavaScript v2 (<a href="https://redirect.github.com/nodemailer/nodemailer/issues/1593">#1593</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nodemailer/nodemailer/compare/v6.7.5...v6.9.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nodemailer&package-manager=npm_and_yarn&previous-version=6.7.5&new-version=6.9.9)](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>
2024-02-02 06:26:19 +00:00
"nodemailer": "6.9.9",
"readline-sync": "1.4.10",
"shelljs": "0.8.5"
},
"devDependencies": {
chore: fix braces version (#34282) ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9547569754> > Commit: 3516b9f76c77b499fe363d3aab583595911fa087 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9547569754&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated Jest dependency from version 29.1.2 to 29.7.0 for improved testing capabilities. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-06-18 09:28:17 +00:00
"jest": "^29.7.0"
},
"bin": {
"appsmithctl": "./bin/index.js"
},
"scripts": {
"test": "jest"
}
}