summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 03:03:52 +0000
committerGitHub <noreply@github.com>2023-07-15 03:03:52 +0000
commitdb31dd9df40f23b2be505469fa1b99c58808c9d6 (patch)
tree0fba804c0dc4c58b08a3bc31c4ed6361fa0bb3ad
parenta488f06e8ad20e6186693800a4b85d8b2a1fd329 (diff)
chore(deps-dev): bump @types/jest from 29.5.2 to 29.5.3
--- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2ad38349..9e26228c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -55,7 +55,7 @@
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/webpack-vue-config": "^5.2.0",
- "@types/jest": "^29.5.2",
+ "@types/jest": "^29.5.3",
"@typescript-eslint/parser": "^5.61.0",
"@vue/composition-api": "^1.7.1",
"@vue/vue2-jest": "^29.2.4",
@@ -3586,9 +3586,9 @@
}
},
"node_modules/@types/jest": {
- "version": "29.5.2",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
- "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
+ "version": "29.5.3",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
+ "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@@ -20445,9 +20445,9 @@
}
},
"@types/jest": {
- "version": "29.5.2",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
- "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
+ "version": "29.5.3",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
+ "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"dev": true,
"requires": {
"expect": "^29.0.0",
diff --git a/package.json b/package.json
index d8376770..e5f24643 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/webpack-vue-config": "^5.2.0",
- "@types/jest": "^29.5.2",
+ "@types/jest": "^29.5.3",
"@typescript-eslint/parser": "^5.61.0",
"@vue/composition-api": "^1.7.1",
"@vue/vue2-jest": "^29.2.4",