-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rename weth9 to weth (gnosis/cowswap#2133) (gnosis/cowswap#1424)
* update @uniswap/sdk-core and @uniswap/v3-sdk * reorder Co-authored-by: Justin Domingue <[email protected]>
- Loading branch information
Showing
2 changed files
with
84 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
dependencies: | ||
"@babel/highlight" "^7.14.5" | ||
|
||
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": | ||
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0": | ||
version "7.15.0" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" | ||
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== | ||
|
@@ -134,7 +134,7 @@ | |
"@babel/helper-explode-assignable-expression" "^7.15.4" | ||
"@babel/types" "^7.15.4" | ||
|
||
"@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.4": | ||
"@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9" | ||
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ== | ||
|
@@ -327,9 +327,9 @@ | |
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.12.3", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.0": | ||
version "7.15.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac" | ||
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg== | ||
version "7.15.6" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.6.tgz#043b9aa3c303c0722e5377fef9197f4cf1796549" | ||
integrity sha512-S/TSCcsRuCkmpUuoWijua0Snt+f3ewU/8spLo+4AXJCZfT0bVCzLD5MuOKdrx0mlAptbKzn5AdgEIIKXxXkz9Q== | ||
|
||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": | ||
version "7.15.4" | ||
|
@@ -447,16 +447,16 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.14.7": | ||
version "7.14.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363" | ||
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g== | ||
"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.15.6": | ||
version "7.15.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11" | ||
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== | ||
dependencies: | ||
"@babel/compat-data" "^7.14.7" | ||
"@babel/helper-compilation-targets" "^7.14.5" | ||
"@babel/compat-data" "^7.15.0" | ||
"@babel/helper-compilation-targets" "^7.15.4" | ||
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-transform-parameters" "^7.14.5" | ||
"@babel/plugin-transform-parameters" "^7.15.4" | ||
|
||
"@babel/plugin-proposal-optional-catch-binding@^7.12.1", "@babel/plugin-proposal-optional-catch-binding@^7.14.5": | ||
version "7.14.5" | ||
|
@@ -827,7 +827,7 @@ | |
"@babel/helper-plugin-utils" "^7.14.5" | ||
"@babel/helper-replace-supers" "^7.14.5" | ||
|
||
"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.14.5", "@babel/plugin-transform-parameters@^7.15.4": | ||
"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.15.4": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62" | ||
integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ== | ||
|
@@ -1071,9 +1071,9 @@ | |
semver "^5.5.0" | ||
|
||
"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.8.4": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815" | ||
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ== | ||
version "7.15.6" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" | ||
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== | ||
dependencies: | ||
"@babel/compat-data" "^7.15.0" | ||
"@babel/helper-compilation-targets" "^7.15.4" | ||
|
@@ -1089,7 +1089,7 @@ | |
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" | ||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" | ||
"@babel/plugin-proposal-numeric-separator" "^7.14.5" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.14.7" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.15.6" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5" | ||
"@babel/plugin-proposal-optional-chaining" "^7.14.5" | ||
"@babel/plugin-proposal-private-methods" "^7.14.5" | ||
|
@@ -1142,7 +1142,7 @@ | |
"@babel/plugin-transform-unicode-escapes" "^7.14.5" | ||
"@babel/plugin-transform-unicode-regex" "^7.14.5" | ||
"@babel/preset-modules" "^0.1.4" | ||
"@babel/types" "^7.15.4" | ||
"@babel/types" "^7.15.6" | ||
babel-plugin-polyfill-corejs2 "^0.2.2" | ||
babel-plugin-polyfill-corejs3 "^0.2.2" | ||
babel-plugin-polyfill-regenerator "^0.2.2" | ||
|
@@ -1246,10 +1246,10 @@ | |
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.15.4" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" | ||
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw== | ||
"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||
version "7.15.6" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" | ||
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.14.9" | ||
to-fast-properties "^2.0.0" | ||
|
@@ -2563,10 +2563,10 @@ | |
progress "^2.0.3" | ||
proxy-from-env "^1.1.0" | ||
|
||
"@sentry/core@6.11.0": | ||
version "6.11.0" | ||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.11.0.tgz#40e94043afcf6407a109be26655c77832c64e740" | ||
integrity sha512-09TB+f3pqEq8LFahFWHO6I/4DxHo+NcS52OkbWMDqEi6oNZRD7PhPn3i14LfjsYVv3u3AESU8oxSEGbFrr2UjQ== | ||
"@sentry/core@6.12.0": | ||
version "6.12.0" | ||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.12.0.tgz#bc7c5f0785b6a392d9ad47bd9b1fae3f5389996c" | ||
integrity sha512-mU/zdjlzFHzdXDZCPZm8OeCw7c9xsbL49Mq0TrY0KJjLt4CJBkiq5SDTGfRsenBLgTedYhe5Z/J8Z+xVVq+MfQ== | ||
dependencies: | ||
"@sentry/hub" "6.12.0" | ||
"@sentry/minimal" "6.12.0" | ||
|
@@ -2658,9 +2658,9 @@ | |
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== | ||
|
||
"@sindresorhus/is@^4.0.0": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.0.1.tgz#d26729db850fa327b7cacc5522252194404226f5" | ||
integrity sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g== | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.1.0.tgz#3853c0c48b47f0ebcdd3cd9a66fdd0d277173e78" | ||
integrity sha512-Cgva8HxclecUCmAImsWsbZGUh6p5DSzQ8l2Uzxuj9ANiD7LVhLM1UJ2hX/R2Y+ILpvqgW9QjmTCaBkXtj8+UOg== | ||
|
||
"@sinonjs/commons@^1.7.0": | ||
version "1.8.3" | ||
|
@@ -3164,9 +3164,9 @@ | |
"@types/node" "*" | ||
|
||
"@types/node@*": | ||
version "16.9.0" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.0.tgz#d9512fe037472dcb58931ce19f837348db828a62" | ||
integrity sha512-nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag== | ||
version "16.9.1" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708" | ||
integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g== | ||
|
||
"@types/[email protected]": | ||
version "12.12.50" | ||
|
@@ -3617,7 +3617,7 @@ | |
tiny-warning "^1.0.3" | ||
toformat "^2.0.0" | ||
|
||
"@uniswap/token-lists@^1.0.0-beta.19": | ||
"@uniswap/token-lists@^1.0.0-beta.25": | ||
version "1.0.0-beta.25" | ||
resolved "https://registry.yarnpkg.com/@uniswap/token-lists/-/token-lists-1.0.0-beta.25.tgz#e4279cf2581b297723d82eafd1bed35273070f07" | ||
integrity sha512-XemgUs8YiYP7Xci+Wb8vPSnyxV9aTO6J5XLPzhZmgDFO1RY5JMnB0As8PJFia3Pg9JSRZ7+AahzxowPYhnUVWw== | ||
|
@@ -3656,17 +3656,6 @@ | |
resolved "https://registry.yarnpkg.com/@uniswap/v3-core/-/v3-core-1.0.0.tgz#6c24adacc4c25dceee0ba3ca142b35adbd7e359d" | ||
integrity sha512-kSC4djMGKMHj7sLMYVnn61k9nu+lHjMIxgg9CDQT+s2QYLoA56GbSK9Oxr+qJXzzygbkrmuY6cwgP6cW2JXPFA== | ||
|
||
"@uniswap/[email protected]": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@uniswap/v3-periphery/-/v3-periphery-1.0.0.tgz#8e789dcd70bdd06e01e21dd75372dc76ab38ea47" | ||
integrity sha512-kRqUrjnyh+X1wJdSENPDFr9sjRVebv2KyLtfqDOPij0dXJ69GspFU2qrZXjouc6LYdkWG7x3fagiTlw0eGniYQ== | ||
dependencies: | ||
"@openzeppelin/contracts" "3.4.1-solc-0.7-2" | ||
"@uniswap/lib" "^4.0.1-alpha" | ||
"@uniswap/v2-core" "1.0.1" | ||
"@uniswap/v3-core" "1.0.0" | ||
base64-sol "1.0.1" | ||
|
||
"@uniswap/v3-periphery@^1.1.1": | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@uniswap/v3-periphery/-/v3-periphery-1.1.1.tgz#be6dfca7b29318ea0d76a7baf15d3b33c3c5e90a" | ||
|
@@ -3679,7 +3668,7 @@ | |
base64-sol "1.0.1" | ||
hardhat-watcher "^2.1.1" | ||
|
||
"@uniswap/v3-sdk@^3.0.0-alpha.9": | ||
"@uniswap/v3-sdk@^3.3.0": | ||
version "3.4.1" | ||
resolved "https://registry.yarnpkg.com/@uniswap/v3-sdk/-/v3-sdk-3.4.1.tgz#2cf9b5f4dd826d6600245254e7bc7d2d4a4282ee" | ||
integrity sha512-P0zcgOgpSqEbI/2DVESm8kf8OydagMEAzZR7qqLOe4JsUyhK1A4u1dy8tYDgWUBW0WeruEXSPNGiEL0pYPy3HQ== | ||
|
@@ -4371,9 +4360,9 @@ arch@^2.1.0, arch@^2.1.1, arch@^2.1.2, arch@^2.2.0: | |
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ== | ||
|
||
are-we-there-yet@~1.1.2: | ||
version "1.1.5" | ||
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" | ||
integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146" | ||
integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g== | ||
dependencies: | ||
delegates "^1.0.0" | ||
readable-stream "^2.0.6" | ||
|
@@ -6650,9 +6639,9 @@ command-line-args@^4.0.7: | |
typical "^2.6.1" | ||
|
||
commander@*: | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-8.1.0.tgz#db36e3e66edf24ff591d639862c6ab2c52664362" | ||
integrity sha512-mf45ldcuHSYShkplHHGKWb4TrmwQadxOn7v4WuhDJy0ZVoY5JFajaRDKD0PNe5qXzBX0rhovjTnP6Kz9LETcuA== | ||
version "8.2.0" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8" | ||
integrity sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA== | ||
|
||
commander@^2.15.0, commander@^2.20.0: | ||
version "2.20.3" | ||
|
@@ -7469,9 +7458,9 @@ date-fns@^2.16.1: | |
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA== | ||
|
||
dayjs@^1.10.4, dayjs@^1.9.3: | ||
version "1.10.6" | ||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.6.tgz#288b2aa82f2d8418a6c9d4df5898c0737ad02a63" | ||
integrity sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw== | ||
version "1.10.7" | ||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.7.tgz#2cf5f91add28116748440866a0a1d26f3a6ce468" | ||
integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig== | ||
|
||
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6.9: | ||
version "2.6.9" | ||
|
@@ -7997,9 +7986,9 @@ ejs@^2.6.1: | |
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== | ||
|
||
electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.830: | ||
version "1.3.833" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.833.tgz#e1394eb32ab8a9430ffd7d5adf632ce6c3b05e18" | ||
integrity sha512-h+9aVaUHjyunLqtCjJF2jrJ73tYcJqo2cCGKtVAXH9WmnBsb8hiChRQ0P1uXjdxR6Wcfxibephy41c1YlZA/pA== | ||
version "1.3.835" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.835.tgz#98fa4402ab7bc6afbe4953a8ca9b63cb3a6bf08b" | ||
integrity sha512-rHQszGg2KLMqOWPNTpwCnlp7Kb85haJa8j089DJCreZueykoSN/in+EMlay3SSDMNKR4VGPvfskxofHV18xVJg== | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
|
@@ -10123,6 +10112,13 @@ has-to-string-tag-x@^1.2.0: | |
dependencies: | ||
has-symbol-support-x "^1.4.1" | ||
|
||
has-tostringtag@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" | ||
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== | ||
dependencies: | ||
has-symbols "^1.0.2" | ||
|
||
has-unicode@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" | ||
|
@@ -15528,9 +15524,9 @@ prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2: | |
react-is "^16.8.1" | ||
|
||
protocol-buffers-schema@^3.3.1: | ||
version "3.5.2" | ||
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.5.2.tgz#38ad35ba768607a5ed2375f8db4c2ecc5ea293c8" | ||
integrity sha512-LPzSaBYp/TcbuSlpGwqT5jR9kvJ3Zp5ic2N5c2ybx6XB/lSfEHq2D7ja8AgoxHoMD91wXFALJoXsvshKPuXyew== | ||
version "3.6.0" | ||
resolved "https://registry.yarnpkg.com/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz#77bc75a48b2ff142c1ad5b5b90c94cd0fa2efd03" | ||
integrity sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw== | ||
|
||
protons@^1.0.2: | ||
version "1.2.1" | ||
|
@@ -19733,10 +19729,10 @@ workbox-cacheable-response@^5.1.4: | |
dependencies: | ||
workbox-core "^5.1.4" | ||
|
||
workbox-core@6.2.4, workbox-core@^6.1.0: | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.2.4.tgz#0ffb4f0ce6d8e36f10bf4aabd96a6f55705ccd80" | ||
integrity sha512-Nu8X4R4Is3g8uzEJ6qwbW2CGVpzntW/cSf8OfsQGIKQR0nt84FAKzP2cLDaNLp3L/iV9TuhZgCTZzkMiap5/OQ== | ||
workbox-core@6.3.0, workbox-core@^6.1.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.3.0.tgz#a7d82bae6f623f342e04028a0a2cef39af71af55" | ||
integrity sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg== | ||
|
||
workbox-core@^5.1.4: | ||
version "5.1.4" | ||
|
@@ -19751,12 +19747,12 @@ workbox-expiration@^5.1.4: | |
workbox-core "^5.1.4" | ||
|
||
workbox-expiration@^6.1.0: | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.2.4.tgz#80ff337795d5741ee0f84ae68eb25bcb6a54feb8" | ||
integrity sha512-EdOBLunrE3+Ff50y7AYDbiwtiLDvB+oEIkL1Wd9G5d176YVqFfgPfMRzJQ7fN+Yy2NfmsFME0Bw+dQruYekWsQ== | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.3.0.tgz#1d36c456f9282c39cda6b59a32b99732da7c3535" | ||
integrity sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg== | ||
dependencies: | ||
idb "^6.0.0" | ||
workbox-core "6.2.4" | ||
workbox-core "6.3.0" | ||
|
||
workbox-google-analytics@^5.1.4: | ||
version "5.1.4" | ||
|
@@ -19783,13 +19779,13 @@ workbox-precaching@^5.1.4: | |
workbox-core "^5.1.4" | ||
|
||
workbox-precaching@^6.1.0: | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.2.4.tgz#6e8a616b0817a92be01108d260f1e8626b0627b7" | ||
integrity sha512-7POznbVc8EG/mkbXzeb94x3B1VJruPgXvXFgS0NJ3GRugkO4ULs/DpIIb+ycs7uJIKY9EzLS7VXvElr3rMSozQ== | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.3.0.tgz#5dc34161ef03ef3cc23af6d78f0b1583f3d180d0" | ||
integrity sha512-bND3rUxiuzFmDfeKywdvOqK0LQ5LLbOPk0eX22PlMQNOOduHRxzglMpgHo/MR6h+8cPJ3GpxT8hZ895/7bHMqQ== | ||
dependencies: | ||
workbox-core "6.2.4" | ||
workbox-routing "6.2.4" | ||
workbox-strategies "6.2.4" | ||
workbox-core "6.3.0" | ||
workbox-routing "6.3.0" | ||
workbox-strategies "6.3.0" | ||
|
||
workbox-range-requests@^5.1.4: | ||
version "5.1.4" | ||
|
@@ -19798,12 +19794,12 @@ workbox-range-requests@^5.1.4: | |
dependencies: | ||
workbox-core "^5.1.4" | ||
|
||
workbox-routing@6.2.4, workbox-routing@^6.1.0: | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.2.4.tgz#ab169b3345a91119c0be262af385f4373589507f" | ||
integrity sha512-jHnOmpeH4MOWR4eXv6l608npD2y6IFv7yFJ1bT9/RbB8wq2vXHXJQ0ExTZRTWGbVltSG22wEU+MQ8VebDDwDeg== | ||
workbox-routing@6.3.0, workbox-routing@^6.1.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.3.0.tgz#d21d39883baf66594fd8365af5c72aff44fc98b5" | ||
integrity sha512-asajX5UPkaoU4PB9pEpxKWKkcpA+KJQUEeYU6NlK0rXTCpdWQ6iieMRDoBTZBjTzUdL3j3s1Zo2qCOSvtXSYGg== | ||
dependencies: | ||
workbox-core "6.2.4" | ||
workbox-core "6.3.0" | ||
|
||
workbox-routing@^5.1.4: | ||
version "5.1.4" | ||
|
@@ -19812,12 +19808,12 @@ workbox-routing@^5.1.4: | |
dependencies: | ||
workbox-core "^5.1.4" | ||
|
||
workbox-strategies@6.2.4, workbox-strategies@^6.1.0: | ||
version "6.2.4" | ||
resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.2.4.tgz#ccf28e91f5c00ab6d57b5080e46a0b840faa4e88" | ||
integrity sha512-DKgGC3ruceDuu2o+Ae5qmJy0p0q21mFP+RrkdqKrjyf2u8cJvvtvt1eIt4nevKc5BESiKxmhC2h+TZpOSzUDvA== | ||
workbox-strategies@6.3.0, workbox-strategies@^6.1.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.3.0.tgz#1d004f42b309cbfa48812c6cc7a8da6458b928c6" | ||
integrity sha512-SYZt40y+Iu5nA+UEPQOrAuAMMNTxtUBPLCIaMMb4lcADpBYrNP1CD+/s2QsrxzS651a8hfi06REKt+uTp1tqfw== | ||
dependencies: | ||
workbox-core "6.2.4" | ||
workbox-core "6.3.0" | ||
|
||
workbox-strategies@^5.1.4: | ||
version "5.1.4" | ||
|