-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #7839 fixed handling of number with format: double
- Loading branch information
Łukasz Kużyński
committed
Oct 12, 2021
1 parent
01cd9e6
commit e10a1e5
Showing
2 changed files
with
10 additions
and
29 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 |
---|---|---|
|
@@ -3231,11 +3231,6 @@ dotdir-regex@^0.1.0: | |
resolved "https://registry.yarnpkg.com/dotdir-regex/-/dotdir-regex-0.1.0.tgz#d45df4c8863be6f5593d716914381767e938c0b6" | ||
integrity sha1-1F30yIY75vVZPXFpFDgXZ+k4wLY= | ||
|
||
drange@^1.0.2: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/drange/-/drange-1.1.1.tgz#b2aecec2aab82fcef11dbbd7b9e32b83f8f6c0b8" | ||
integrity sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA== | ||
|
||
duplexer@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" | ||
|
@@ -5729,14 +5724,13 @@ json-promise@^1.1.8: | |
dependencies: | ||
bluebird "*" | ||
|
||
[email protected].34: | ||
version "0.5.0-rcv.34" | ||
resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rcv.34.tgz#65dc143464ffad79147112caf11951c29f592173" | ||
integrity sha512-Q68XN31eg8rtDNZQpW7f3BrOJxdpBFdPRTmvbn3rex0fI7hrQJGyoqEKb2lb5UiUS+sblOwgKq4aPtdzwHph9Q== | ||
[email protected].40: | ||
version "0.5.0-rcv.40" | ||
resolved "https://registry.yarnpkg.com/json-schema-faker/-/json-schema-faker-0.5.0-rcv.40.tgz#71d4f770368d6832bb66b044a504a9ecc2604651" | ||
integrity sha512-BczZvu03jKrGh3ovCWrHusiX6MwiaKK2WZeyomKBNA8Nm/n7aBYz0mub1CnONB6cgxOZTNxx4afNmLblbUmZbA== | ||
dependencies: | ||
json-schema-ref-parser "^6.1.0" | ||
jsonpath-plus "^3.0.0" | ||
randexp "^0.5.3" | ||
jsonpath-plus "^5.1.0" | ||
|
||
json-schema-generator@^2.0.6: | ||
version "2.0.6" | ||
|
@@ -5819,10 +5813,10 @@ jsonparse@^1.2.0: | |
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" | ||
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= | ||
|
||
jsonpath-plus@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-3.0.0.tgz#194ab4792a5e9b4ed27bf442188c8eb7e697a04b" | ||
integrity sha512-WQwgWEBgn+SJU1tlDa/GiY5/ngRpa9yrSj8n4BYPHcwoxTDaMEaYCHMOn42hIHHDd3CrUoRr3+HpsK0hCKoxzA== | ||
jsonpath-plus@^5.1.0: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-5.1.0.tgz#2fc4b2e461950626c98525425a3a3518b85af6c3" | ||
integrity sha512-890w2Pjtj0iswAxalRlt2kHthi6HKrXEfZcn+ZNZptv7F3rUGIeDuZo+C+h4vXBHLEsVjJrHeCm35nYeZLzSBQ== | ||
|
||
jsprim@^1.2.2: | ||
version "1.4.1" | ||
|
@@ -7563,14 +7557,6 @@ quick-lru@^1.0.0: | |
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" | ||
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= | ||
|
||
randexp@^0.5.3: | ||
version "0.5.3" | ||
resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.5.3.tgz#f31c2de3148b30bdeb84b7c3f59b0ebb9fec3738" | ||
integrity sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w== | ||
dependencies: | ||
drange "^1.0.2" | ||
ret "^0.2.0" | ||
|
||
randomatic@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" | ||
|
@@ -7918,11 +7904,6 @@ restore-cursor@^3.1.0: | |
onetime "^5.1.0" | ||
signal-exit "^3.0.2" | ||
|
||
ret@^0.2.0: | ||
version "0.2.2" | ||
resolved "https://registry.yarnpkg.com/ret/-/ret-0.2.2.tgz#b6861782a1f4762dce43402a71eb7a283f44573c" | ||
integrity sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ== | ||
|
||
ret@~0.1.10: | ||
version "0.1.15" | ||
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" | ||
|