From 40ac798e2e2cd2be2f6ddce3cb9c96d9825c730f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 00:08:57 +0000 Subject: [PATCH] Bump grunt from 1.5.2 to 1.5.3 Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 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/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01c57a3..a8a8ca1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.7", "main": "dist/dist.css", "devDependencies": { - "grunt": "^1.0.1", + "grunt": "^1.5.3", "grunt-contrib-watch": "^1.0.0", "grunt-newer": "^1.2.0", "grunt-contrib-sass": "^1.0.0" diff --git a/yarn.lock b/yarn.lock index c5b7461..e02b377 100644 --- a/yarn.lock +++ b/yarn.lock @@ -452,10 +452,10 @@ grunt-newer@^1.2.0: async "^1.5.2" rimraf "^2.5.2" -grunt@^1.0.1: - version "1.5.2" - resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.2.tgz#46b014e28d17c85baac19d5e891bb3f04923c098" - integrity sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w== +grunt@^1.5.3: + version "1.5.3" + resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.3.tgz#3214101d11257b7e83cf2b38ea173b824deab76a" + integrity sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ== dependencies: dateformat "~3.0.3" eventemitter2 "~0.4.13"