From 28c6469e2c92902f06ce628d500668cf1a2baf77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:08:33 +0000 Subject: [PATCH] Bump grunt from 0.4.5 to 1.5.3 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-version: 1.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f63c43..3539f62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "./lib/aesprim.js": "./generated/aesprim-browser.js" }, "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.5.3", "grunt-browserify": "3.8.0", "grunt-cli": "0.1.13", "grunt-contrib-uglify": "0.9.1",