Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the create-database-app-dependencies group with 9 updates in the / directory:

Package From To
@inquirer/prompts 7.4.1 7.9.0
@oclif/plugin-plugins 5.4.36 5.4.52
@oclif/test 4.1.12 4.1.14
eslint-plugin-import 2.31.0 2.32.0
execa 9.5.2 9.6.0
mocha 11.1.0 11.7.4
nodemon 3.1.9 3.1.10
oclif 4.11.3 4.22.38
typescript 5.8.3 5.9.3

Updates @inquirer/prompts from 7.4.1 to 7.9.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.9.0

  • New design for the keys help tip. Themable/localizable with theme.style.keysHelpTip.
  • Re-introduce option to match up/down actions with vim or emacs keybindings. Enable with theme.keybindings

@​inquirer/prompts@​7.8.6

  • Reduce number of transitive dependencies

@​inquirer/prompts@​7.8.5

  • Fix #1834: (rawlist) Allows specifying numbers as explicit keys of option within the list.

@​inquirer/prompts@​7.8.4

  • fix: Remove "easter-egg" vim/emacs bindings conflicting with the type-to-search feature.

@​inquirer/prompts@​7.8.3

  • Fix Unix yes not properly being processed by the confirm prompt. (yes | node confirm-script.js)

@​inquirer/prompts@​7.8.2

  • Make @types/node an optional peer dependency.

@​inquirer/prompts@​7.8.1

  • Replace external-editor dependency with new @inquirer/external-editor. This remove the vulnerable tmp transitive dependency from the dependency tree.

@​inquirer/prompts@​7.8.0

  • Search prompt: New instructions config to allow localizing the help tips.

@​inquirer/prompts@​7.7.1

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

@​inquirer/prompts@​7.7.0

  • Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
  • Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.

@​inquirer/prompts@​7.6.0

-input prompt: New prefill option to control if the default value is editable inline or only after pressing tab.

@​inquirer/prompts@​7.5.3

  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@​inquirer/prompts@​7.5.2

  • Chore: dependencies bump

@​inquirer/prompts@​7.5.0

  • Feat(@​inquirer/select): Added an instructions option allowing to customize the messages in the help tips.
  • Feat(@​inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.
Commits
  • 87cb01e Publish
  • 8410243 feat: Review how help tips are themed/localize (#1851)
  • f1ec92a feat: Add optional support for vim and emac bindings (#1838)
  • 92e1a84 Chore(deps): Bump github/codeql-action from 3 to 4 (#1852)
  • 9b226bd feat(@​inquirer/checkbox): selected checkbox can now display checkedName (#1844)
  • 679368d feat: modernize prompt instructions UI
  • c6a557f chore: Ignore tests when running yarn dev/yarn demo
  • f79b2ac chore: Add AGENTS.md & gitignore PLAN.md
  • 428c989 Chore(deps-dev): Bump tshy from 3.0.2 to 3.0.3 (#1849)
  • 1d96e81 Chore(deps-dev): Bump globby from 14.1.0 to 15.0.0 (#1846)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.36 to 5.4.52

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.4.52

Bug Fixes

  • add warning about deprecating auto-install feature (#1230) (bbf8e0c)

5.4.51

Bug Fixes

  • deps: bump @​oclif/core from 4.5.6 to 4.7.2 (#1229) (4d4f42c)

5.4.50

Bug Fixes

5.4.49

Bug Fixes

5.4.48

Bug Fixes

  • deps: bump @​oclif/core from 4.5.3 to 4.5.4 (#1212) (5cb3c5f)

5.4.47

Bug Fixes

  • deps: bump @​oclif/core from 4.5.2 to 4.5.3 (#1203) (f10f08c)

5.4.46

Bug Fixes

  • deps: bump @​oclif/core from 4.5.1 to 4.5.2 (#1176) (56b7e1f)

5.4.45

Bug Fixes

  • deps: bump @​oclif/core from 4.4.1 to 4.5.0 (#1165) (4ed7364)

5.4.44

Bug Fixes

  • deps: bump @​oclif/core from 4.4.0 to 4.4.1 (#1163) (61bf9d5)

5.4.43

Bug Fixes

... (truncated)

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.4.52 (2025-10-30)

Bug Fixes

  • add warning about deprecating auto-install feature (#1230) (bbf8e0c)

5.4.51 (2025-10-25)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.6 to 4.7.2 (#1229) (4d4f42c)

5.4.50 (2025-10-11)

Bug Fixes

5.4.49 (2025-10-05)

Bug Fixes

5.4.48 (2025-09-27)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.3 to 4.5.4 (#1212) (5cb3c5f)

5.4.47 (2025-09-13)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.2 to 4.5.3 (#1203) (f10f08c)

5.4.46 (2025-07-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.1 to 4.5.2 (#1176) (56b7e1f)

5.4.45 (2025-07-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.4.1 to 4.5.0 (#1165) (4ed7364)

5.4.44 (2025-07-05)

... (truncated)

Commits
  • f2c7d51 chore(release): 5.4.52 [skip ci]
  • bbf8e0c fix: add warning about deprecating auto-install feature (#1230)
  • 61ce720 chore(release): 5.4.51 [skip ci]
  • 4d4f42c fix(deps): bump @​oclif/core from 4.5.6 to 4.7.2 (#1229)
  • e8e831c chore(dev-deps): bump eslint from 9.37.0 to 9.38.0 (#1227)
  • a44b23e chore(dev-deps): bump eslint-config-oclif from 6.0.108 to 6.0.110 (#1225)
  • aa7aee9 chore(dev-deps): bump oclif from 4.22.29 to 4.22.32 (#1228)
  • cf22423 chore(dev-deps): bump eslint-config-oclif from 6.0.106 to 6.0.108 (#1220)
  • ec3c968 chore(dev-deps): bump @​types/node from 18.19.129 to 18.19.130 (#1221)
  • d56ca32 chore(release): 5.4.50 [skip ci]
  • Additional commits viewable in compare view

Updates @oclif/test from 4.1.12 to 4.1.14

Release notes

Sourced from @​oclif/test's releases.

4.1.14

Bug Fixes

  • deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)

4.1.13

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)
Changelog

Sourced from @​oclif/test's changelog.

4.1.14 (2025-09-14)

Bug Fixes

  • deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)

4.1.13 (2025-05-18)

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)
Commits
  • 4fda6bb chore(release): 4.1.14 [skip ci]
  • e733920 Merge pull request #812 from oclif/dependabot-npm_and_yarn-debug-4.4.3
  • 5d1ed0d fix(deps): bump debug from 4.4.1 to 4.4.3
  • e94b565 Merge pull request #808 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 652a5a9 chore(dev-deps): bump eslint-config-oclif from 6.0.98 to 6.0.101
  • 8a56f40 Merge pull request #809 from oclif/dependabot-npm_and_yarn-eslint-9.35.0
  • 7b63f09 Merge pull request #810 from oclif/dependabot-npm_and_yarn-types-node-18.19.124
  • 1fd68ad chore(dev-deps): bump @​types/node from 18.19.123 to 18.19.124
  • 871a830 chore(dev-deps): bump eslint from 9.34.0 to 9.35.0
  • a753528 Merge pull request #806 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.31.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates execa from 9.5.2 to 9.6.0

Release notes

Sourced from execa's releases.

v9.6.0

  • Update dependencies d49104a

sindresorhus/execa@v9.5.3...v9.6.0

v9.5.3

  • Fix Node 24-specific deprecation warning (#1199) 1ac5b91

sindresorhus/execa@v9.5.2...v9.5.3

Commits

Updates mocha from 11.1.0 to 11.7.4

Release notes

Sourced from mocha's releases.

v11.7.4

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

v11.7.3

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.4 (2025-10-01)

🩹 Fixes

📚 Documentation

  • migrate remaining legacy wiki pages to main documentation (#5465) (bff9166)

🧹 Chores

11.7.3 (2025-09-30)

🩹 Fixes

  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#5408) (ebdbc48)

📚 Documentation

🤖 Automation

  • deps: bump actions/setup-node in the github-actions group (#5459) (48c6f40)

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

  • add banner from old site to new site, link from new to old (#5414) (dedef11)
  • add info on spies to legacy docs (#5421) (21f5544)

... (truncated)

Commits
  • 8649f39 chore(main): release 11.7.4 (#5473)
  • c2667c3 fix: watch mode using chokidar v4 (#5379)
  • 7f68e5c chore: remove trailing spaces (#5475)
  • bff9166 Docs: migrate remaining legacy wiki pages to main documentation (#5465)
  • c805327 chore(main): release 11.7.3 (#5455)
  • ebdbc48 fix: use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION ...
  • 4122c7d docs: add security escalation policy (#5466)
  • 1164b9d docs: fix duplicate global leak documentation (#5461)
  • 48c6f40 build(deps): bump actions/setup-node in the github-actions group (#5459)
  • 6654704 docs: migrate third party UIs wiki page to docs (#5434)
  • Additional commits viewable in compare view

Updates nodemon from 3.1.9 to 3.1.10

Release notes

Sourced from nodemon's releases.

v3.1.10

3.1.10 (2025-04-23)

Bug Fixes

Commits

Updates oclif from 4.11.3 to 4.22.38

Release notes

Sourced from oclif's releases.

4.22.38

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.33 to 6.2.34 (c08d753)

4.22.37

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (5920c81)

4.22.36

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.908.0 to 3.917.0 (d85d69b)

4.22.35

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.68 to 3.2.71 (319d720)

4.22.34

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.901.0 to 3.913.0 (85a347a)

4.22.33

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8d35fba)

4.22.32

Bug Fixes

  • deps: bump @​oclif/core from 4.5.4 to 4.5.5 (a595757)

4.22.31

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.901.0 to 3.908.0 (1f29867)

4.22.30

Bug Fixes

  • deps: bump semver from 7.7.2 to 7.7.3 (0988557)

4.22.29

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.893.0 to 3.901.0 (2c76f45)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.22.38 (2025-10-27)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.33 to 6.2.34 (c08d753)

4.22.37 (2025-10-26)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (5920c81)

4.22.36 (2025-10-26)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.908.0 to 3.917.0 (d85d69b)

4.22.35 (2025-10-26)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.68 to 3.2.71 (319d720)

4.22.34 (2025-10-19)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.901.0 to 3.913.0 (85a347a)

4.22.33 (2025-10-19)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8d35fba)

4.22.32 (2025-10-12)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.4 to 4.5.5 (a595757)

4.22.31 (2025-10-12)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.901.0 to 3.908.0 (1f29867)

4.22.30 (2025-10-12)

... (truncated)

Commits
  • 1b03a90 chore(release): 4.22.38 [skip ci]
  • b51004e Merge pull request #1894 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • c08d753 fix(deps): bump @​oclif/plugin-help from 6.2.33 to 6.2.34
  • 9a2e162 chore(release): 4.22.37 [skip ci]
  • 78e8d08 Merge pull request #1895 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • 9316018 chore(release): 4.22.36 [skip ci]
  • 32c2dcd Merge pull request #1896 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • e8ae15b Merge pull request #1897 from oclif/dependabot-npm_and_yarn-oclif-plugin-lega...
  • 5920c81 fix(deps): bump @​oclif/plugin-warn-if-update-available
  • 96b83a2 chore(release): 4.22.35 [skip ci]
  • Additional commits viewable in compare view

Updates typescript from 5.8.3 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…irectory with 9 updates

Bumps the create-database-app-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.4.1` | `7.9.0` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.36` | `5.4.52` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.12` | `4.1.14` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [execa](https://github.com/sindresorhus/execa) | `9.5.2` | `9.6.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.1.0` | `11.7.4` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.9` | `3.1.10` |
| [oclif](https://github.com/oclif/oclif) | `4.11.3` | `4.22.38` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |



Updates `@inquirer/prompts` from 7.4.1 to 7.9.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.4.1...@inquirer/prompts@7.9.0)

Updates `@oclif/plugin-plugins` from 5.4.36 to 5.4.52
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.36...5.4.52)

Updates `@oclif/test` from 4.1.12 to 4.1.14
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.12...4.1.14)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `execa` from 9.5.2 to 9.6.0
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v9.5.2...v9.6.0)

Updates `mocha` from 11.1.0 to 11.7.4
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.1.0...v11.7.4)

Updates `nodemon` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.9...v3.1.10)

Updates `oclif` from 4.11.3 to 4.22.38
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.11.3...4.22.38)

Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@oclif/test"
  dependency-version: 4.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: execa
  dependency-version: 9.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: mocha
  dependency-version: 11.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: nodemon
  dependency-version: 3.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: oclif
  dependency-version: 4.22.38
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added create-database-app Generator app dependencies Dependabot dependencies labels Nov 1, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

create-database-app Generator app dependencies Dependabot dependencies OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants