Merge pull request #3089 from nextcloud/dependabot/npm_and_yarn/master/babel/eslint-parser-7.14.3

Bump @babel/eslint-parser from 7.14.2 to 7.14.3
This commit is contained in:
Julius Härtl
2021-05-25 09:57:19 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -240,9 +240,9 @@
} }
}, },
"@babel/eslint-parser": { "@babel/eslint-parser": {
"version": "7.14.2", "version": "7.14.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.2.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz",
"integrity": "sha512-g1YXHASb84MvEkReG/nZ74emTPAMjip1Ey6azZqKTEWidpgEzPGl/uoc6IPJjaMGw424u40sNm1V70tuYOQmeA==", "integrity": "sha512-IfJXKEVRV/Gisvgmih/+05gkBzzg4Dy0gcxkZ84iFiLK8+O+fI1HLnGJv3UrUMPpsMmmThNa69v+UnF80XP+kA==",
"dev": true, "dev": true,
"requires": { "requires": {
"eslint-scope": "^5.1.0", "eslint-scope": "^5.1.0",

View File

@@ -69,7 +69,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.3", "@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.2", "@babel/eslint-parser": "^7.14.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.2", "@babel/preset-env": "^7.14.2",
"@nextcloud/babel-config": "^1.0.0-beta.1", "@nextcloud/babel-config": "^1.0.0-beta.1",