Skip to content

Commit

Permalink
chore(password-generator): ⬆️ dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Nov 13, 2023
1 parent 1326ead commit 0c27620
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"description": "A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords.",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^8.0.1",
Expand All @@ -40,7 +40,7 @@
"jshint": "^2.13.6",
"mkdirp": "^3.0.1",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"remark-cli": "^12.0.0",
"remark-footnotes": "^4.0.1",
"remark-preset-lint-consistent": "^5.1.2",
Expand Down

0 comments on commit 0c27620

Please sign in to comment.