Skip to content

Commit 961fe0a

Browse files
committed
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, jscodeshift, object.assign, object.entries
1 parent 2d9ad55 commit 961fe0a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.25.9",
45-
"@babel/core": "^7.26.0",
46-
"@babel/eslint-parser": "^7.25.9",
47-
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
48-
"@babel/register": "^7.25.9",
44+
"@babel/cli": "^7.27.2",
45+
"@babel/core": "^7.27.4",
46+
"@babel/eslint-parser": "^7.27.5",
47+
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
48+
"@babel/register": "^7.27.1",
4949
"auto-changelog": "^2.5.0",
5050
"babel-plugin-add-module-exports": "^1.0.4",
5151
"babel-preset-airbnb": "^5.0.0",
@@ -59,12 +59,12 @@
5959
"flow-bin": "^0.147.0",
6060
"in-publish": "^2.0.1",
6161
"jackspeak": "=2.1.1",
62-
"jscodeshift": "^17.0.0",
62+
"jscodeshift": "^17.3.0",
6363
"minimist": "^1.2.8",
6464
"mock-property": "^1.1.0",
6565
"npmignore": "^0.3.1",
66-
"object.assign": "^4.1.5",
67-
"object.entries": "^1.1.8",
66+
"object.assign": "^4.1.7",
67+
"object.entries": "^1.1.9",
6868
"rimraf": "^3.0.2",
6969
"safe-publish-latest": "^2.0.0",
7070
"semver": "^6.3.1",

0 commit comments

Comments
 (0)