Skip to content

Commit 8558aa4

Browse files
Bump the npm-dependencies group with 4 updates
Bumps the npm-dependencies group with 4 updates: [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [prettier](https://github.com/prettier/prettier). Updates `@babel/plugin-transform-modules-commonjs` from 7.25.9 to 7.26.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-plugin-transform-modules-commonjs) Updates `@types/node` from 22.10.1 to 22.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0) Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.4.2) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-commonjs" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 319d523 commit 8558aa4

File tree

2 files changed

+22
-37
lines changed

2 files changed

+22
-37
lines changed

package-lock.json

Lines changed: 18 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
}
5151
},
5252
"devDependencies": {
53-
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
53+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
5454
"@babel/preset-env": "^7.26.0",
55-
"@types/node": "^22.10.1",
55+
"@types/node": "^22.10.3",
5656
"@vercel/ncc": "^0.38.3",
5757
"@babel/core": "^7.26.0",
5858
"babel-jest": "^29.7.0",
5959
"eslint": "^8.57.0",
60-
"eslint-plugin-jest": "^28.9.0",
60+
"eslint-plugin-jest": "^28.10.0",
6161
"jest": "^29.7.0",
6262
"js-yaml": "^4.1.0",
6363
"make-coverage-badge": "^1.2.0",
64-
"prettier": "^3.4.1"
64+
"prettier": "^3.4.2"
6565
}
6666
}

0 commit comments

Comments
 (0)