diff --git a/package-lock.json b/package-lock.json index 1c4c2faac..27c1cb016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "@vitejs/plugin-vue": "^5.1.2", "@vitest/coverage-istanbul": "^2.0.5", "cypress": "^13.14.1", - "cypress-fs": "^0.2.5", + "cypress-fs": "^0.2.6", "cypress-vite": "^1.5.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0", @@ -15779,9 +15779,9 @@ } }, "node_modules/cypress-fs": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/cypress-fs/-/cypress-fs-0.2.5.tgz", - "integrity": "sha512-nv3a4iNozkhEyTUpa8LuAKARsj7nXPbr/QyVZoMx3+u1VtEaEKyUR+e78xpF/F+WjCtKWUIJOr+gGVfJeokKtQ==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/cypress-fs/-/cypress-fs-0.2.6.tgz", + "integrity": "sha512-sd6IDEP+V9JQ1xbA2SJ6Ao/877yw8HHgqeMRIFvNXdZGHJ8SyBOHEN5jZE9X66M8FSVebXDjnFXnttoMxzfXXQ==", "dev": true, "dependencies": { "cypress": "^13.2.0", @@ -24854,7 +24854,6 @@ }, "node_modules/npm/node_modules/lodash._baseindexof": { "version": "3.1.0", - "extraneous": true, "inBundle": true, "license": "MIT" }, @@ -24879,19 +24878,16 @@ }, "node_modules/npm/node_modules/lodash._bindcallback": { "version": "3.0.1", - "extraneous": true, "inBundle": true, "license": "MIT" }, "node_modules/npm/node_modules/lodash._cacheindexof": { "version": "3.0.2", - "extraneous": true, "inBundle": true, "license": "MIT" }, "node_modules/npm/node_modules/lodash._createcache": { "version": "3.1.2", - "extraneous": true, "inBundle": true, "license": "MIT", "dependencies": { @@ -24900,7 +24896,6 @@ }, "node_modules/npm/node_modules/lodash._getnative": { "version": "3.9.1", - "extraneous": true, "inBundle": true, "license": "MIT" }, @@ -24911,7 +24906,6 @@ }, "node_modules/npm/node_modules/lodash.restparam": { "version": "3.6.1", - "extraneous": true, "inBundle": true, "license": "MIT" }, @@ -50130,9 +50124,9 @@ } }, "cypress-fs": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/cypress-fs/-/cypress-fs-0.2.5.tgz", - "integrity": "sha512-nv3a4iNozkhEyTUpa8LuAKARsj7nXPbr/QyVZoMx3+u1VtEaEKyUR+e78xpF/F+WjCtKWUIJOr+gGVfJeokKtQ==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/cypress-fs/-/cypress-fs-0.2.6.tgz", + "integrity": "sha512-sd6IDEP+V9JQ1xbA2SJ6Ao/877yw8HHgqeMRIFvNXdZGHJ8SyBOHEN5jZE9X66M8FSVebXDjnFXnttoMxzfXXQ==", "dev": true, "requires": { "cypress": "^13.2.0", @@ -56543,8 +56537,7 @@ }, "lodash._baseindexof": { "version": "3.1.0", - "bundled": true, - "extraneous": true + "bundled": true }, "lodash._baseuniq": { "version": "4.6.0", @@ -56566,26 +56559,22 @@ }, "lodash._bindcallback": { "version": "3.0.1", - "bundled": true, - "extraneous": true + "bundled": true }, "lodash._cacheindexof": { "version": "3.0.2", - "bundled": true, - "extraneous": true + "bundled": true }, "lodash._createcache": { "version": "3.1.2", "bundled": true, - "extraneous": true, "requires": { "lodash._getnative": "^3.0.0" } }, "lodash._getnative": { "version": "3.9.1", - "bundled": true, - "extraneous": true + "bundled": true }, "lodash.clonedeep": { "version": "4.5.0", @@ -56593,8 +56582,7 @@ }, "lodash.restparam": { "version": "3.6.1", - "bundled": true, - "extraneous": true + "bundled": true }, "lodash.union": { "version": "4.6.0", diff --git a/package.json b/package.json index 80ab33733..f916da80a 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@vitejs/plugin-vue": "^5.1.2", "@vitest/coverage-istanbul": "^2.0.5", "cypress": "^13.14.1", - "cypress-fs": "^0.2.5", + "cypress-fs": "^0.2.6", "cypress-vite": "^1.5.0", "eslint": "^8.53.0", "eslint-config-prettier": "^9.0.0",