Skip to content

Commit 0852947

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, aud, object.assign
1 parent 65be35b commit 0852947

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.18.9",
38-
"@babel/core": "^7.18.9",
39-
"@babel/eslint-parser": "^7.18.9",
40-
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
37+
"@babel/cli": "^7.19.3",
38+
"@babel/core": "^7.19.3",
39+
"@babel/eslint-parser": "^7.19.1",
40+
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
4141
"@babel/register": "^7.18.9",
4242
"ast-types-flow": "^0.0.7",
43-
"aud": "^2.0.0",
43+
"aud": "^2.0.1",
4444
"babel-jest": "^24.9.0",
4545
"babel-plugin-add-module-exports": "^1.0.4",
4646
"babel-preset-airbnb": "^5.0.0",
@@ -58,7 +58,7 @@
5858
"markdown-magic": "^2.6.1",
5959
"minimist": "^1.2.6",
6060
"npmignore": "^0.3.0",
61-
"object.assign": "^4.1.2",
61+
"object.assign": "^4.1.4",
6262
"rimraf": "^3.0.2",
6363
"safe-publish-latest": "^2.0.0",
6464
"to-ast": "^1.0.0"

0 commit comments

Comments
 (0)