Skip to content

Commit a621820

Browse files
dependabot[bot]mgechev
authored andcommitted
Bump copy-props from 2.0.4 to 2.0.5
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/gulpjs/copy-props/releases) - [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md) - [Commits](gulpjs/copy-props@2.0.4...2.0.5) --- updated-dependencies: - dependency-name: copy-props dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3e1607 commit a621820

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

package-lock.json

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -643,12 +643,12 @@ copy-descriptor@^0.1.0:
643643
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
644644

645645
copy-props@^2.0.1:
646-
version "2.0.4"
647-
resolved "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.4.tgz#93bb1cadfafd31da5bb8a9d4b41f471ec3a72dfe"
648-
integrity sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==
646+
version "2.0.5"
647+
resolved "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.5.tgz#03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2"
648+
integrity sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==
649649
dependencies:
650-
each-props "^1.3.0"
651-
is-plain-object "^2.0.1"
650+
each-props "^1.3.2"
651+
is-plain-object "^5.0.0"
652652

653653
core-util-is@~1.0.0:
654654
version "1.0.2"
@@ -797,7 +797,7 @@ duplexify@^3.6.0:
797797
readable-stream "^2.0.0"
798798
stream-shift "^1.0.0"
799799

800-
each-props@^1.3.0:
800+
each-props@^1.3.2:
801801
version "1.3.2"
802802
resolved "https://registry.yarnpkg.com/each-props/-/each-props-1.3.2.tgz#ea45a414d16dd5cfa419b1a81720d5ca06892333"
803803
integrity sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==
@@ -1972,6 +1972,11 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
19721972
dependencies:
19731973
isobject "^3.0.1"
19741974

1975+
is-plain-object@^5.0.0:
1976+
version "5.0.0"
1977+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
1978+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
1979+
19751980
is-property@^1.0.0, is-property@^1.0.2:
19761981
version "1.0.2"
19771982
resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"

0 commit comments

Comments
 (0)