Skip to content

Commit

Permalink
DD-272 Updating dependencies
Browse files Browse the repository at this point in the history
cheerio ^1.0.0-rc.12 -> ^1.0.0
deep-clone-merge ^1.5.4 -> ^1.5.5
mocha ^10.7.0 -> ^10.7.3
  • Loading branch information
KLV96 committed Oct 4, 2024
1 parent a629770 commit 80339f5
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 47 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/

# Runtime data
pids
Expand Down
208 changes: 164 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/HMPO/hmpo-nunjucks-test#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"deep-clone-merge": "^1.5.4",
"cheerio": "^1.0.0",
"deep-clone-merge": "^1.5.5",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4"
Expand All @@ -29,6 +29,6 @@
"devDependencies": {
"chai": "^4.5.0",
"hmpo-components": "latest",
"mocha": "^10.7.0"
"mocha": "^10.7.3"
}
}

0 comments on commit 80339f5

Please sign in to comment.