aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump webpack-merge from 5.7.3 to 5.8.0dependabot[bot]2021-06-081-3/+3
| | | | | | | | | | | | | | | Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.7.3 to 5.8.0. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.3...v5.8.0) --- updated-dependencies: - dependency-name: webpack-merge dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @babel/preset-env from 7.13.15 to 7.14.4dependabot[bot]2021-06-081-404/+1254
| | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.15 to 7.14.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.14.4/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com>
* Bump webpack-cli from 4.7.0 to 4.7.2dependabot[bot]2021-06-071-55/+79
| | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.0 to 4.7.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-051-163/+718
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-301-1052/+3458
| | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* Bump v-tooltip from 2.0.3 to 2.1.3dependabot[bot]2021-05-291-6/+17
| | | | | | | | Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.3 to 2.1.3. - [Release notes](https://github.com/Akryum/vue-tooltip/releases) - [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.3...v2.1.3) Signed-off-by: dependabot[bot] <support@github.com>
* Bump marked from 2.0.1 to 2.0.6dependabot[bot]2021-05-291-3/+3
| | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 2.0.1 to 2.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v2.0.1...v2.0.6) Signed-off-by: dependabot[bot] <support@github.com>
* Bump dompurify from 2.2.7 to 2.2.8dependabot[bot]2021-05-291-3/+3
| | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.7...2.2.8) Signed-off-by: dependabot[bot] <support@github.com>
* Bump jsdom from 16.5.2 to 16.6.0dependabot-preview[bot]2021-05-291-326/+112
| | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.2 to 16.6.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.5.2...16.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-291-3/+3
| | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #27090 from ↵John Molakvoæ2021-05-291-35/+31
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6
| * Bump browserslist from 4.16.3 to 4.16.6dependabot[bot]2021-05-291-35/+31
| | | | | | | | | | | | | | | | Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #27180 from nextcloud/dependabot/npm_and_yarn/mochapack-2.1.2dependabot[bot]2021-05-291-49/+168
|\ \
| * | Bump mochapack from 2.0.6 to 2.1.2dependabot[bot]2021-05-291-49/+168
| | | | | | | | | | | | | | | | | | | | | Bumps [mochapack](https://github.com/sysgears/mochapack) from 2.0.6 to 2.1.2. - [Release notes](https://github.com/sysgears/mochapack/releases) - [Commits](https://github.com/sysgears/mochapack/commits) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #27172 from ↵John Molakvoæ2021-05-291-114/+366
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.23.3
| * | | Bump eslint-plugin-import from 2.22.1 to 2.23.3dependabot[bot]2021-05-281-114/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.3. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.3) Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #27175 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.0John Molakvoæ2021-05-291-15/+22
|\ \ \ \ | |_|/ / |/| | | Bump webdav from 3.6.2 to 4.6.0
| * | | Bump webdav from 3.6.2 to 4.6.0dependabot[bot]2021-05-291-15/+22
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 3.6.2 to 4.6.0. - [Release notes](https://github.com/perry-mitchell/webdav-client/releases) - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v3.6.2...v4.6.0) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #27263 from nextcloud/dependabot/npm_and_yarn/sinon-11.1.1John Molakvoæ2021-05-291-28/+28
|\ \ \ | |_|/ |/| | Bump sinon from 9.2.4 to 11.1.1
| * | Bump sinon from 9.2.4 to 11.1.1dependabot[bot]2021-05-291-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v11.1.1) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #27260 from ↵John Molakvoæ2021-05-291-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-node-externals-3.0.0 Bump webpack-node-externals from 2.5.2 to 3.0.0
| * | | Bump webpack-node-externals from 2.5.2 to 3.0.0dependabot-preview[bot]2021-05-291-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 2.5.2 to 3.0.0. - [Release notes](https://github.com/liady/webpack-node-externals/releases) - [Changelog](https://github.com/liady/webpack-node-externals/blob/master/CHANGELOG.md) - [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.2...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump webpack-cli from 4.6.0 to 4.7.0dependabot[bot]2021-05-291-34/+24
| |/ |/| | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #27238 from ↵dependabot[bot]2021-05-291-6/+6
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.7
| * | Bump vue-loader from 15.9.6 to 15.9.7dependabot[bot]2021-05-291-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.6 to 15.9.7. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.6...v15.9.7) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #27253 from ↵dependabot-preview[bot]2021-05-291-33/+70
|\ \ \ | |/ / |/| | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.14.3
| * | Bump @babel/core from 7.14.2 to 7.14.3dependabot-preview[bot]2021-05-291-33/+70
| |/ | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.2 to 7.14.3. - [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.14.3/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump sinon-chai from 3.6.0 to 3.7.0dependabot-preview[bot]2021-05-291-3/+3
|/ | | | | | | | Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/domenic/sinon-chai/releases) - [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md) - [Commits](https://github.com/domenic/sinon-chai/compare/3.6.0...3.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]2021-05-271-17/+25
| | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.0 to 5.2.6. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.6) Signed-off-by: dependabot[bot] <support@github.com>
* Replace node-sass with sassJohn Molakvoæ (skjnldsv)2021-05-271-659/+108
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue-dashboard from 1.1.0 to 2.0.1dependabot[bot]2021-05-271-46/+4
| | | | | | | | Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue-dashboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.1.0...v2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
* Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-271-10/+3
| | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v3.10.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0dependabot-preview[bot]2021-05-251-3/+11
| | | | | | | | | Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @babel/core from 7.13.16 to 7.14.2dependabot-preview[bot]2021-05-171-72/+114
| | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.2. - [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.14.2/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [Security] Bump hosted-git-info from 2.8.8 to 2.8.9dependabot-preview[bot]2021-05-071-3/+3
| | | | | | | | Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.** - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]2021-04-281-114/+49
| | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [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.13.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot[bot]2021-04-191-7/+7
| | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [Security] Bump ssri from 6.0.1 to 6.0.2dependabot-preview[bot]2021-04-161-3/+3
| | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #26486 from ↵Roeland Jago Douma2021-04-121-235/+245
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.13.15 Bump @babel/preset-env from 7.13.10 to 7.13.15
| * Bump @babel/preset-env from 7.13.10 to 7.13.15dependabot-preview[bot]2021-04-111-235/+245
| | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.15. - [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.13.15/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #26487 from ↵Roeland Jago Douma2021-04-111-3/+3
|\ \ | |/ |/| | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/capabilities-1.0.4 Bump @nextcloud/capabilities from 1.0.2 to 1.0.4
| * Bump @nextcloud/capabilities from 1.0.2 to 1.0.4dependabot-preview[bot]2021-04-101-3/+3
| | | | | | | | | | | | | | | | Bumps [@nextcloud/capabilities](https://github.com/nextcloud/nextcloud-capabilities) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/nextcloud/nextcloud-capabilities/releases) - [Changelog](https://github.com/nextcloud/nextcloud-capabilities/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-capabilities/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump @babel/core from 7.13.13 to 7.13.15dependabot-preview[bot]2021-04-101-38/+37
|/ | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.15. - [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.13.15/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #26334 from ↵Roeland Jago Douma2021-04-091-3/+3
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/sinon-chai-3.6.0 Bump sinon-chai from 3.5.0 to 3.6.0
| * Bump sinon-chai from 3.5.0 to 3.6.0dependabot-preview[bot]2021-03-271-3/+3
| | | | | | | | | | | | | | | | Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/domenic/sinon-chai/releases) - [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md) - [Commits](https://github.com/domenic/sinon-chai/compare/3.5.0...3.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #26418 from ↵Roeland Jago Douma2021-04-091-21/+21
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-4.6.0 Bump webpack-cli from 4.5.0 to 4.6.0
| * | Bump webpack-cli from 4.5.0 to 4.6.0dependabot-preview[bot]2021-04-031-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump core-js from 3.9.1 to 3.10.1dependabot-preview[bot]2021-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.10.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.10.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Bump jsdom from 16.5.1 to 16.5.2dependabot-preview[bot]2021-04-031-15/+9
|/ / | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.5.1 to 16.5.2. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.5.1...16.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #26336 from ↵Roeland Jago Douma2021-03-301-6/+6
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/css-loader-5.2.0 Bump css-loader from 5.1.3 to 5.2.0