From fa5117dfb244c07fa6adbda279ce58e251162220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:02:37 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @types/lodash from 4.17.4 to 4.17.5 (#14) Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.4 to 4.17.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b7994df..f25aeefe 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/fs-extra": "^11.0.4", "@types/heic-convert": "^1.2.3", "@types/klaw-sync": "^6.0.5", - "@types/lodash": "^4.17.1", + "@types/lodash": "^4.17.5", "@types/node": "^20.14.6", "@types/pdfjs-dist": "^2.10.378", "@types/sql.js": "^1.4.9", diff --git a/yarn.lock b/yarn.lock index 00b3d29e..815b8748 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1065,10 +1065,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.17.1": - version "4.17.4" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.4.tgz#0303b64958ee070059e3a7184048a55159fe20b7" - integrity sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ== +"@types/lodash@^4.17.5": + version "4.17.5" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.5.tgz#e6c29b58e66995d57cd170ce3e2a61926d55ee04" + integrity sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw== "@types/mime@^1": version "1.3.5" From 152b4eb914b50154c66157e29a5d472389bb79fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:03:18 +0000 Subject: [PATCH 2/2] chore(deps): bump vue-router from 4.3.2 to 4.3.3 (#15) Bumps [vue-router](https://github.com/vuejs/router) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f25aeefe..d2192ea4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "upath": "^2.0.1", "vue": "^3.4.29", "vue-i18n": "^9.2.2", - "vue-router": "^4.0.12" + "vue-router": "^4.3.3" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 815b8748..2b59fe59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7411,10 +7411,10 @@ vue-i18n@^9.2.2: "@intlify/shared" "9.13.1" "@vue/devtools-api" "^6.5.0" -vue-router@^4.0.12: - version "4.3.2" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.2.tgz#08096c7765dacc6832f58e35f7a081a8b34116a7" - integrity sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q== +vue-router@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.3.tgz#7505509d429a36694b12ba1f6530016c5ce5f6bf" + integrity sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ== dependencies: "@vue/devtools-api" "^6.5.1"