From 95510d424a39d830a82814ea4b3b3b67e4c8ab2c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 4 Aug 2022 04:38:20 +0000 Subject: [PATCH] Build(deps): bump @nuxtjs/composition-api from 0.33.0 to 0.33.1 Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.33.0 to 0.33.1. - [Release notes](https://github.com/nuxt-community/composition-api/releases) - [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/composition-api/compare/0.33.0...0.33.1) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 159c200..bf91015 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@graphql-codegen/typescript": "^2.7.2", "@graphql-codegen/typescript-operations": "^2.5.2", "@graphql-codegen/typescript-vue-apollo": "^3.3.2", - "@nuxtjs/composition-api": "^0.33.0", + "@nuxtjs/composition-api": "^0.33.1", "@nuxtjs/i18n": "^7.2.3", "@nuxtjs/moment": "^1.1.0", "@nuxtjs/sentry": "^5.1.7", diff --git a/yarn.lock b/yarn.lock index b3648f9..ac965ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2478,16 +2478,16 @@ webpack-node-externals "^3.0.0" webpackbar "^4.0.0" -"@nuxtjs/composition-api@^0.33.0": - version "0.33.0" - resolved "https://registry.yarnpkg.com/@nuxtjs/composition-api/-/composition-api-0.33.0.tgz#f9274f279bc7c38c3cb88e665d77e1849eca9885" - integrity sha512-IHDHliPWS1o5whD6xgSB7hneJ6LVAU0xu8Thj5GmDx4VAAVA+6WRfDx+xKwh61SW36th4YHUcD28xYeqezW3+Q== +"@nuxtjs/composition-api@^0.33.1": + version "0.33.1" + resolved "https://registry.yarnpkg.com/@nuxtjs/composition-api/-/composition-api-0.33.1.tgz#509ace1ac1e5d3e73ab3a949efacf14f35a46da3" + integrity sha512-dI0c5atKDsEIVycrsKw9T+aaos2VggscSJBPZpC1BXKzHR7+9Ilor+SHvnAEb5j2E2v+8x407Uo339oJzhlD1A== dependencies: defu "^6.0.0" estree-walker "^2.0.2" fs-extra "^9.1.0" magic-string "^0.26.2" - pathe "^0.3.2" + pathe "^0.3.3" ufo "^0.8.5" "@nuxtjs/eslint-config-typescript@^10.0.0": @@ -10756,10 +10756,10 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -pathe@^0.3.0, pathe@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.2.tgz#016345ed643027404d7a9ed8d1454ad997a1483a" - integrity sha512-qhnmX0TOqlCvdWWTkoM83wh5J8fZ2yhbDEc9MlsnAEtEc+JCwxUKEwmd6pkY9hRe6JR1Uecbc14VcAKX2yFSTA== +pathe@^0.3.0, pathe@^0.3.2, pathe@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.3.tgz#8d6d70a25d4db6024ed4d59e59c1bf80fcf18753" + integrity sha512-x3nrPvG0HDSDzUiJ0WqtzhN4MD+h5B+dFJ3/qyxVuARlr4Y3aJv8gri2cZzp9Z8sGs2a+aG9gNbKngh3gme57A== pbkdf2@^3.0.3: version "3.1.2"