From 1e1c64d6e7f8e3961edb7ad2480d85397869702d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:13:20 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#2474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++++ package.json | 4 ++-- pnpm-lock.yaml | 50 +++++++++++++++++++++++++------------------------- 4 files changed, 33 insertions(+), 29 deletions(-) diff --git a/go.mod b/go.mod index 879776d5..b73611c6 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/docker/go-units v0.5.0 // indirect github.com/dustin/go-humanize v1.0.1 github.com/gogo/protobuf v1.3.2 // indirect - github.com/gorilla/sessions v1.2.1 + github.com/gorilla/sessions v1.2.2 github.com/magiconair/properties v1.8.7 github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect github.com/morikuni/aec v1.0.0 // indirect @@ -37,7 +37,7 @@ require ( github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect github.com/goccy/go-json v0.10.2 // indirect github.com/google/go-cmp v0.5.5 // indirect - github.com/gorilla/securecookie v1.1.1 // indirect + github.com/gorilla/securecookie v1.1.2 // indirect github.com/kr/pretty v0.2.1 // indirect github.com/lestrrat-go/blackmagic v1.0.1 // indirect github.com/lestrrat-go/httpcc v1.0.1 // indirect diff --git a/go.sum b/go.sum index 348942be..5085a085 100644 --- a/go.sum +++ b/go.sum @@ -149,8 +149,12 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ= github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4= +github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA= +github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo= github.com/gorilla/sessions v1.2.1 h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI= github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM= +github.com/gorilla/sessions v1.2.2 h1:lqzMYz6bOfvn2WriPUjNByzeXIlVzURcPmgMczkmTjY= +github.com/gorilla/sessions v1.2.2/go.mod h1:ePLdVu+jbEgHH+KWw8I1z2wqd0BAdAQh/8LRvBeoNcQ= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= diff --git a/package.json b/package.json index 1f1a120f..77c1b817 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "vite-plugin-pages": "^0.31.0", "vite-plugin-vue-layouts": "^0.8.0", "vue": "^3.3.7", - "vue-i18n": "^9.6.4", + "vue-i18n": "^9.6.5", "vue-router": "^4.2.5" }, "devDependencies": { @@ -96,7 +96,7 @@ "simple-git-hooks": "^2.9.0", "ts-node": "^10.9.1", "typescript": "^5.2.2", - "vitepress": "1.0.0-rc.24", + "vitepress": "1.0.0-rc.25", "vitest": "^0.34.6", "vue-tsc": "^1.8.22" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b843232..9d637633 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ dependencies: version: 1.1.6 '@intlify/unplugin-vue-i18n': specifier: ^1.5.0 - version: 1.5.0(vue-i18n@9.6.4) + version: 1.5.0(vue-i18n@9.6.5) '@vueuse/components': specifier: ^10.5.0 version: 10.5.0(vue@3.3.7) @@ -120,8 +120,8 @@ dependencies: specifier: ^3.3.7 version: 3.3.7(typescript@5.2.2) vue-i18n: - specifier: ^9.6.4 - version: 9.6.4(vue@3.3.7) + specifier: ^9.6.5 + version: 9.6.5(vue@3.3.7) vue-router: specifier: ^4.2.5 version: 4.2.5(vue@3.3.7) @@ -209,8 +209,8 @@ devDependencies: specifier: ^5.2.2 version: 5.2.2 vitepress: - specifier: 1.0.0-rc.24 - version: 1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@20.8.10)(fuse.js@7.0.0)(postcss@8.4.31)(search-insights@2.9.0)(typescript@5.2.2) + specifier: 1.0.0-rc.25 + version: 1.0.0-rc.25(@algolia/client-search@4.20.0)(@types/node@20.8.10)(fuse.js@7.0.0)(postcss@8.4.31)(search-insights@2.9.0)(typescript@5.2.2) vitest: specifier: ^0.34.6 version: 0.34.6(jsdom@22.1.0) @@ -686,7 +686,7 @@ packages: - supports-color dev: false - /@intlify/bundle-utils@7.4.0(vue-i18n@9.6.4): + /@intlify/bundle-utils@7.4.0(vue-i18n@9.6.5): resolution: {integrity: sha512-AQfjBe2HUxzyN8ignIk3WhhSuVcSuirgzOzkd17nb337rCbI4Gv/t1R60UUyIqFoFdviLb/wLcDUzTD/xXjv9w==} engines: {node: '>= 14.16'} peerDependencies: @@ -707,16 +707,16 @@ packages: magic-string: 0.30.5 mlly: 1.4.2 source-map-js: 1.0.2 - vue-i18n: 9.6.4(vue@3.3.7) + vue-i18n: 9.6.5(vue@3.3.7) yaml-eslint-parser: 1.2.2 dev: false - /@intlify/core-base@9.6.4: - resolution: {integrity: sha512-NezA5NUpdlSPXTLCWzmd9xhLalfhL0sylqDjBUW9gF12t3jOtKYqqB5lD4FZbxkGdD/l+NMPitq44j8+i5D8UA==} + /@intlify/core-base@9.6.5: + resolution: {integrity: sha512-LzbGXiZkMWPIHnHI0g6q554S87Cmh2mmCmjytK/3pDQfjI84l+dgGoeQuKj02q7EbULRuUUgYVZVqAwEUawXGg==} engines: {node: '>= 16'} dependencies: - '@intlify/message-compiler': 9.6.4 - '@intlify/shared': 9.6.4 + '@intlify/message-compiler': 9.6.5 + '@intlify/shared': 9.6.5 dev: false /@intlify/message-compiler@9.6.2: @@ -727,11 +727,11 @@ packages: source-map-js: 1.0.2 dev: false - /@intlify/message-compiler@9.6.4: - resolution: {integrity: sha512-Ppkyh/dAw0Fq8cGSMQw5P1RgUDYNgmgM5y4d0JGw7Qgnbm085TeVDf82UdJtIk3iIbxrnR0jNUf1pNESnyHrPw==} + /@intlify/message-compiler@9.6.5: + resolution: {integrity: sha512-WeJ499thIj0p7JaIO1V3JaJbqdqfBykS5R8fElFs5hNeotHtPAMBs4IiA+8/KGFkAbjJusgFefCq6ajP7F7+4Q==} engines: {node: '>= 16'} dependencies: - '@intlify/shared': 9.6.4 + '@intlify/shared': 9.6.5 source-map-js: 1.0.2 dev: false @@ -740,12 +740,12 @@ packages: engines: {node: '>= 16'} dev: false - /@intlify/shared@9.6.4: - resolution: {integrity: sha512-dsmya7s6KK58UD60cDWqbpkQcllFpPB/f4dz8OqgK5Pe+CgeatKJjpuAG516DHXX0BtD0P5X6JCD45+1FMvvZw==} + /@intlify/shared@9.6.5: + resolution: {integrity: sha512-gD7Ey47Xi4h/t6P+S04ymMSoA3wVRxGqjxuIMglwRO8POki9h164Epu2N8wk/GHXM/hR6ZGcsx2HArCCENjqSQ==} engines: {node: '>= 16'} dev: false - /@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.6.4): + /@intlify/unplugin-vue-i18n@1.5.0(vue-i18n@9.6.5): resolution: {integrity: sha512-jW0MCCdwxybxcwjEfCunAcKjVoxyO3i+cnLL6v+MNGRLUHqrpELF6zQAJUhgAK2afhY7mCliy8RxTFWKdXm26w==} engines: {node: '>= 14.16'} peerDependencies: @@ -760,7 +760,7 @@ packages: vue-i18n-bridge: optional: true dependencies: - '@intlify/bundle-utils': 7.4.0(vue-i18n@9.6.4) + '@intlify/bundle-utils': 7.4.0(vue-i18n@9.6.5) '@intlify/shared': 9.6.2 '@rollup/pluginutils': 5.0.5(rollup@3.29.4) '@vue/compiler-sfc': 3.3.7 @@ -772,7 +772,7 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 unplugin: 1.5.0 - vue-i18n: 9.6.4(vue@3.3.7) + vue-i18n: 9.6.5(vue@3.3.7) transitivePeerDependencies: - rollup - supports-color @@ -4736,8 +4736,8 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitepress@1.0.0-rc.24(@algolia/client-search@4.20.0)(@types/node@20.8.10)(fuse.js@7.0.0)(postcss@8.4.31)(search-insights@2.9.0)(typescript@5.2.2): - resolution: {integrity: sha512-RpnL8cnOGwiRlBbrYQUm9sYkJbtyOt/wYXk2diTcokY4yvks/5lq9LuSt+MURWB6ZqwpSNHvTmxgaSfLoG0/OA==} + /vitepress@1.0.0-rc.25(@algolia/client-search@4.20.0)(@types/node@20.8.10)(fuse.js@7.0.0)(postcss@8.4.31)(search-insights@2.9.0)(typescript@5.2.2): + resolution: {integrity: sha512-1dqWiHNThNrVZ08ixmfEDBEH+764KOgnev9oXga/x6cN++Vb9pnuu8p3K6DQP+KZrYcG+WiX7jxal0iSNpAWuQ==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4.3.2 @@ -4882,14 +4882,14 @@ packages: dependencies: vue: 3.3.7(typescript@5.2.2) - /vue-i18n@9.6.4(vue@3.3.7): - resolution: {integrity: sha512-xYoUk0ya6RoTjXtR0w4aHrzPT3CbAZfBMcDj2IHUkP+ddpp1V7M4KYBBHwlHncEapf/skm0BoXOIe7RJ5d/Epg==} + /vue-i18n@9.6.5(vue@3.3.7): + resolution: {integrity: sha512-dpUEjKHg7pEsaS7ZPPxp1CflaR7bGmsvZJEhnszHPKl9OTNyno5j/DvMtMSo41kpddq4felLA7GK2prjpnXVlw==} engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': 9.6.4 - '@intlify/shared': 9.6.4 + '@intlify/core-base': 9.6.5 + '@intlify/shared': 9.6.5 '@vue/devtools-api': 6.5.1 vue: 3.3.7(typescript@5.2.2) dev: false