|
37 | 37 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/cli": "^7.23.0", |
41 |
| - "@babel/core": "^7.23.3", |
| 40 | + "@babel/cli": "^7.23.4", |
| 41 | + "@babel/core": "^7.23.7", |
42 | 42 | "@babel/eslint-parser": "^7.23.3",
|
43 | 43 | "@babel/plugin-transform-flow-strip-types": "^7.23.3",
|
44 |
| - "@babel/register": "^7.22.15", |
45 |
| - "aud": "^2.0.3", |
| 44 | + "@babel/register": "^7.23.7", |
| 45 | + "aud": "^2.0.4", |
46 | 46 | "auto-changelog": "^2.4.0",
|
47 | 47 | "babel-jest": "^24.9.0",
|
48 | 48 | "babel-plugin-add-module-exports": "^1.0.4",
|
|
52 | 52 | "eslint-doc-generator": "^1.6.1",
|
53 | 53 | "eslint-plugin-eslint-plugin": "^4.3.0",
|
54 | 54 | "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
|
55 |
| - "eslint-plugin-import": "^2.29.0", |
| 55 | + "eslint-plugin-import": "^2.29.1", |
56 | 56 | "estraverse": "^5.3.0",
|
57 | 57 | "expect": "^24.9.0",
|
58 | 58 | "flow-bin": "^0.147.0",
|
|
61 | 61 | "jest": "^24.9.0",
|
62 | 62 | "jscodeshift": "^0.7.1",
|
63 | 63 | "minimist": "^1.2.8",
|
64 |
| - "npmignore": "^0.3.0", |
65 |
| - "object.assign": "^4.1.4", |
| 64 | + "npmignore": "^0.3.1", |
| 65 | + "object.assign": "^4.1.5", |
66 | 66 | "rimraf": "^3.0.2",
|
67 | 67 | "safe-publish-latest": "^2.0.0",
|
68 | 68 | "semver": "^6.3.1",
|
|
0 commit comments