Browse Source

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](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5)

---
updated-dependencies:
- dependency-name: copy-props
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 4 years ago
parent
commit
83f66cc652
1 changed files with 13 additions and 5 deletions
  1. 13
    5
      package-lock.json

+ 13
- 5
package-lock.json View File

@@ -1166,13 +1166,21 @@
1166 1166
       "dev": true
1167 1167
     },
1168 1168
     "copy-props": {
1169
-      "version": "2.0.4",
1170
-      "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.4.tgz",
1171
-      "integrity": "sha512-7cjuUME+p+S3HZlbllgsn2CDwS+5eCCX16qBgNC4jgSTf49qR1VKy/Zhl400m0IQXl/bPGEVqncgUUMjrr4s8A==",
1169
+      "version": "2.0.5",
1170
+      "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz",
1171
+      "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==",
1172 1172
       "dev": true,
1173 1173
       "requires": {
1174
-        "each-props": "^1.3.0",
1175
-        "is-plain-object": "^2.0.1"
1174
+        "each-props": "^1.3.2",
1175
+        "is-plain-object": "^5.0.0"
1176
+      },
1177
+      "dependencies": {
1178
+        "is-plain-object": {
1179
+          "version": "5.0.0",
1180
+          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
1181
+          "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
1182
+          "dev": true
1183
+        }
1176 1184
       }
1177 1185
     },
1178 1186
     "core-util-is": {

Loading…
Cancel
Save