Skip to content

Commit 2360665

Browse files
Merge pull request atlassian#2147 from atlassian/renovate/fs-extra-9.x
Update dependency fs-extra to v9.1.0
2 parents f6aa911 + 74f9366 commit 2360665

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-react": "7.19.0",
108108
"eslint-plugin-react-hooks": "3.0.0",
109109
"flow-bin": "0.110.1",
110-
"fs-extra": "9.0.0",
110+
"fs-extra": "9.1.0",
111111
"globby": "11.0.0",
112112
"jest": "25.3.0",
113113
"jest-axe": "3.4.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6978,15 +6978,15 @@ [email protected], fs-extra@^8.0.1:
69786978
jsonfile "^4.0.0"
69796979
universalify "^0.1.0"
69806980

6981-
fs-extra@9.0.0:
6982-
version "9.0.0"
6983-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
6984-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
6981+
fs-extra@9.1.0:
6982+
version "9.1.0"
6983+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
6984+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
69856985
dependencies:
69866986
at-least-node "^1.0.0"
69876987
graceful-fs "^4.2.0"
69886988
jsonfile "^6.0.1"
6989-
universalify "^1.0.0"
6989+
universalify "^2.0.0"
69906990

69916991
fs-extra@^0.30.0:
69926992
version "0.30.0"
@@ -13793,6 +13793,11 @@ universalify@^1.0.0:
1379313793
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
1379413794
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
1379513795

13796+
universalify@^2.0.0:
13797+
version "2.0.0"
13798+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
13799+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
13800+
1379613801
[email protected], unpipe@~1.0.0:
1379713802
version "1.0.0"
1379813803
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)