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-05-15 04:07:14 +0300
committerGitHub <noreply@github.com>2021-05-15 04:07:14 +0300
commit6bc22c0ea18df3faeb37ac85b1aacb8dbe6540b1 (patch)
tree481fcd6d24f2c294a9c7a09e7acee599a39183ca
parent1927701bac3ba232b0074f9000a9acf9475a3de4 (diff)
Bump cypress from 7.2.0 to 7.3.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v7.2.0...v7.3.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json27
-rw-r--r--package.json2
2 files changed, 15 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index edee6cafa..8384854b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9872,9 +9872,9 @@
"dev": true
},
"cypress": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.2.0.tgz",
- "integrity": "sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==",
+ "version": "7.3.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.3.0.tgz",
+ "integrity": "sha512-aseRCH1tRVCrM6oEfja6fR/bo5l6e4SkHRRSATh27UeN4f/ANC8U7tGIulmrISJVy9xuOkOdbYKbUb2MNM+nrw==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "^0.4.1",
@@ -9919,9 +9919,9 @@
},
"dependencies": {
"@types/node": {
- "version": "14.14.44",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.44.tgz",
- "integrity": "sha512-+gaugz6Oce6ZInfI/tK4Pq5wIIkJMEJUu92RB3Eu93mtj4wjjjz9EB5mLp5s1pSsLXdC/CPut/xF20ZzAQJbTA==",
+ "version": "14.14.45",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.45.tgz",
+ "integrity": "sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw==",
"dev": true
},
"ansi-styles": {
@@ -17999,12 +17999,13 @@
"dev": true
},
"log-symbols": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz",
- "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
"dev": true,
"requires": {
- "chalk": "^4.0.0"
+ "chalk": "^4.1.0",
+ "is-unicode-supported": "^0.1.0"
},
"dependencies": {
"ansi-styles": {
@@ -18017,9 +18018,9 @@
}
},
"chalk": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
- "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",
diff --git a/package.json b/package.json
index 4d573b125..2527b8f31 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.4",
- "cypress": "^7.2.0",
+ "cypress": "^7.3.0",
"cypress-image-snapshot": "^4.0.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",