|
20 | 20 | },
|
21 | 21 | "description": "A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords.",
|
22 | 22 | "devDependencies": {
|
23 |
| - "@babel/cli": "^7.22.15", |
24 |
| - "@babel/core": "^7.22.17", |
| 23 | + "@babel/cli": "^7.23.0", |
| 24 | + "@babel/core": "^7.23.0", |
25 | 25 | "@babel/eslint-parser": "^7.22.15",
|
26 |
| - "@babel/preset-env": "^7.22.15", |
27 |
| - "@babel/preset-typescript": "^7.22.15", |
| 26 | + "@babel/preset-env": "^7.22.20", |
| 27 | + "@babel/preset-typescript": "^7.23.0", |
28 | 28 | "@babel/register": "^7.22.15",
|
29 | 29 | "babel-plugin-istanbul": "^6.1.1",
|
30 | 30 | "c8": "^8.0.1",
|
31 |
| - "chai": "^4.3.8", |
| 31 | + "chai": "^4.3.10", |
32 | 32 | "clipboardy": "^3.0.0",
|
33 | 33 | "commander": "^11.0.0",
|
34 |
| - "eslint": "^8.49.0", |
| 34 | + "eslint": "^8.50.0", |
35 | 35 | "eslint-plugin-import": "^2.28.1",
|
36 | 36 | "eslint-plugin-prettier": "^5.0.0",
|
37 | 37 | "filesizes": "^0.1.2",
|
38 |
| - "jest": "^29.6.4", |
| 38 | + "jest": "^29.7.0", |
39 | 39 | "jsdoc": "^4.0.2",
|
40 | 40 | "jshint": "^2.13.6",
|
41 | 41 | "mkdirp": "^3.0.1",
|
42 | 42 | "mocha": "^10.2.0",
|
43 | 43 | "prettier": "3.0.3",
|
44 |
| - "remark-cli": "^11.0.0", |
| 44 | + "remark-cli": "^12.0.0", |
45 | 45 | "remark-footnotes": "^4.0.1",
|
46 | 46 | "remark-preset-lint-consistent": "^5.1.2",
|
47 | 47 | "remark-preset-lint-markdown-style-guide": "^5.1.3",
|
48 | 48 | "remark-preset-lint-recommended": "^6.1.3",
|
49 |
| - "rimraf": "^5.0.1" |
| 49 | + "rimraf": "^5.0.5" |
50 | 50 | },
|
51 | 51 | "directories": {
|
52 | 52 | "bin": "./bin",
|
53 | 53 | "src": "./src",
|
54 | 54 | "test": "./test"
|
55 | 55 | },
|
56 | 56 | "engines": {
|
57 |
| - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 57 | + "node": "^10.19.0 || ^14.13.1 || >=16.0.0" |
58 | 58 | },
|
59 | 59 | "files": [
|
60 | 60 | "/COPYRIGHT",
|
|
151 | 151 | "test": "pnpm run clean && c8 mocha"
|
152 | 152 | },
|
153 | 153 | "type": "module",
|
154 |
| - "version": "1.1.1" |
| 154 | + "version": "1.1.2" |
155 | 155 | }
|
0 commit comments