From a6924445cda43ad5e9e2baba028ea51dbfa73957 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 18 Jun 2024 17:43:34 +0200 Subject: [PATCH] fix: Update development dependencies Signed-off-by: Ferdinand Thiessen --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fb03e26..e17ebd40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,11 +21,11 @@ "webdav": "^5.6.0" }, "devDependencies": { - "@codecov/vite-plugin": "^0.0.1-beta.9", + "@codecov/vite-plugin": "^0.0.1-beta.10", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/typings": "^1.8.0", "@nextcloud/vite-config": "^2.0.2", - "@types/node": "^20.14.2", + "@types/node": "^20.14.5", "@vitest/coverage-istanbul": "^1.6.0", "fast-xml-parser": "^4.4.0", "jsdom": "^24.1.0", @@ -33,7 +33,7 @@ "typedoc": "^0.25.13", "typescript": "^5.4.5", "vite": "^5.3.1", - "vitest": "^1.3.0" + "vitest": "^1.6.0" }, "engines": { "node": "^20.0.0", @@ -379,9 +379,9 @@ } }, "node_modules/@codecov/bundler-plugin-core": { - "version": "0.0.1-beta.9", - "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-0.0.1-beta.9.tgz", - "integrity": "sha512-zxMpUhhplvjuwNVmLtOi64d7LGPAhoLsQwVky9Rkx8oRHaDKqDvuisrs+NP5mIE9tQYPnGZKgiv0gnEJ3AHULw==", + "version": "0.0.1-beta.10", + "resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-0.0.1-beta.10.tgz", + "integrity": "sha512-fOgy02gc0Z0ipKVe8QqN7mcmzQYjHb2UzT6RtHR+tqyYwpe1r1Kg5E/pbIOXKLaJGXK+AaOX23qtgp6kvUn+iA==", "dev": true, "dependencies": { "chalk": "4.1.2", @@ -476,12 +476,12 @@ } }, "node_modules/@codecov/vite-plugin": { - "version": "0.0.1-beta.9", - "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-0.0.1-beta.9.tgz", - "integrity": "sha512-SbJagAnmiFb1YRdTjDOt5fisc7GTRLPJIbth/rvSFIuX9HZLM0Effb/XniLBQrD/IL5znL/7e75Lhcez2ryKnA==", + "version": "0.0.1-beta.10", + "resolved": "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-0.0.1-beta.10.tgz", + "integrity": "sha512-ZoNKEGTMUIwQbwjxu/YUMaGlBUw24c2rZG0E0Lsa2SjZ+DBL+yTe2Kz+7vB6rzW+2Y/EpxxqVWCVjjK03Z7l1w==", "dev": true, "dependencies": { - "@codecov/bundler-plugin-core": "^0.0.1-beta.9", + "@codecov/bundler-plugin-core": "^0.0.1-beta.10", "unplugin": "^1.10.1" }, "engines": { @@ -1939,9 +1939,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.14.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", - "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "version": "20.14.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.5.tgz", + "integrity": "sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==", "dependencies": { "undici-types": "~5.26.4" } @@ -9479,9 +9479,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index ad6accfe..0cd4b677 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ }, "homepage": "https://github.com/nextcloud-libraries/nextcloud-files", "devDependencies": { - "@codecov/vite-plugin": "^0.0.1-beta.9", + "@codecov/vite-plugin": "^0.0.1-beta.10", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/typings": "^1.8.0", "@nextcloud/vite-config": "^2.0.2", - "@types/node": "^20.14.2", + "@types/node": "^20.14.5", "@vitest/coverage-istanbul": "^1.6.0", "fast-xml-parser": "^4.4.0", "jsdom": "^24.1.0", @@ -63,7 +63,7 @@ "typedoc": "^0.25.13", "typescript": "^5.4.5", "vite": "^5.3.1", - "vitest": "^1.3.0" + "vitest": "^1.6.0" }, "dependencies": { "@nextcloud/auth": "^2.3.0",