Skip to content

Commit 540cb7a

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/register, aud, eslint-plugin-import, npmignore, object.assign
1 parent 2a48abb commit 540cb7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3838
},
3939
"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",
4242
"@babel/eslint-parser": "^7.23.3",
4343
"@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",
4646
"auto-changelog": "^2.4.0",
4747
"babel-jest": "^24.9.0",
4848
"babel-plugin-add-module-exports": "^1.0.4",
@@ -52,7 +52,7 @@
5252
"eslint-doc-generator": "^1.6.1",
5353
"eslint-plugin-eslint-plugin": "^4.3.0",
5454
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
55-
"eslint-plugin-import": "^2.29.0",
55+
"eslint-plugin-import": "^2.29.1",
5656
"estraverse": "^5.3.0",
5757
"expect": "^24.9.0",
5858
"flow-bin": "^0.147.0",
@@ -61,8 +61,8 @@
6161
"jest": "^24.9.0",
6262
"jscodeshift": "^0.7.1",
6363
"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",
6666
"rimraf": "^3.0.2",
6767
"safe-publish-latest": "^2.0.0",
6868
"semver": "^6.3.1",

0 commit comments

Comments
 (0)