Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit b988418

Browse files
author
Jonas Kruckenberg
committed
fix: Force dot-prop version of conventional-changelog
1 parent 7360bc6 commit b988418

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,13 @@ dot-prop@^4.1.0:
23502350
dependencies:
23512351
is-obj "^1.0.0"
23522352

2353+
dot-prop@^5.2.0:
2354+
version "5.2.0"
2355+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
2356+
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
2357+
dependencies:
2358+
is-obj "^2.0.0"
2359+
23532360
dotenv@^5.0.1:
23542361
version "5.0.1"
23552362
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
@@ -3679,6 +3686,11 @@ is-obj@^1.0.0:
36793686
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
36803687
integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
36813688

3689+
is-obj@^2.0.0:
3690+
version "2.0.0"
3691+
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
3692+
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
3693+
36823694
is-path-inside@^1.0.0:
36833695
version "1.0.1"
36843696
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"

0 commit comments

Comments
 (0)