diff --git a/package-lock.json b/package-lock.json index fa952b1b9..927fa0fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2929,7 +2929,7 @@ "async-each": "^1.0.1", "braces": "^2.3.2", "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", + "glob-parent": ">=5.1.2", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", diff --git a/src/docs/developers/l2/future.md b/src/docs/developers/l2/future.md index d47b64313..d8c52cf25 100644 --- a/src/docs/developers/l2/future.md +++ b/src/docs/developers/l2/future.md @@ -39,8 +39,8 @@ If you expect to need this old data, it is recommended that you store it on your * 0.4.0 - ETH value, Standard Bridge, Fees. 22-JUN-2021 * 0.5.0 - OVM 2.0 [You can read about the expected changes here](/docs/developers/l2/deploy.html#key-info) - * Testnet, tentatively mid-late September - * Mainnet, tentatively early-mid October + * Testnet, tentatively 28-SEP-2021 + * Mainnet, tentatively mid-later October * 0.6.0 - London, Q1 2022 (expected) diff --git a/yarn.lock b/yarn.lock index b27b4d45d..e256aa279 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,5 +1,4 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# # yarn lockfile v1 @@ -3683,6 +3682,13 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" +glob-parent@>=5.1.2: + version "6.0.1" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.1.tgz#42054f685eb6a44e7a7d189a96efa40a54971aa7" + integrity sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog== + dependencies: + is-glob "^4.0.1" + glob-parent@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"