From c66a075d8ab88b776087fa0d78fc5836526cd31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:40:06 +0000 Subject: [PATCH] build(deps-dev): bump tmp-promise from 3.0.2 to 3.0.3 Bumps [tmp-promise](https://github.com/benjamingr/tmp-promise) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/benjamingr/tmp-promise/releases) - [Commits](https://github.com/benjamingr/tmp-promise/commits) --- updated-dependencies: - dependency-name: tmp-promise dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/context/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/context/package.json b/packages/context/package.json index 4fbab3893..a044757ff 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -39,7 +39,7 @@ "@ui5-language-assistant/semantic-model-types": "3.3.1", "@ui5-language-assistant/test-utils": "3.3.1", "@ui5-language-assistant/test-framework": "3.3.1", - "tmp-promise": "3.0.2", + "tmp-promise": "3.0.3", "rimraf": "3.0.2" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index f72c413eb..c62f2c820 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8219,10 +8219,10 @@ timers-ext@^0.1.7: es5-ext "~0.10.46" next-tick "1" -tmp-promise@3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.2.tgz#6e933782abff8b00c3119d63589ca1fb9caaa62a" - integrity sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA== +tmp-promise@3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7" + integrity sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ== dependencies: tmp "^0.2.0"