Skip to content

Commit 42c5f95

Browse files
committed
Update more deps
1 parent 1d88050 commit 42c5f95

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ v1.6.0
22
date: 2023-01-28
33
changes:
44
- Requires node.js 14+.
5-
-
5+
- template.date now uses dateformat ~4.6.2.
6+
- other dependency updates such as glob, rimraf, etc.
67
v1.5.3
78
date: 2022-04-23
89
changes:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"tool"
3838
],
3939
"dependencies": {
40-
"dateformat": "~3.0.3",
40+
"dateformat": "~4.6.2",
4141
"eventemitter2": "~0.4.13",
4242
"exit": "~0.1.2",
43-
"findup-sync": "~0.3.0",
44-
"glob": "~7.1.6",
43+
"findup-sync": "~5.0.0",
44+
"glob": "~8.1.0",
4545
"grunt-cli": "~1.4.3",
4646
"grunt-known-options": "~2.0.0",
4747
"grunt-legacy-log": "~3.0.0",
4848
"grunt-legacy-util": "~2.0.1",
49-
"iconv-lite": "~0.4.13",
49+
"iconv-lite": "~0.6.3",
5050
"js-yaml": "~3.14.0",
5151
"minimatch": "~3.0.4",
52-
"mkdirp": "~1.0.4",
52+
"mkdirp": "~2.1.3",
5353
"nopt": "~3.0.6",
54-
"rimraf": "~3.0.2"
54+
"rimraf": "~4.1.2"
5555
},
5656
"devDependencies": {
5757
"difflet": "~1.0.1",
5858
"eslint-config-grunt": "~2.0.1",
5959
"grunt-contrib-nodeunit": "~4.0.0",
6060
"grunt-contrib-watch": "~1.1.0",
6161
"grunt-eslint": "~24.0.1",
62-
"temporary": "~0.0.4",
62+
"temporary": "~1.1.0",
6363
"through2": "~4.0.2"
6464
},
6565
"files": [

0 commit comments

Comments
 (0)