From 60b17110a3e644c7c277c0b26f6562a76f766b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:22:37 +0000 Subject: [PATCH] build(deps): Bump grunt from 1.6.2 to 1.6.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG.md) - [Commits](https://github.com/gruntjs/grunt/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: grunt dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 345a72569ff..a82729bdfbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "fs-extra": "11.3.6", "geoip-lite": "2.0.3", "get-random-values": "^5.0.0", - "grunt": "1.6.2", + "grunt": "1.6.3", "grunt-cli": "1.5.0", "grunt-contrib-concat": "2.1.0", "grunt-contrib-copy": "1.0.0", @@ -6690,9 +6690,9 @@ "license": "MIT" }, "node_modules/grunt": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.6.2.tgz", - "integrity": "sha512-bUzh5nA/P5L66ihXTDP6J5BGnMB/8lXJXejYWSbH4Y4TvWM9t2S39sggQDYYQlx06cYcCsmu63HMYHGCIzUVfg==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.6.3.tgz", + "integrity": "sha512-ng0CbpyNp/ox5e5CBY9TkZgVdAL4wK+nBHO6rNE8cXGa5kM++Lxlp0MpFBVZbpgOR2oCp/91V+T3CZVSWWLqMA==", "license": "MIT", "dependencies": { "dateformat": "~4.6.2", @@ -6705,7 +6705,7 @@ "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.1", "iconv-lite": "~0.6.3", - "js-yaml": "~3.14.0", + "js-yaml": "^3.15.0", "minimatch": "^3.1.5", "nopt": "^5.0.0" }, diff --git a/package.json b/package.json index f13f8269446..fb3556216d7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "fs-extra": "11.3.6", "geoip-lite": "2.0.3", "get-random-values": "^5.0.0", - "grunt": "1.6.2", + "grunt": "1.6.3", "grunt-cli": "1.5.0", "grunt-contrib-concat": "2.1.0", "grunt-contrib-copy": "1.0.0",