mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
chore(deps): update dependency jest-junit to v12.3.0
This commit is contained in:
parent
3233e5b0c2
commit
36dfb2865e
2 changed files with 15 additions and 6 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -70,7 +70,7 @@
|
|||
"iso-3166-2": "1.0.0",
|
||||
"jest": "24.9.0",
|
||||
"jest-canvas-mock": "2.5.2",
|
||||
"jest-junit": "12.0.0",
|
||||
"jest-junit": "12.3.0",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.bindall": "4.4.0",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
|
@ -14469,14 +14469,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jest-junit": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.0.0.tgz",
|
||||
"integrity": "sha512-+8K35LlboWiPuCnXSyiid7rFdxNlpCWWM20WEYe6IZH6psfUWKZmSpSRQ5tk0C0cBeDsvsnIzcef5mYhyJsbug==",
|
||||
"version": "12.3.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-12.3.0.tgz",
|
||||
"integrity": "sha512-+NmE5ogsEjFppEl90GChrk7xgz8xzvF0f+ZT5AnhW6suJC93gvQtmQjfyjDnE0Z2nXJqEkxF0WXlvjG/J+wn/g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"mkdirp": "^1.0.4",
|
||||
"strip-ansi": "^5.2.0",
|
||||
"uuid": "^3.3.3",
|
||||
"uuid": "^8.3.2",
|
||||
"xml": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -14495,6 +14495,15 @@
|
|||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/jest-junit/node_modules/uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/jest-leak-detector": {
|
||||
"version": "24.9.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz",
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
"iso-3166-2": "1.0.0",
|
||||
"jest": "24.9.0",
|
||||
"jest-canvas-mock": "2.5.2",
|
||||
"jest-junit": "12.0.0",
|
||||
"jest-junit": "12.3.0",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.bindall": "4.4.0",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
|
|
Loading…
Reference in a new issue