Skip to content

Commit 1836aec

Browse files
authored
Merge pull request #558 from betaflight/dependabot/npm_and_yarn/copy-props-2.0.5
Bump copy-props from 2.0.4 to 2.0.5
2 parents 698f970 + 7a31222 commit 1836aec

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -779,12 +779,12 @@ copy-descriptor@^0.1.0:
779779
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
780780

781781
copy-props@^2.0.1:
782-
version "2.0.4"
783-
resolved "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.4.tgz#93bb1cadfafd31da5bb8a9d4b41f471ec3a72dfe"
784-
integrity sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==
782+
version "2.0.5"
783+
resolved "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.5.tgz#03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2"
784+
integrity sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==
785785
dependencies:
786-
each-props "^1.3.0"
787-
is-plain-object "^2.0.1"
786+
each-props "^1.3.2"
787+
is-plain-object "^5.0.0"
788788

789789
[email protected], core-util-is@~1.0.0:
790790
version "1.0.2"
@@ -982,7 +982,7 @@ duplexify@^3.6.0:
982982
readable-stream "^2.0.0"
983983
stream-shift "^1.0.0"
984984

985-
each-props@^1.3.0:
985+
each-props@^1.3.2:
986986
version "1.3.2"
987987
resolved "https://registry.yarnpkg.com/each-props/-/each-props-1.3.2.tgz#ea45a414d16dd5cfa419b1a81720d5ca06892333"
988988
integrity sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==
@@ -2028,6 +2028,11 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
20282028
dependencies:
20292029
isobject "^3.0.1"
20302030

2031+
is-plain-object@^5.0.0:
2032+
version "5.0.0"
2033+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
2034+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
2035+
20312036
is-redirect@^1.0.0:
20322037
version "1.0.0"
20332038
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"

0 commit comments

Comments
 (0)