From c26cad7b6f174572cc0fc9dd6eab66008e3846a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 05:52:41 +0000 Subject: [PATCH] Bump electron-context-menu from 3.2.0 to 3.3.0 Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/sindresorhus/electron-context-menu/releases) - [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: electron-context-menu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5359c667..6ac605f3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "axios": "^0.27.2", "blueimp-load-image": "^5.16.0", "deep-extend": "^0.6.0", - "electron-context-menu": "^3.2.0", + "electron-context-menu": "^3.3.0", "electron-json-storage": "^4.5.0", "electron-log": "^4.4.6", "electron-window-state": "^5.0.3", @@ -184,7 +184,7 @@ "jsdom": "^19.0.0", "json-loader": "^0.5.7", "listr": "^0.14.3", - "mini-css-extract-plugin": "^2.6.0", + "mini-css-extract-plugin": "^2.6.1", "node-loader": "^2.0.0", "node-sass": "^7.0.1", "os-browserify": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index fce954d5..a6cf95d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5045,10 +5045,10 @@ electron-builder@^23.0.3: update-notifier "^5.1.0" yargs "^17.0.1" -electron-context-menu@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.2.0.tgz#b7c3b9361cb21940217434b563246c36e46de9aa" - integrity sha512-JX6t8JmnaB28h1D6XrpGK/OLxXLDWzkBXZ2shvegThkTDOH8NaSiQBBv/FkFI0rmOUfLezWhPQibnrc0Tm96yA== +electron-context-menu@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.3.0.tgz#cbcc4544ede2bf5629d4ad9911eaa94ae23cd38f" + integrity sha512-7VuDaJQK3ybCm/Buzo9rVhOiZ3VJloHJ/xVtZ4xN6n4fEk1fqOeELSk3tMDVQKnu8pUhayvzsAL0f5tSHwvHAQ== dependencies: cli-truncate "^2.1.0" electron-dl "^3.2.1" @@ -9028,10 +9028,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz#578aebc7fc14d32c0ad304c2c34f08af44673f5e" - integrity sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w== +mini-css-extract-plugin@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz#9a1251d15f2035c342d99a468ab9da7a0451b71e" + integrity sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg== dependencies: schema-utils "^4.0.0"