Skip to content

Commit

Permalink
chore(deps-dev): bump @adonisjs/require-ts from 2.0.12 to 2.0.13
Browse files Browse the repository at this point in the history
Bumps [@adonisjs/require-ts](https://github.com/adonisjs/require-ts) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/adonisjs/require-ts/releases)
- [Commits](adonisjs/require-ts@v2.0.12...v2.0.13)

---
updated-dependencies:
- dependency-name: "@adonisjs/require-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent e2f7337 commit ad79b2f
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
jest-worker "^27.5.1"

"@adonisjs/require-ts@^2.0.12":
version "2.0.12"
resolved "https://registry.yarnpkg.com/@adonisjs/require-ts/-/require-ts-2.0.12.tgz#3c2b10a5d4cf6c9c0e6e302a6337f5ae3709496d"
integrity sha512-zSXTtJOQV0rutj+If6SPOL0XL+Lp5dgxdyGP25XfaQ5VYQAcnL9vlOy1PXANOsuWyOWFiBHQKFzWmDmwrlckhg==
version "2.0.13"
resolved "https://registry.yarnpkg.com/@adonisjs/require-ts/-/require-ts-2.0.13.tgz#0e5aca7c736e866fec97a925d776c46b1733c092"
integrity sha512-PyDvrGzriU9dJC/ZkP+aT/+5jKCMTWIlc6KivU/uSGX9L9+PF213nzAATS1PKEWP1G0GcWsnyhQW8QgMwuFS3A==
dependencies:
"@poppinss/utils" "^4.0.4"
"@poppinss/utils" "^5.0.0"
debug "^4.3.4"
find-cache-dir "^3.3.2"
fs-extra "^10.1.0"
Expand Down Expand Up @@ -907,6 +907,29 @@
slugify "^1.6.5"
truncatise "0.0.8"

"@poppinss/utils@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@poppinss/utils/-/utils-5.0.0.tgz#47e53f61d73a4a12a0bfd228f1b2dc05010af33e"
integrity sha512-SpJL5p4Nx3bRCpCf62KagZLUHLvJD+VDylGpXAeP2G5qb3s6SSOBlpaFmer4GxdyTqLIUt0PRCzF1TbpNU+qZw==
dependencies:
"@poppinss/file-generator" "^1.0.2"
"@types/bytes" "^3.1.1"
"@types/he" "^1.1.2"
bytes "^3.1.2"
change-case "^4.1.2"
cuid "^2.1.8"
flattie "^1.1.0"
fs-readdir-recursive "^1.1.0"
he "^1.2.0"
kind-of "^6.0.3"
lodash "^4.17.21"
ms "^2.1.3"
pluralize "^8.0.0"
require-all "^3.0.0"
resolve-from "^5.0.0"
slugify "^1.6.5"
truncatise "0.0.8"

"@samverschueren/stream-to-observable@^0.3.0", "@samverschueren/stream-to-observable@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz#a21117b19ee9be70c379ec1877537ef2e1c63301"
Expand Down Expand Up @@ -2534,20 +2557,13 @@ [email protected], debug@^2.2.0, debug@^2.3.3:
dependencies:
ms "2.0.0"

debug@4, [email protected], debug@^4.3.4:
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"

debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
dependencies:
ms "2.1.2"

decamelize-keys@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
Expand Down

0 comments on commit ad79b2f

Please sign in to comment.