mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore(deps): update dependency jest-junit to v12.3.0 (#2944)
This commit is contained in:
parent
3a9d773415
commit
f9301d1827
4 changed files with 6 additions and 6 deletions
10
.pnp.js
generated
10
.pnp.js
generated
|
@ -122,7 +122,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["jest", "npm:26.6.3"],
|
||||
["jest-config", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:26.6.3"],
|
||||
["jest-environment-node", "npm:26.6.2"],
|
||||
["jest-junit", "npm:12.2.0"],
|
||||
["jest-junit", "npm:12.3.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["jsonwebtoken", "npm:8.5.1"],
|
||||
["kleur", "npm:4.1.4"],
|
||||
|
@ -11891,10 +11891,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["jest-junit", [
|
||||
["npm:12.2.0", {
|
||||
"packageLocation": "./.yarn/cache/jest-junit-npm-12.2.0-0c23823ec4-6009d37379.zip/node_modules/jest-junit/",
|
||||
["npm:12.3.0", {
|
||||
"packageLocation": "./.yarn/cache/jest-junit-npm-12.3.0-867adfca6b-a8b90538db.zip/node_modules/jest-junit/",
|
||||
"packageDependencies": [
|
||||
["jest-junit", "npm:12.2.0"],
|
||||
["jest-junit", "npm:12.3.0"],
|
||||
["mkdirp", "npm:1.0.4"],
|
||||
["strip-ansi", "npm:5.2.0"],
|
||||
["uuid", "npm:8.3.2"],
|
||||
|
@ -17603,7 +17603,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["jest", "npm:26.6.3"],
|
||||
["jest-config", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:26.6.3"],
|
||||
["jest-environment-node", "npm:26.6.2"],
|
||||
["jest-junit", "npm:12.2.0"],
|
||||
["jest-junit", "npm:12.3.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["jsonwebtoken", "npm:8.5.1"],
|
||||
["kleur", "npm:4.1.4"],
|
||||
|
|
Binary file not shown.
|
@ -126,7 +126,7 @@
|
|||
"jest": "26.6.3",
|
||||
"jest-config": "26.6.3",
|
||||
"jest-environment-node": "26.6.2",
|
||||
"jest-junit": "12.2.0",
|
||||
"jest-junit": "12.3.0",
|
||||
"lint-staged": "11.0.1",
|
||||
"lockfile-lint": "4.6.2",
|
||||
"nock": "12.0.3",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue