diff --git a/package-lock.json b/package-lock.json index 4b107295..8db19d3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "webdav": "^5.7.1" }, "devDependencies": { - "@codecov/vite-plugin": "^1.4.0", + "@codecov/vite-plugin": "^1.5.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/typings": "^1.9.1", @@ -432,9 +432,9 @@ } }, "node_modules/@codecov/bundler-plugin-core": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.4.0.tgz", - "integrity": "sha512-/Rglx52KLdyqoZBW3DH2E/31c9/zWWZ4efTf+qxV0FSLb7oJ9/JZT3IBKL7f6fbVujR8PDMLIoG4Q0pmVY7LzA==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.5.1.tgz", + "integrity": "sha512-nfJdYLLGoSoJlQnUzYzfBvZ2/KQAFZ1JBRdnsc+4I4Td6cpzBup0B4NiftMD6Wki8FzYrj1Trx+3AKT1a+J5iQ==", "dev": true, "dependencies": { "@actions/core": "^1.10.1", @@ -531,12 +531,12 @@ } }, "node_modules/@codecov/vite-plugin": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.4.0.tgz", - "integrity": "sha512-4pf9rZJLR/eqeoY0QY1pgAJs/tdg1os9xjgBBWuhQ/iLYseQZ3q1qn3G8QGuaSUS7XB/Sje3BQ5qGBM1hzE8Sw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.5.1.tgz", + "integrity": "sha512-INEUIagr64XPTYHGh+3yzko10bmOadvF3juKs+QDA95Qvj9FU0KcPaMFFKgbJRu/i91w5qWeDFhllyKEldRjaA==", "dev": true, "dependencies": { - "@codecov/bundler-plugin-core": "^1.4.0", + "@codecov/bundler-plugin-core": "^1.5.1", "unplugin": "^1.10.1" }, "engines": { @@ -1768,9 +1768,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", - "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz", + "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==", "dev": true, "dependencies": { "@octokit/openapi-types": "^22.2.0" diff --git a/package.json b/package.json index df47738f..50ff0bc4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "homepage": "https://github.com/nextcloud-libraries/nextcloud-files", "devDependencies": { - "@codecov/vite-plugin": "^1.4.0", + "@codecov/vite-plugin": "^1.5.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/typings": "^1.9.1",