From 26c920f71603b961690b7c91154c9e26325b6b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:47:11 -0500 Subject: [PATCH] Bump grunt from 1.0.4 to 1.5.3 in /ee/fleet-agent-downloader (#43250) Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3.
Release notes

Sourced from grunt's releases.

v1.5.3

https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

v1.5.2

https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

v1.5.1

https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

v1.5.0

https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

v1.4.1

https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

v1.4.0

... (truncated)

Changelog

Sourced from grunt's changelog.

v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

... (truncated)

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ee/fleet-agent-downloader/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/fleet-agent-downloader/package.json b/ee/fleet-agent-downloader/package.json index 63768360cc..e12596c0fc 100644 --- a/ee/fleet-agent-downloader/package.json +++ b/ee/fleet-agent-downloader/package.json @@ -22,7 +22,7 @@ "eslint": "5.16.0", "htmlhint": "0.11.0", "lesshint": "6.3.6", - "grunt": "1.0.4", + "grunt": "1.5.3", "sails-hook-grunt": "^5.0.0" }, "scripts": {