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

github.com/nextcloud/text.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-08-28 04:01:11 +0300
committerGitHub <noreply@github.com>2021-08-28 04:01:11 +0300
commit3770647dc9a61cc14ea045ce0f7116b42d21bf50 (patch)
tree11b155ef1eda8d6aef253473a9d957cd50f31c73 /package.json
parent654152267399ef5be17ea97753d011f0b8c356ea (diff)
Bump jest from 27.0.6 to 27.1.0
Bumps [jest](https://github.com/facebook/jest) from 27.0.6 to 27.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v27.0.6...v27.1.0) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d15d03eb3..73faf51b7 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
"@nextcloud/webpack-vue-config": "^4.1.0",
"@vue/test-utils": "^1.2.2",
"cypress": "^8.3.0",
- "jest": "^27.0.6",
+ "jest": "^27.1.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7"