Skip to content

Commit

Permalink
manual dependency updates (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
newhouse authored Nov 7, 2023
1 parent 95011e3 commit 7b87e41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2

updates:
- package-ecosystem: npm
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion vendor-src/grunt-compile-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"grunt": "~1.5.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"handlebars": "^4.7.7",
"json5": "^2.2.0",
"lodash": "^4.17.12"
Expand Down
2 changes: 1 addition & 1 deletion vendor-src/grunt-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-nodeunit": "~0.2.0"
"grunt-contrib-nodeunit": "^5.0.0"
},
"peerDependencies": {
"coffeescript": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion vendor-src/resource-embedder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"coffeescript": "^2.6.1",
"graceful-fs": "~4.2.10",
"grunt": "~1.5.3",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"htmlparser2": "~8.0.1",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 7b87e41

Please sign in to comment.