Skip to content

Commit

Permalink
build(deps): bump dottie and @types/dottie (#736)
Browse files Browse the repository at this point in the history
Bumps [dottie](https://github.com/mickhansen/dottie.js) and [@types/dottie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dottie). These dependencies needed to be updated together.

Updates `dottie` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/mickhansen/dottie.js/releases)
- [Commits](mickhansen/dottie.js@v2.0.4...v2.0.6)

Updates `@types/dottie` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dottie)

---
updated-dependencies:
- dependency-name: dottie
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/dottie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 10646ba commit 40ce96f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions modules/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bson": "^5.2.0",
"deepdash": "^5.3.9",
"deepdash-es": "^5.3.9",
"dottie": "^2.0.4",
"dottie": "^2.0.6",
"escape-string-regexp": "^4.0.0",
"lodash": "^4.17.21",
"mariadb": "^3.1.1",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "18.15.11",
"@types/dottie": "^2.0.4",
"@types/dottie": "^2.0.5",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4328,10 +4328,10 @@
dependencies:
"@types/ms" "*"

"@types/dottie@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/dottie/-/dottie-2.0.4.tgz#3d1ae16db8a7d2d760395bf9f1961a781a293194"
integrity sha512-tsrbuFtAEQ1RuaBh+HLd/Q9V4wn4CSRQEk6kRlWNQgOB6cCdHWGrfyQxjXCRsk6z4bxf/qlmFv30FhjQstT/gQ==
"@types/dottie@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@types/dottie/-/dottie-2.0.5.tgz#b173f016b84c9fb0da0bc62d6970db78847222b5"
integrity sha512-6lh3CsUe+tkKwH6prgCP/kCGPMyv9bYapqFr+c4BSM4gy1DHdaPbm0/owmFugSAAFiVTBrCRqAKni4KqQPFhXQ==

"@types/express-serve-static-core@^4.17.30", "@types/express-serve-static-core@^4.17.33":
version "4.17.34"
Expand Down Expand Up @@ -6742,15 +6742,10 @@ dotgitignore@^2.1.0:
find-up "^3.0.0"
minimatch "^3.0.4"

dottie@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.3.tgz#797a4f4c92a9a65499806be4051b9d9dcd5a5d77"
integrity sha512-4liA0PuRkZWQFQjwBypdxPfZaRWiv5tkhMXY2hzsa2pNf5s7U3m9cwUchfNKe8wZQxdGPQQzO6Rm2uGe0rvohQ==

dottie@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.4.tgz#9ce42965f45e577a6fa7d988d47852fac70c4e82"
integrity sha512-iz64WUOmp/ECQhWMJjTWFzJN/wQ7RJ5v/a6A2OiCwjaGCpNo66WGIjlSf+IULO9DQd0b4cFawLOTbiKSrpKodw==
dottie@^2.0.2, dottie@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/dottie/-/dottie-2.0.6.tgz#34564ebfc6ec5e5772272d466424ad5b696484d4"
integrity sha512-iGCHkfUc5kFekGiqhe8B/mdaurD+lakO9txNnTvKtA6PISrw86LgqHvRzWYPyoE2Ph5aMIrCw9/uko6XHTKCwA==

dprint-node@^1.0.7:
version "1.0.7"
Expand Down

0 comments on commit 40ce96f

Please sign in to comment.