Skip to content

Commit

Permalink
bump graceful
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 28, 2020
1 parent 8044b1b commit 766a329
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"find-process": "^1.4.1",
"glob": "^7.1.1",
"globby": "^10.0.2",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"isbinaryfile": "^4.0.0",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Expand Up @@ -24,7 +24,7 @@
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^25.4.0",
"chalk": "^3.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
Expand Up @@ -44,7 +44,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0",
"graceful-fs": "^4.2.3"
"graceful-fs": "^4.2.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Expand Up @@ -17,7 +17,7 @@
"@jest/types": "^25.4.0",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Expand Up @@ -24,7 +24,7 @@
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^25.4.0",
"jest-environment-node": "^25.4.0",
"jest-get-type": "^25.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Expand Up @@ -20,7 +20,7 @@
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^25.4.0",
"jest-config": "^25.4.0",
"jest-haste-map": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -20,7 +20,7 @@
"@jest/types": "^25.4.0",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-serializer": "^25.2.6",
"jest-util": "^25.4.0",
"jest-worker": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Expand Up @@ -24,7 +24,7 @@
"@jest/types": "^25.4.0",
"@types/stack-utils": "^1.0.1",
"chalk": "^3.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"micromatch": "^4.0.2",
"slash": "^3.0.0",
"stack-utils": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -20,7 +20,7 @@
"chalk": "^3.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"glob": "^7.1.2",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Expand Up @@ -20,7 +20,7 @@
"@jest/types": "^25.4.0",
"browser-resolve": "^1.11.3",
"chalk": "^3.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-pnp-resolver": "^1.2.1",
"read-pkg-up": "^7.0.1",
"realpath-native": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -23,7 +23,7 @@
"@jest/types": "^25.4.0",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-config": "^25.4.0",
"jest-docblock": "^25.3.0",
"jest-haste-map": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Expand Up @@ -29,7 +29,7 @@
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-config": "^25.4.0",
"jest-haste-map": "^25.4.0",
"jest-message-util": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-serializer/package.json
Expand Up @@ -11,7 +11,7 @@
"@types/node": "*"
},
"dependencies": {
"graceful-fs": "^4.2.3"
"graceful-fs": "^4.2.4"
},
"engines": {
"node": ">= 8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Expand Up @@ -22,7 +22,7 @@
"@types/prettier": "^1.19.0",
"chalk": "^3.0.0",
"expect": "^25.4.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-diff": "^25.4.0",
"jest-get-type": "^25.2.6",
"jest-matcher-utils": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-source-map/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"callsites": "^3.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"source-map": "^0.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-test-sequencer/package.json
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@jest/test-result": "^25.4.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^25.4.0",
"jest-runner": "^25.4.0",
"jest-runtime": "^25.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Expand Up @@ -23,7 +23,7 @@
"chalk": "^3.0.0",
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^25.4.0",
"jest-regex-util": "^25.2.6",
"jest-util": "^25.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@jest/types": "^25.4.0",
"chalk": "^3.0.0",
"graceful-fs": "^4.2.3",
"graceful-fs": "^4.2.4",
"is-ci": "^2.0.0",
"make-dir": "^3.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2332,7 +2332,7 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/graceful-fs@^4.1.2":
"@types/graceful-fs@^4.1.2", "@types/graceful-fs@^4.1.3":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
integrity sha512-AiHRaEB50LQg0pZmm659vNBb9f4SJ0qrAnteuzhSeAUcJKxoYgEnprg/83kppCnc2zvtCKbdZry1a5pVY3lOTQ==
Expand Down Expand Up @@ -7479,10 +7479,10 @@ got@^8.3.1:
url-parse-lax "^3.0.0"
url-to-options "^1.0.1"

graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==

"graceful-readlink@>= 1.0.0":
version "1.0.1"
Expand Down

0 comments on commit 766a329

Please sign in to comment.