Skip to content

Commit 51bae41

Browse files
1 parent 251af5d commit 51bae41

File tree

1 file changed

+38
-16
lines changed

1 file changed

+38
-16
lines changed

yarn.lock

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -728,28 +728,28 @@
728728
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.7.tgz#7f85d32d96d250a8a6d4a74f60cc7050b0be80df"
729729
integrity sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw==
730730

731-
"@feathersjs/commons@^4.3.7":
732-
version "4.3.7"
733-
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.7.tgz#7f85d32d96d250a8a6d4a74f60cc7050b0be80df"
734-
integrity sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw==
731+
"@feathersjs/errors@^3.3.6":
732+
version "3.3.6"
733+
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-3.3.6.tgz#c34cfcd0a8fc1519afb36030efb3f835a8088015"
734+
integrity sha512-VCohY/AQU13xYyZGl6rfdUgE+2bjaI76a4aEb6reIphHKgb4mnjYlg2PzS1/hcU1qUNi515kY9yQa5HsE7J1dQ==
735+
dependencies:
736+
debug "^4.0.0"
735737

736-
"@feathersjs/feathers@^4.3.7":
737-
version "4.3.7"
738-
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.7.tgz#ac4be01427b3db88947359e6b605f48d6805335d"
739-
integrity sha512-gpxWG4B4I3M1C+es2jFh4AEF0L5zcSGhK7zMCB0nZp8R3VJClSJ7qtGcmIrOWPjYVKPcZYqAdFZgFn2T0+tvAA==
740738
"@feathersjs/errors@^4.3.7":
741739
version "4.3.7"
742740
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.7.tgz#ee576d06f5dfc502aa2ed1a0ee13380fa30d71e5"
743741
integrity sha512-OGyPZpq5qkr6TjG5aqFBNgpsK3pwhMRxHPjHkGXBKfseRACTS//ma3kJhRiGxhFetu5IsIsAYBpLRhyTbiBi8w==
744-
dependencies:
745-
debug "^4.1.1"
746-
747742
dependencies:
748743
"@feathersjs/commons" "^4.3.7"
749744
debug "^4.1.1"
750745
events "^3.0.0"
751746
uberproto "^2.0.4"
752747

748+
"@feathersjs/feathers@^4.3.7":
749+
version "4.3.7"
750+
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-4.3.7.tgz#ac4be01427b3db88947359e6b605f48d6805335d"
751+
integrity sha512-gpxWG4B4I3M1C+es2jFh4AEF0L5zcSGhK7zMCB0nZp8R3VJClSJ7qtGcmIrOWPjYVKPcZYqAdFZgFn2T0+tvAA==
752+
753753
"@feathersjs/rest-client@^1.4.7":
754754
version "1.4.7"
755755
resolved "https://registry.yarnpkg.com/@feathersjs/rest-client/-/rest-client-1.4.7.tgz#6fb556721b661f7aa73f27173925b17274fae164"
@@ -827,6 +827,11 @@
827827
resolved "https://registry.yarnpkg.com/@types/inflection/-/inflection-1.5.28.tgz#43d55e0d72cf333a2dffd9c4ec0407455a1b0931"
828828
integrity sha1-Q9VeDXLPMzot/9nE7AQHRVobCTE=
829829

830+
"@types/json-schema@^7.0.3":
831+
version "7.0.3"
832+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
833+
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
834+
830835
"@types/lodash@^4.14.123":
831836
version "4.14.135"
832837
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.135.tgz#d2607c35dd68f70c2b35ba020c667493dedd8447"
@@ -890,14 +895,23 @@
890895
"@typescript-eslint/typescript-estree" "1.11.0"
891896
eslint-scope "^4.0.0"
892897

898+
"@typescript-eslint/[email protected]":
899+
version "1.13.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
901+
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
902+
dependencies:
903+
"@types/json-schema" "^7.0.3"
904+
"@typescript-eslint/typescript-estree" "1.13.0"
905+
eslint-scope "^4.0.0"
906+
893907
"@typescript-eslint/parser@^1.1.0", "@typescript-eslint/parser@^1.5.0":
894-
version "1.11.0"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.11.0.tgz#2f6d4f7e64eeb1e7c25b422f8df14d0c9e508e36"
896-
integrity sha512-5xBExyXaxVyczrZvbRKEXvaTUFFq7gIM9BynXukXZE0zF3IQP/FxF4mPmmh3gJ9egafZFqByCpPTFm3dk4SY7Q==
908+
version "1.13.0"
909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
910+
integrity sha512-ITMBs52PCPgLb2nGPoeT4iU3HdQZHcPaZVw+7CsFagRJHUhyeTgorEwHXhFf3e7Evzi8oujKNpHc8TONth8AdQ==
897911
dependencies:
898912
"@types/eslint-visitor-keys" "^1.0.0"
899-
"@typescript-eslint/experimental-utils" "1.11.0"
900-
"@typescript-eslint/typescript-estree" "1.11.0"
913+
"@typescript-eslint/experimental-utils" "1.13.0"
914+
"@typescript-eslint/typescript-estree" "1.13.0"
901915
eslint-visitor-keys "^1.0.0"
902916

903917
"@typescript-eslint/[email protected]":
@@ -908,6 +922,14 @@
908922
lodash.unescape "4.0.1"
909923
semver "5.5.0"
910924

925+
"@typescript-eslint/[email protected]":
926+
version "1.13.0"
927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
928+
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
929+
dependencies:
930+
lodash.unescape "4.0.1"
931+
semver "5.5.0"
932+
911933
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
912934
version "1.0.0"
913935
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"

0 commit comments

Comments
 (0)