From 326ae0d6404311ab45c2ef8a4919aec5b0c44e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:06:42 +0000 Subject: [PATCH] chore(deps): bump vue-router from 4.2.5 to 4.3.0 Bumps [vue-router](https://github.com/vuejs/router) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 56 +++++++++++--------------------------------------- 2 files changed, 13 insertions(+), 45 deletions(-) diff --git a/package.json b/package.json index 00dfa7d..0a6a196 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "marked": "^11.1.1", "pinia": "^2.1.7", "vue": "^3.4.3", - "vue-router": "^4.2.5" + "vue-router": "^4.3.0" }, "devDependencies": { "@mutoe/eslint-config": "^2.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e575b3f..55f20ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,13 +18,13 @@ dependencies: specifier: ^3.4.3 version: 3.4.3(typescript@5.2.2) vue-router: - specifier: ^4.2.5 - version: 4.2.5(vue@3.4.3) + specifier: ^4.3.0 + version: 4.3.0(vue@3.4.3) devDependencies: '@mutoe/eslint-config': specifier: ^2.4.5 - version: 2.4.5(@vue/compiler-sfc@3.3.11)(eslint-plugin-cypress@2.15.1)(eslint@8.54.0)(typescript@5.2.2)(vitest@1.0.4) + version: 2.4.5(@vue/compiler-sfc@3.4.3)(eslint-plugin-cypress@2.15.1)(eslint@8.54.0)(typescript@5.2.2)(vitest@1.0.4) '@pinia/testing': specifier: ^0.1.3 version: 0.1.3(pinia@2.1.7)(vue@3.4.3) @@ -36,7 +36,7 @@ devDependencies: version: 14.5.1(@testing-library/dom@9.3.3) '@testing-library/vue': specifier: ^8.0.1 - version: 8.0.1(@vue/compiler-sfc@3.3.11)(vue@3.4.3) + version: 8.0.1(@vue/compiler-sfc@3.4.3)(vue@3.4.3) '@vitejs/plugin-vue': specifier: ^4.5.0 version: 4.5.0(vite@5.0.7)(vue@3.4.3) @@ -582,7 +582,7 @@ packages: strict-event-emitter: 0.5.1 dev: true - /@mutoe/eslint-config@2.4.5(@vue/compiler-sfc@3.3.11)(eslint-plugin-cypress@2.15.1)(eslint@8.54.0)(typescript@5.2.2)(vitest@1.0.4): + /@mutoe/eslint-config@2.4.5(@vue/compiler-sfc@3.4.3)(eslint-plugin-cypress@2.15.1)(eslint@8.54.0)(typescript@5.2.2)(vitest@1.0.4): resolution: {integrity: sha512-/dLWPFjXPA3UlNDHS3KGRoNrSPEm87vu7V/BLask3kDwWGzWLz6inTCLrenzrvet2YLWF0Esf7nYadO0CVcj+A==} hasBin: true peerDependencies: @@ -636,7 +636,7 @@ packages: eslint-plugin-vue: 9.19.2(eslint@8.54.0) eslint-plugin-vuejs-accessibility: 2.2.0(eslint@8.54.0) eslint-plugin-yml: 1.10.0(eslint@8.54.0) - eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.3.11)(eslint@8.54.0) + eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.4.3)(eslint@8.54.0) globals: 13.24.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -923,7 +923,7 @@ packages: '@testing-library/dom': 9.3.3 dev: true - /@testing-library/vue@8.0.1(@vue/compiler-sfc@3.3.11)(vue@3.4.3): + /@testing-library/vue@8.0.1(@vue/compiler-sfc@3.4.3)(vue@3.4.3): resolution: {integrity: sha512-l51ZEpjTQ6glq3wM+asQ1GbKJMGcxwgHEygETx0aCRN4TjFEGvMZy4YdWKs/y7bu4bmLrxcxhbEPP7iPSW/2OQ==} engines: {node: '>=14'} peerDependencies: @@ -932,7 +932,7 @@ packages: dependencies: '@babel/runtime': 7.23.4 '@testing-library/dom': 9.3.3 - '@vue/compiler-sfc': 3.3.11 + '@vue/compiler-sfc': 3.4.3 '@vue/test-utils': 2.4.2(vue@3.4.3) vue: 3.4.3(typescript@5.2.2) transitivePeerDependencies: @@ -1264,21 +1264,6 @@ packages: '@vue/compiler-core': 3.4.3 '@vue/shared': 3.4.3 - /@vue/compiler-sfc@3.3.11: - resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} - dependencies: - '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/compiler-dom': 3.3.11 - '@vue/compiler-ssr': 3.3.11 - '@vue/reactivity-transform': 3.3.11 - '@vue/shared': 3.3.11 - estree-walker: 2.0.2 - magic-string: 0.30.5 - postcss: 8.4.32 - source-map-js: 1.0.2 - dev: true - /@vue/compiler-sfc@3.4.3: resolution: {integrity: sha512-NuJqb5is9I4uzv316VRUDYgIlPZCG8D+ARt5P4t5UDShIHKL25J3TGZAUryY/Aiy0DsY7srJnZL5ryB6DD63Zw==} dependencies: @@ -1292,13 +1277,6 @@ packages: postcss: 8.4.32 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.11: - resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} - dependencies: - '@vue/compiler-dom': 3.3.11 - '@vue/shared': 3.3.11 - dev: true - /@vue/compiler-ssr@3.4.3: resolution: {integrity: sha512-wnYQtMBkeFSxgSSQbYGQeXPhQacQiog2c6AlvMldQH6DB+gSXK/0F6DVXAJfEiuBSgBhUc8dwrrG5JQcqwalsA==} dependencies: @@ -1328,16 +1306,6 @@ packages: vue-template-compiler: 2.7.15 dev: true - /@vue/reactivity-transform@3.3.11: - resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} - dependencies: - '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/shared': 3.3.11 - estree-walker: 2.0.2 - magic-string: 0.30.5 - dev: true - /@vue/reactivity@3.4.3: resolution: {integrity: sha512-q5f9HLDU+5aBKizXHAx0w4whkIANs1Muiq9R5YXm0HtorSlflqv9u/ohaMxuuhHWCji4xqpQ1eL04WvmAmGnFg==} dependencies: @@ -2666,13 +2634,13 @@ packages: - supports-color dev: true - /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.3.11)(eslint@8.54.0): + /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.4.3)(eslint@8.54.0): resolution: {integrity: sha512-9+dU5lU881log570oBwpelaJmOfOzSniben7IWEDRYQPPWwlvaV7NhOtsTuUWDqpYT+dtKKWPsgz4OkOi+aZnA==} peerDependencies: '@vue/compiler-sfc': ^3.3.0 eslint: ^8.50.0 dependencies: - '@vue/compiler-sfc': 3.3.11 + '@vue/compiler-sfc': 3.4.3 eslint: 8.54.0 dev: true @@ -5636,8 +5604,8 @@ packages: - supports-color dev: true - /vue-router@4.2.5(vue@3.4.3): - resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} + /vue-router@4.3.0(vue@3.4.3): + resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==} peerDependencies: vue: ^3.2.0 dependencies: