Skip to content

Commit

Permalink
Update more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Jan 29, 2023
1 parent 1d88050 commit 42c5f95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ v1.6.0
date: 2023-01-28
changes:
- Requires node.js 14+.
-
- template.date now uses dateformat ~4.6.2.
- other dependency updates such as glob, rimraf, etc.
v1.5.3
date: 2022-04-23
changes:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"tool"
],
"dependencies": {
"dateformat": "~3.0.3",
"dateformat": "~4.6.2",
"eventemitter2": "~0.4.13",
"exit": "~0.1.2",
"findup-sync": "~0.3.0",
"glob": "~7.1.6",
"findup-sync": "~5.0.0",
"glob": "~8.1.0",
"grunt-cli": "~1.4.3",
"grunt-known-options": "~2.0.0",
"grunt-legacy-log": "~3.0.0",
"grunt-legacy-util": "~2.0.1",
"iconv-lite": "~0.4.13",
"iconv-lite": "~0.6.3",
"js-yaml": "~3.14.0",
"minimatch": "~3.0.4",
"mkdirp": "~1.0.4",
"mkdirp": "~2.1.3",
"nopt": "~3.0.6",
"rimraf": "~3.0.2"
"rimraf": "~4.1.2"
},
"devDependencies": {
"difflet": "~1.0.1",
"eslint-config-grunt": "~2.0.1",
"grunt-contrib-nodeunit": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "~24.0.1",
"temporary": "~0.0.4",
"temporary": "~1.1.0",
"through2": "~4.0.2"
},
"files": [
Expand Down

0 comments on commit 42c5f95

Please sign in to comment.