aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-31 14:02:29 +0000
committerGravatar vitalyster2024-01-31 21:27:00 +0300
commit6ea2500a55beaaba91ab24cfa07842a07af4da44 (patch)
tree2e74847d93ab6984294502d99bae1a323cad4d04 /package-lock.json
parent23cd3ba6d4c3ba2deb73b1fc327fbd79c4253db7 (diff)
build(deps-dev): bump the development group with 1 update
Bumps the development group with 1 update: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser). Updates `@babel/eslint-parser` from 7.23.9 to 7.23.10 - [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.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5f0c39c0..231d4c2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.9",
- "@babel/eslint-parser": "^7.23.9",
+ "@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@swc/core": "^1.3.107",
@@ -162,9 +162,9 @@
}
},
"node_modules/@babel/eslint-parser": {
- "version": "7.23.9",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz",
- "integrity": "sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==",
+ "version": "7.23.10",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz",
+ "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==",
"dev": true,
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",