Skip to content

Commit c041cee

Browse files
Bump the npm-dependencies group with 4 updates
Bumps the npm-dependencies group with 4 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [prettier](https://github.com/prettier/prettier). Updates `@babel/preset-env` from 7.23.6 to 7.23.7 - [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.23.7/packages/babel-preset-env) Updates `@types/node` from 20.10.5 to 20.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@babel/core` from 7.23.6 to 7.23.7 - [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.23.7/packages/babel-core) Updates `prettier` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch 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] <[email protected]>
1 parent 8973281 commit c041cee

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package-lock.json

Lines changed: 36 additions & 36 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
@@ -54,16 +54,16 @@
5454
},
5555
"devDependencies": {
5656
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
57-
"@babel/preset-env": "^7.23.5",
58-
"@types/node": "^20.10.1",
57+
"@babel/preset-env": "^7.23.7",
58+
"@types/node": "^20.10.6",
5959
"@vercel/ncc": "^0.38.1",
60-
"@babel/core": "^7.23.5",
60+
"@babel/core": "^7.23.7",
6161
"babel-jest": "^29.7.0",
6262
"eslint": "^8.54.0",
6363
"eslint-plugin-jest": "^27.6.0",
6464
"jest": "^29.7.0",
6565
"js-yaml": "^4.1.0",
6666
"make-coverage-badge": "^1.2.0",
67-
"prettier": "3.1.0"
67+
"prettier": "3.1.1"
6868
}
6969
}

0 commit comments

Comments
 (0)