From 9d296462824a293fe4e7c10589b9d9aca54ce28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 21:23:26 +0000 Subject: [PATCH] build(deps): bump @capacitor/status-bar from 1.0.8 to 5.0.2 in /NUXT Bumps [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) from 1.0.8 to 5.0.2. - [Release notes](https://github.com/ionic-team/capacitor-plugins/releases) - [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@1.0.8...@capacitor/status-bar@5.0.2) --- updated-dependencies: - dependency-name: "@capacitor/status-bar" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- NUXT/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/package.json b/NUXT/package.json index 91c3bf2..9bf0f63 100644 --- a/NUXT/package.json +++ b/NUXT/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@capacitor/splash-screen": "^1.2.2", - "@capacitor/status-bar": "^1.0.8", + "@capacitor/status-bar": "^5.0.2", "core-js": "^3.25.0", "nuxt": "^2.15.8", "uuid": "^9.0.0",