mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: upgrade ava to version 2.4.0
This commit is contained in:
		
							parent
							
								
									c1c5218aaa
								
							
						
					
					
						commit
						f4bd550818
					
				| @ -94,7 +94,7 @@ | ||||
|     "@passport-next/passport": "^3.0.0", | ||||
|     "@passport-next/passport-google-oauth2": "^1.0.0", | ||||
|     "@types/node": "^12.0.0", | ||||
|     "ava": "^2.3.0", | ||||
|     "ava": "^2.4.0", | ||||
|     "coveralls": "^3.0.3", | ||||
|     "eslint": "^6.2.2", | ||||
|     "eslint-config-finn": "^3.0.1", | ||||
|  | ||||
							
								
								
									
										109
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										109
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -38,18 +38,18 @@ | ||||
|   dependencies: | ||||
|     "@babel/highlight" "^7.0.0" | ||||
| 
 | ||||
| "@babel/core@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" | ||||
|   integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== | ||||
| "@babel/core@^7.6.0": | ||||
|   version "7.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91" | ||||
|   integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.5.5" | ||||
|     "@babel/generator" "^7.5.5" | ||||
|     "@babel/helpers" "^7.5.5" | ||||
|     "@babel/parser" "^7.5.5" | ||||
|     "@babel/template" "^7.4.4" | ||||
|     "@babel/traverse" "^7.5.5" | ||||
|     "@babel/types" "^7.5.5" | ||||
|     "@babel/generator" "^7.6.2" | ||||
|     "@babel/helpers" "^7.6.2" | ||||
|     "@babel/parser" "^7.6.2" | ||||
|     "@babel/template" "^7.6.0" | ||||
|     "@babel/traverse" "^7.6.2" | ||||
|     "@babel/types" "^7.6.0" | ||||
|     convert-source-map "^1.1.0" | ||||
|     debug "^4.1.0" | ||||
|     json5 "^2.1.0" | ||||
| @ -78,15 +78,15 @@ | ||||
|     source-map "^0.5.0" | ||||
|     trim-right "^1.0.1" | ||||
| 
 | ||||
| "@babel/generator@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" | ||||
| "@babel/generator@^7.6.0", "@babel/generator@^7.6.2": | ||||
|   version "7.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03" | ||||
|   integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.5.5" | ||||
|     "@babel/types" "^7.6.0" | ||||
|     jsesc "^2.5.1" | ||||
|     lodash "^4.17.13" | ||||
|     source-map "^0.5.0" | ||||
|     trim-right "^1.0.1" | ||||
| 
 | ||||
| "@babel/helper-annotate-as-pure@^7.0.0": | ||||
|   version "7.0.0" | ||||
| @ -173,13 +173,14 @@ | ||||
|     "@babel/traverse" "^7.1.0" | ||||
|     "@babel/types" "^7.2.0" | ||||
| 
 | ||||
| "@babel/helpers@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" | ||||
| "@babel/helpers@^7.6.2": | ||||
|   version "7.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153" | ||||
|   integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA== | ||||
|   dependencies: | ||||
|     "@babel/template" "^7.4.4" | ||||
|     "@babel/traverse" "^7.5.5" | ||||
|     "@babel/types" "^7.5.5" | ||||
|     "@babel/template" "^7.6.0" | ||||
|     "@babel/traverse" "^7.6.2" | ||||
|     "@babel/types" "^7.6.0" | ||||
| 
 | ||||
| "@babel/highlight@^7.0.0": | ||||
|   version "7.0.0" | ||||
| @ -197,9 +198,10 @@ | ||||
|   version "7.4.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872" | ||||
| 
 | ||||
| "@babel/parser@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" | ||||
| "@babel/parser@^7.6.0", "@babel/parser@^7.6.2": | ||||
|   version "7.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1" | ||||
|   integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg== | ||||
| 
 | ||||
| "@babel/plugin-proposal-async-generator-functions@^7.2.0": | ||||
|   version "7.2.0" | ||||
| @ -278,6 +280,15 @@ | ||||
|     "@babel/parser" "^7.4.4" | ||||
|     "@babel/types" "^7.4.4" | ||||
| 
 | ||||
| "@babel/template@^7.6.0": | ||||
|   version "7.6.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6" | ||||
|   integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.0.0" | ||||
|     "@babel/parser" "^7.6.0" | ||||
|     "@babel/types" "^7.6.0" | ||||
| 
 | ||||
| "@babel/traverse@^7.1.0": | ||||
|   version "7.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8" | ||||
| @ -306,16 +317,17 @@ | ||||
|     globals "^11.1.0" | ||||
|     lodash "^4.17.11" | ||||
| 
 | ||||
| "@babel/traverse@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" | ||||
| "@babel/traverse@^7.6.2": | ||||
|   version "7.6.2" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c" | ||||
|   integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.5.5" | ||||
|     "@babel/generator" "^7.5.5" | ||||
|     "@babel/generator" "^7.6.2" | ||||
|     "@babel/helper-function-name" "^7.1.0" | ||||
|     "@babel/helper-split-export-declaration" "^7.4.4" | ||||
|     "@babel/parser" "^7.5.5" | ||||
|     "@babel/types" "^7.5.5" | ||||
|     "@babel/parser" "^7.6.2" | ||||
|     "@babel/types" "^7.6.0" | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
|     lodash "^4.17.13" | ||||
| @ -336,9 +348,10 @@ | ||||
|     lodash "^4.17.11" | ||||
|     to-fast-properties "^2.0.0" | ||||
| 
 | ||||
| "@babel/types@^7.5.5": | ||||
|   version "7.5.5" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" | ||||
| "@babel/types@^7.6.0": | ||||
|   version "7.6.1" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648" | ||||
|   integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g== | ||||
|   dependencies: | ||||
|     esutils "^2.0.2" | ||||
|     lodash "^4.17.13" | ||||
| @ -527,11 +540,12 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: | ||||
|   dependencies: | ||||
|     color-convert "^1.9.0" | ||||
| 
 | ||||
| ansi-styles@^4.0.0: | ||||
|   version "4.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.0.0.tgz#f6b84e8fc97ea7add7a53b7530ef28f3fde0e048" | ||||
| ansi-styles@^4.1.0: | ||||
|   version "4.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.1.0.tgz#d3ba8047b818293eaaa7978321dd61bff9842cfc" | ||||
|   integrity sha512-Qts4KCLKG+waHc9C4m07weIY8qyeixoS0h6RnbsNVD6Fw+pEZGW3vTyObL3WXpE09Mq4Oi7/lBEyLmOiLtlYWQ== | ||||
|   dependencies: | ||||
|     color-convert "^2.0.0" | ||||
|     color-convert "^2.0.1" | ||||
| 
 | ||||
| any-observable@^0.3.0: | ||||
|   version "0.3.0" | ||||
| @ -677,18 +691,18 @@ atob@^2.1.1: | ||||
|   version "2.1.2" | ||||
|   resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" | ||||
| 
 | ||||
| ava@^2.3.0: | ||||
|   version "2.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/ava/-/ava-2.3.0.tgz#cac4d7f0a30077a852c6bf5bc7c0bc78c3021e63" | ||||
|   integrity sha512-4VaaSnl13vpTZmqW3aMqioSolT0/ozRkjQxTLi3p8wtyRONuX/uLKL3uF0j50w2BNRoLsJqztnkX2h8xeVp2lg== | ||||
| ava@^2.4.0: | ||||
|   version "2.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/ava/-/ava-2.4.0.tgz#a3bd8b0e01d8826004c91de375eb2313ba5237c3" | ||||
|   integrity sha512-CQWtzZZZeU2g4StojRv6MO9RIRi4sLxGSB9+3C3hv0ttUEG1tkJLTLyrBQeFS4WEeK12Z4ovE3f2iPVhSy8elA== | ||||
|   dependencies: | ||||
|     "@ava/babel-preset-stage-4" "^4.0.0" | ||||
|     "@ava/babel-preset-transform-test-files" "^6.0.0" | ||||
|     "@babel/core" "^7.5.5" | ||||
|     "@babel/generator" "^7.5.5" | ||||
|     "@babel/core" "^7.6.0" | ||||
|     "@babel/generator" "^7.6.0" | ||||
|     "@concordance/react" "^2.0.0" | ||||
|     ansi-escapes "^4.2.1" | ||||
|     ansi-styles "^4.0.0" | ||||
|     ansi-styles "^4.1.0" | ||||
|     arr-flatten "^1.1.0" | ||||
|     array-union "^2.1.0" | ||||
|     array-uniq "^2.1.0" | ||||
| @ -1159,9 +1173,10 @@ color-convert@^1.9.0: | ||||
|   dependencies: | ||||
|     color-name "1.1.3" | ||||
| 
 | ||||
| color-convert@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.0.tgz#9851ac61cc0d3898a8a3088650d5bf447bf69d97" | ||||
| color-convert@^2.0.1: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" | ||||
|   integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== | ||||
|   dependencies: | ||||
|     color-name "~1.1.4" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user