From d0978ec9e9f5afb57c671dc3fe285bbe3aa991e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:47:41 +0000 Subject: [PATCH] build(deps-dev): bump grunt-contrib-copy Bumps [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy) from 0.5.0 to 0.8.2. - [Changelog](https://github.com/gruntjs/grunt-contrib-copy/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-copy/compare/v0.5.0...v0.8.2) --- updated-dependencies: - dependency-name: grunt-contrib-copy dependency-version: 0.8.2 dependency-type: direct:development update-type: version-update:semver-minor ... 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..f26ef60eb 100644 --- a/test-app/build-tools/android-metadata-generator/package.json +++ b/test-app/build-tools/android-metadata-generator/package.json @@ -14,7 +14,7 @@ "devDependencies": { "grunt": "0.4.5", "grunt-contrib-clean": "0.5.0", - "grunt-contrib-copy": "0.5.0", + "grunt-contrib-copy": "0.8.2", "grunt-exec": "0.4.6", "node-fs" : "0.1.7" }