chore(deps): update dependency copy-props to 2.0.5 [security]

This commit is contained in:
Renovate Bot 2022-02-12 10:36:04 +00:00
parent 93442f9161
commit d39bf76bc4
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

10
package-lock.json generated
View File

@ -23721,7 +23721,9 @@
"dev": true
},
"json-schema": {
"version": "0.4.0",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
"dev": true
},
"json-schema-traverse": {
@ -23778,12 +23780,14 @@
}
},
"jsprim": {
"version": "1.4.2",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"dev": true,
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.4.0",
"json-schema": "0.2.3",
"verror": "1.10.0"
}
},