Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-07 15:25:50 +0300
committerGitHub <noreply@github.com>2021-09-07 15:25:50 +0300
commit2b5047986820490f68bbfa2632521d4d4ae410e0 (patch)
treef97a04fd586188ac7c5388046f1d63eac3b5bf3a /package-lock.json
parentdb6a9ed4dedae89c1139ad44f08beee12999b4df (diff)
Bump @babel/eslint-parser from 7.15.0 to 7.15.4
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.15.0 to 7.15.4. - [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.15.4/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json164
1 files changed, 148 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index a06933858..71c42120b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
"@ckeditor/ckeditor5-build-balloon": "~29.1.0",
"@ckeditor/ckeditor5-core": "^29.1.0",
"@ckeditor/ckeditor5-dev-utils": "25.4.1",
- "@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.1",
+ "@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.2",
"@ckeditor/ckeditor5-editor-balloon": "~29.1.0",
"@ckeditor/ckeditor5-essentials": "~29.1.0",
"@ckeditor/ckeditor5-heading": "~29.1.0",
@@ -72,7 +72,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
- "@babel/eslint-parser": "^7.15.0",
+ "@babel/eslint-parser": "^7.15.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"@nextcloud/browserslist-config": "^2.1.0",
@@ -1190,9 +1190,9 @@
}
},
"node_modules/@babel/eslint-parser": {
- "version": "7.15.0",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz",
- "integrity": "sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==",
+ "version": "7.15.4",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz",
+ "integrity": "sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==",
"dev": true,
"dependencies": {
"eslint-scope": "^5.1.1",
@@ -2997,11 +2997,11 @@
}
},
"node_modules/@ckeditor/ckeditor5-dev-webpack-plugin": {
- "version": "25.4.1",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-webpack-plugin/-/ckeditor5-dev-webpack-plugin-25.4.1.tgz",
- "integrity": "sha512-Ow34wrSjyUGU2mDShxqdJe8lrqSko+Exz4fVI/1I7xvzfVNHZlSGXTRWZF/SOrN9xqnA3sfPKh4s/IwTLyHM1g==",
+ "version": "25.4.2",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-webpack-plugin/-/ckeditor5-dev-webpack-plugin-25.4.2.tgz",
+ "integrity": "sha512-A5y7xQ0nqZBSq0Sj0YENrDzH5+WPMQ1H2fIXrVOcLpAHdRknWgyw/eR5lHeeiYoMjggGkm6UR9AfmnO+BwsKSg==",
"dependencies": {
- "@ckeditor/ckeditor5-dev-utils": "^25.4.1",
+ "@ckeditor/ckeditor5-dev-utils": "^25.4.2",
"chalk": "^4.0.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
@@ -3015,6 +3015,68 @@
"webpack": "^4.43.0 || ^5.24.0"
}
},
+ "node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/@ckeditor/ckeditor5-dev-utils": {
+ "version": "25.4.2",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-25.4.2.tgz",
+ "integrity": "sha512-K79bVVbVhl7m3GCNr+Mlwou9wUBf8o/WBi/wzSdEZsGoTfoacsF3INX4iFG812LC5Zh3F18YW/EQjZ4okBfv4w==",
+ "dependencies": {
+ "@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.2",
+ "acorn": "^6.2.1",
+ "acorn-walk": "^6.2.0",
+ "chalk": "^3.0.0",
+ "cssnano": "^4.0.0",
+ "del": "^5.0.0",
+ "escodegen": "^1.9.0",
+ "fs-extra": "^8.1.0",
+ "javascript-stringify": "^1.6.0",
+ "pofile": "^1.0.9",
+ "postcss": "^7.0.36",
+ "postcss-import": "^12.0.0",
+ "postcss-loader": "^3.0.0",
+ "postcss-mixins": "^6.2.0",
+ "postcss-nesting": "^7.0.0",
+ "raw-loader": "^4.0.1",
+ "shelljs": "^0.8.1",
+ "style-loader": "^1.2.1",
+ "terser-webpack-plugin": "^3.0.2",
+ "through2": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=12.0.0",
+ "npm": ">=5.7.1"
+ }
+ },
+ "node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/@ckeditor/ckeditor5-dev-utils/node_modules/chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/@ckeditor/ckeditor5-dev-utils/node_modules/style-loader": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz",
+ "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^2.7.0"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
"node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/chalk": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
@@ -3030,6 +3092,19 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
+ "node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
"node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/node_modules/semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
@@ -23257,9 +23332,9 @@
}
},
"@babel/eslint-parser": {
- "version": "7.15.0",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz",
- "integrity": "sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==",
+ "version": "7.15.4",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz",
+ "integrity": "sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.1",
@@ -24515,17 +24590,64 @@
}
},
"@ckeditor/ckeditor5-dev-webpack-plugin": {
- "version": "25.4.1",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-webpack-plugin/-/ckeditor5-dev-webpack-plugin-25.4.1.tgz",
- "integrity": "sha512-Ow34wrSjyUGU2mDShxqdJe8lrqSko+Exz4fVI/1I7xvzfVNHZlSGXTRWZF/SOrN9xqnA3sfPKh4s/IwTLyHM1g==",
+ "version": "25.4.2",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-webpack-plugin/-/ckeditor5-dev-webpack-plugin-25.4.2.tgz",
+ "integrity": "sha512-A5y7xQ0nqZBSq0Sj0YENrDzH5+WPMQ1H2fIXrVOcLpAHdRknWgyw/eR5lHeeiYoMjggGkm6UR9AfmnO+BwsKSg==",
"requires": {
- "@ckeditor/ckeditor5-dev-utils": "^25.4.1",
+ "@ckeditor/ckeditor5-dev-utils": "^25.4.2",
"chalk": "^4.0.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"webpack-sources": "^2.0.1"
},
"dependencies": {
+ "@ckeditor/ckeditor5-dev-utils": {
+ "version": "25.4.2",
+ "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-25.4.2.tgz",
+ "integrity": "sha512-K79bVVbVhl7m3GCNr+Mlwou9wUBf8o/WBi/wzSdEZsGoTfoacsF3INX4iFG812LC5Zh3F18YW/EQjZ4okBfv4w==",
+ "requires": {
+ "@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.2",
+ "acorn": "^6.2.1",
+ "acorn-walk": "^6.2.0",
+ "chalk": "^3.0.0",
+ "cssnano": "^4.0.0",
+ "del": "^5.0.0",
+ "escodegen": "^1.9.0",
+ "fs-extra": "^8.1.0",
+ "javascript-stringify": "^1.6.0",
+ "pofile": "^1.0.9",
+ "postcss": "^7.0.36",
+ "postcss-import": "^12.0.0",
+ "postcss-loader": "^3.0.0",
+ "postcss-mixins": "^6.2.0",
+ "postcss-nesting": "^7.0.0",
+ "raw-loader": "^4.0.1",
+ "shelljs": "^0.8.1",
+ "style-loader": "^1.2.1",
+ "terser-webpack-plugin": "^3.0.2",
+ "through2": "^3.0.1"
+ },
+ "dependencies": {
+ "chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "style-loader": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz",
+ "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==",
+ "requires": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^2.7.0"
+ }
+ }
+ }
+ },
"chalk": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
@@ -24535,6 +24657,16 @@
"supports-color": "^7.1.0"
}
},
+ "loader-utils": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
+ "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
"semver": {
"version": "7.3.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",