From 27a214d23e8b0e6bf9bcdb0c76bfcc4ed1acfefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:40:22 +0000 Subject: [PATCH] build(deps-dev): bump grunt Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test-app/build-tools/android-metadata-generator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/build-tools/android-metadata-generator/package.json b/test-app/build-tools/android-metadata-generator/package.json index c6e3b4123..ff78323ed 100644 --- a/test-app/build-tools/android-metadata-generator/package.json +++ b/test-app/build-tools/android-metadata-generator/package.json @@ -12,7 +12,7 @@ ], "private": true, "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.5.3", "grunt-contrib-clean": "0.5.0", "grunt-contrib-copy": "0.5.0", "grunt-exec": "0.4.6",