Skip to content

Commit

Permalink
chore(pg: dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 29, 2023
1 parent b061c39 commit 0a3f9db
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 1,024 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@
},
"description": "A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords.",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@babel/register": "^7.22.15",
"babel-plugin-istanbul": "^6.1.1",
"c8": "^8.0.1",
"chai": "^4.3.8",
"chai": "^4.3.10",
"clipboardy": "^3.0.0",
"commander": "^11.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"filesizes": "^0.1.2",
"jest": "^29.6.4",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"jshint": "^2.13.6",
"mkdirp": "^3.0.1",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"remark-cli": "^11.0.0",
"remark-cli": "^12.0.0",
"remark-footnotes": "^4.0.1",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"rimraf": "^5.0.1"
"rimraf": "^5.0.5"
},
"directories": {
"bin": "./bin",
"src": "./src",
"test": "./test"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^10.19.0 || ^14.13.1 || >=16.0.0"
},
"files": [
"/COPYRIGHT",
Expand Down Expand Up @@ -151,5 +151,5 @@
"test": "pnpm run clean && c8 mocha"
},
"type": "module",
"version": "1.1.1"
"version": "1.1.2"
}
Loading

0 comments on commit 0a3f9db

Please sign in to comment.