Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#7927)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 10, 2022
1 parent f82b673 commit 31150fd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/webpack-env": "1.17.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@urql/exchange-graphcache": "4.4.2",
"@urql/exchange-graphcache": "4.4.3",
"@vue/apollo-composable": "4.0.0-alpha.17",
"@vue/composition-api": "1.6.2",
"apollo-client": "2.6.10",
Expand All @@ -66,11 +66,11 @@
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.1",
"eslint-plugin-n": "15.2.2",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react-hooks": "4.5.0",
"flow-bin": "0.179.0",
"flow-parser": "0.179.0",
"flow-bin": "0.180.0",
"flow-parser": "0.180.0",
"fs-extra": "10.1.0",
"globby": "11.1.0",
"graphql": "16.5.0",
Expand All @@ -96,7 +96,7 @@
"ts-node": "10.8.1",
"tslib": "2.4.0",
"typescript": "4.7.3",
"urql": "2.2.1",
"urql": "2.2.2",
"vue": "3.2.37",
"vue-apollo-smart-ops": "0.1.0"
},
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4119,10 +4119,10 @@
"@graphql-typed-document-node/core" "^3.1.1"
wonka "^4.0.14"

"@urql/exchange-graphcache@4.4.2":
version "4.4.2"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-4.4.2.tgz#9d810063e6c7eef7154b60c7004b550592bb36d3"
integrity sha512-EyWH9//iLIjzmqZvRuPVi7K3PuHz2vVEzsHuKAMF4A3too6usg5G7+bt+yAe1wUKA1ksgYEP6iXTcoGKt+tgYQ==
"@urql/exchange-graphcache@4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@urql/exchange-graphcache/-/exchange-graphcache-4.4.3.tgz#3c8295a16c730918e1d01de42a2f180a777b98ca"
integrity sha512-EPXRCzq929RjVDym4NP4mO6bsyGE6J1JzUxE9vpm04VjZtK90Ag4bgftFdkHsMHh4ydvokLKQjCRVqGxKEBnEg==
dependencies:
"@urql/core" ">=2.5.0"
wonka "^4.0.14"
Expand Down Expand Up @@ -7198,10 +7198,10 @@ eslint-plugin-jsx-a11y@^6.5.1:
language-tags "^1.0.5"
minimatch "^3.0.4"

eslint-plugin-n@15.2.1:
version "15.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.1.tgz#e62cf800da076ac5a970eb7554efa2136ebfa194"
integrity sha512-uMG50pvKqXK9ab163bSI5OpyZR0F5yIB0pEC4ciGpBLrXVjVDOlx5oTq8GQULWzbelJt7wL5Rw4T+FfAff5Cxg==
eslint-plugin-n@15.2.2:
version "15.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.2.tgz#1ea682e57871c5ce6ba04c36e71df38466b68d34"
integrity sha512-MLjZVAv4TiCIoXqjibNqCJjLkGHfrOY3XZ0ZBLoW0OnS3o98PUBnzB/kfp8dCz/4A4Y18jjX50PRnqI4ACFY1Q==
dependencies:
builtins "^5.0.1"
eslint-plugin-es "^4.1.0"
Expand Down Expand Up @@ -7827,15 +7827,15 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==

flow-bin@0.179.0:
version "0.179.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.179.0.tgz#a9afbedda1687726296bfc8bd34247a6aae34d4f"
integrity sha512-odCiPkX5Vjrgupqxq2cjib0GtzAjGRHVkLk4TG15N4B+Fd2ghb8HSW6zrdX9GwaXrsuocxm5+oVzkaaUYUf+Pg==
flow-bin@0.180.0:
version "0.180.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.180.0.tgz#7a26f3a0cff61e386267e72ef7971d1af73e317a"
integrity sha512-jEZoIwOxzrtQ0erUu94nEzlqUoX7OAMeVs0CjO0rN6b7SDBhI5IysVRvGSQkkFWBJpy5VQ9lvzBYzq5Sq9vcmg==

flow-parser@0.*, flow-parser@0.179.0:
version "0.179.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.179.0.tgz#595caab8b082b4d424735c97a53216a91c9eb19a"
integrity sha512-M4dEgnvsGFa1lUTK05RFW+cwle8tkTHioFm6gGWdeGpDJjjhmvyaN8vLIqb8sAHI05TQxARsnUC3U2chzQP1Dw==
flow-parser@0.*, flow-parser@0.180.0:
version "0.180.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.180.0.tgz#05d49a88715ceca0457607499a018e2bf5908d72"
integrity sha512-kkzsuGAhckWgn/G+JfCyEa6BYslGrjlH4CJL0LZhdn9of9ukvi7SzVQSFsrEhuhh/zQUghfUEoaeZy1wjQXpUg==

focus-lock@^0.9.1:
version "0.9.2"
Expand Down Expand Up @@ -14980,10 +14980,10 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

urql@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.1.tgz#34b0e4abe38ee310e794bfd873517b3d78b9e863"
integrity sha512-KoGxe8FBUkX0Ava5qOlnK2bRup2JTKF577MfQ8mpdt/kqq+b2RHJiAYdCLcMEE0Xh6kGQoY99pteFp/F47Buzg==
urql@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.2.tgz#7d7d06ef4a78aef391222255b1c92bba0af3e296"
integrity sha512-jaVhDxWS2gfJLWWupFXtRkTCuGeRX+b9v19PU6TnKIJ7VP+xyrgpNHghHcTBGo58F+rxvCXVNEvSvdlKFMiHhg==
dependencies:
"@urql/core" "^2.4.3"
wonka "^4.0.14"
Expand Down

1 comment on commit 31150fd

@vercel
Copy link

@vercel vercel bot commented on 31150fd Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.