Skip to content

Commit 20c3987

Browse files
dependabot[bot]beardhatcode
authored andcommitted
Bump grunt from 1.4.1 to 1.5.2 in /APIServer
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.2. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](gruntjs/grunt@v1.4.1...v1.5.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bed2b4 commit 20c3987

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

APIServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"d3": "^5.16.0",
1212
"expose-loader": "^1.0.0",
1313
"express": "^4.16.4",
14-
"grunt": "^1.3.0",
14+
"grunt": "^1.5.2",
1515
"grunt-cli": "^1.3.2",
1616
"grunt-contrib-less": "^2.0.0",
1717
"grunt-contrib-watch": "^1.1.0",

APIServer/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
24092409
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
24102410
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
24112411

2412-
grunt-cli@^1.3.2, grunt-cli@~1.4.2:
2412+
grunt-cli@^1.3.2, grunt-cli@~1.4.3:
24132413
version "1.4.3"
24142414
resolved "https://registry.yarnpkg.com/grunt-cli/-/grunt-cli-1.4.3.tgz#22c9f1a3d2780bf9b0d206e832e40f8f499175ff"
24152415
integrity sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==
@@ -2506,17 +2506,17 @@ grunt-webpack@^3.1.3:
25062506
deep-for-each "^2.0.2"
25072507
lodash "^4.7.0"
25082508

2509-
grunt@^1.3.0:
2510-
version "1.4.1"
2511-
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.4.1.tgz#7d1e17db1f9c8108777f7273d6b9359755576f50"
2512-
integrity sha512-ZXIYXTsAVrA7sM+jZxjQdrBOAg7DyMUplOMhTaspMRExei+fD0BTwdWXnn0W5SXqhb/Q/nlkzXclSi3IH55PIA==
2509+
grunt@^1.5.2:
2510+
version "1.5.2"
2511+
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.2.tgz#46b014e28d17c85baac19d5e891bb3f04923c098"
2512+
integrity sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==
25132513
dependencies:
25142514
dateformat "~3.0.3"
25152515
eventemitter2 "~0.4.13"
25162516
exit "~0.1.2"
25172517
findup-sync "~0.3.0"
25182518
glob "~7.1.6"
2519-
grunt-cli "~1.4.2"
2519+
grunt-cli "~1.4.3"
25202520
grunt-known-options "~2.0.0"
25212521
grunt-legacy-log "~3.0.0"
25222522
grunt-legacy-util "~2.0.1"

0 commit comments

Comments
 (0)