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:
authorJulius Härtl <jus@bitgrid.net>2022-11-10 11:00:51 +0300
committerGitHub <noreply@github.com>2022-11-10 11:00:51 +0300
commit4c91dd7dce2fea252a6331daa9e4c3ae0f00f1ae (patch)
treeabb63eddca177568158600fa3cb87cf7cd2db935
parent7fcea72b687d203f8b9d3f7757206989dc9a534b (diff)
parent6a0174db669a3c933fbcb899d18f6083129ff5a1 (diff)
Merge pull request #3410 from nextcloud/renovate/master-cypress-webpack-preprocessor-5.x
-rw-r--r--package-lock.json34
-rw-r--r--package.json2
2 files changed, 28 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index e8ac29d7d..eaf4cdfdf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -87,7 +87,7 @@
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
- "@cypress/webpack-preprocessor": "^5.15.4",
+ "@cypress/webpack-preprocessor": "^5.15.5",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",
@@ -2011,11 +2011,12 @@
}
},
"node_modules/@cypress/webpack-preprocessor": {
- "version": "5.15.4",
- "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.4.tgz",
- "integrity": "sha512-spqrTlso5AC4tGET/bsgpC5aUiyZkPVi+aZnmg0xEvTdD/5QXRe3Tyh8t92en6rcJVzlc4PqLkZqDZEYySYyZQ==",
+ "version": "5.15.5",
+ "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.5.tgz",
+ "integrity": "sha512-ZV2ZylabogNDK3+xwDIWswudCJMFDT9XU6tTGni2xWow/brBvI55sEqcjvb6+9x8skMSPM6vLxdvf/FAOmNEFQ==",
"dev": true,
"dependencies": {
+ "@babel/parser": "7.13.0",
"bluebird": "3.7.1",
"debug": "^4.3.2",
"fs-extra": "^10.1.0",
@@ -2032,6 +2033,18 @@
"webpack": "^4 || ^5"
}
},
+ "node_modules/@cypress/webpack-preprocessor/node_modules/@babel/parser": {
+ "version": "7.13.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.0.tgz",
+ "integrity": "sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==",
+ "dev": true,
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
"node_modules/@cypress/webpack-preprocessor/node_modules/bluebird": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz",
@@ -21186,11 +21199,12 @@
}
},
"@cypress/webpack-preprocessor": {
- "version": "5.15.4",
- "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.4.tgz",
- "integrity": "sha512-spqrTlso5AC4tGET/bsgpC5aUiyZkPVi+aZnmg0xEvTdD/5QXRe3Tyh8t92en6rcJVzlc4PqLkZqDZEYySYyZQ==",
+ "version": "5.15.5",
+ "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.5.tgz",
+ "integrity": "sha512-ZV2ZylabogNDK3+xwDIWswudCJMFDT9XU6tTGni2xWow/brBvI55sEqcjvb6+9x8skMSPM6vLxdvf/FAOmNEFQ==",
"dev": true,
"requires": {
+ "@babel/parser": "7.13.0",
"bluebird": "3.7.1",
"debug": "^4.3.2",
"fs-extra": "^10.1.0",
@@ -21201,6 +21215,12 @@
"webpack-virtual-modules": "^0.4.4"
},
"dependencies": {
+ "@babel/parser": {
+ "version": "7.13.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.0.tgz",
+ "integrity": "sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==",
+ "dev": true
+ },
"bluebird": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz",
diff --git a/package.json b/package.json
index 7121259af..d58d70b59 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,7 @@
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
- "@cypress/webpack-preprocessor": "^5.15.4",
+ "@cypress/webpack-preprocessor": "^5.15.5",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.1.2",