mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-22 05:05:27 -04:00
Merge pull request #4205 from scratchfoundation/renovate/eslint-config-scratch
chore(deps): update dependency @babel/eslint-parser to v7.23.10
This commit is contained in:
commit
4faac6c77f
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.13.10",
|
"@babel/core": "7.13.10",
|
||||||
"@babel/eslint-parser": "7.23.3",
|
"@babel/eslint-parser": "7.23.10",
|
||||||
"@babel/preset-env": "7.14.8",
|
"@babel/preset-env": "7.14.8",
|
||||||
"@commitlint/cli": "17.0.2",
|
"@commitlint/cli": "17.0.2",
|
||||||
"@commitlint/config-conventional": "17.0.2",
|
"@commitlint/config-conventional": "17.0.2",
|
||||||
|
@ -517,9 +517,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/eslint-parser": {
|
"node_modules/@babel/eslint-parser": {
|
||||||
"version": "7.23.3",
|
"version": "7.23.10",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz",
|
||||||
"integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==",
|
"integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
||||||
|
@ -32754,9 +32754,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/eslint-parser": {
|
"@babel/eslint-parser": {
|
||||||
"version": "7.23.3",
|
"version": "7.23.10",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz",
|
||||||
"integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==",
|
"integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.13.10",
|
"@babel/core": "7.13.10",
|
||||||
"@babel/eslint-parser": "7.23.3",
|
"@babel/eslint-parser": "7.23.10",
|
||||||
"@babel/preset-env": "7.14.8",
|
"@babel/preset-env": "7.14.8",
|
||||||
"@commitlint/cli": "17.0.2",
|
"@commitlint/cli": "17.0.2",
|
||||||
"@commitlint/config-conventional": "17.0.2",
|
"@commitlint/config-conventional": "17.0.2",
|
||||||
|
|
Loading…
Reference in a new issue