Skip to content

Commit

Permalink
feat(package.json): update dependencies without breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmendev committed Feb 22, 2024
1 parent 6d12536 commit 87b012d
Show file tree
Hide file tree
Showing 2 changed files with 1,570 additions and 1,945 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
},
"homepage": "https://github.com/claudetech/node-static-i18n",
"devDependencies": {
"eslint": "^4.17.0",
"eslint": "^8.56.0",
"expect.js": "^0.3.1",
"nyc": "^11.4.1",
"tmp": "^0.0.33"
"nyc": "^15.1.0",
"tmp": "^0.2.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"bluebird": "^3.7.2",
"cheerio": "^0.22.0",
"fs-extra": "^5.0.0",
"fs-extra": "^11.2.0",
"glob": "^7.1.2",
"i18next": "^11.2.3",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"minimist": "^1.1.0",
"mocha": "^5.0.1"
"i18next": "^23.10.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mocha": "^10.3.0"
},
"prettier": {
"singleQuote": true
Expand Down
Loading

0 comments on commit 87b012d

Please sign in to comment.