summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-17 02:03:05 +0000
committerGitHub <noreply@github.com>2021-07-17 02:03:05 +0000
commit1c28db7b5b40372b10aa7fb9d385e622e845793b (patch)
tree9e7c64d112fd1219bdd21a5963da5e9f3a43a9b5
parentb85899260343533de83fd74fb218e0258869fed9 (diff)
parent746cd5d199cf7e69c9d7b88348018130649f617c (diff)
Merge pull request #2358 from nextcloud/dependabot/npm_and_yarn/nextcloud/typings-1.2.1
-rw-r--r--package-lock.json30
-rw-r--r--package.json2
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json
index a414e8b1..8e5532b8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -49,7 +49,7 @@
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
- "@nextcloud/typings": "^1.2.0",
+ "@nextcloud/typings": "^1.2.1",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint-import-resolver-typescript": "^2.4.0",
@@ -2263,17 +2263,17 @@
}
},
"node_modules/@nextcloud/typings": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.2.0.tgz",
- "integrity": "sha512-NE/tJH/Iy6zvoMbJunte7qjb3H5QP2tUgqX5Y/qTu0MUOb9uZZs95rc2srOuebMWsISFLlgon+ndIOQSRfsMiQ==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.2.1.tgz",
+ "integrity": "sha512-jAr0ms5hcnpjktEiye1hWj/+XgGs/+f0SV7GBojhz9JsoMweafJ386zCb6gDZmRJ8+sunitcSBCu34xFx3mI8Q==",
"dependencies": {
- "@types/jquery": "2.0.56"
+ "@types/jquery": "2.0.57"
}
},
"node_modules/@nextcloud/typings/node_modules/@types/jquery": {
- "version": "2.0.56",
- "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.56.tgz",
- "integrity": "sha512-tcNulMBr4fuMeBhwrRNQw3JaWg7vXP9bi64nKM5qYbaIN/oyo4n9O4TG5Thyn1BmhH159XvDxD4y3kqqpYS4sg=="
+ "version": "2.0.57",
+ "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.57.tgz",
+ "integrity": "sha512-QUJ5wVL8iTZofgZjCfVnHxcMqqPPLfVfEKe8rfksMdmSmqEenpcpEBQO45VSSfng/tunwoLF+3I8rzEzVhYNLQ=="
},
"node_modules/@nextcloud/vue": {
"version": "4.0.3",
@@ -14100,17 +14100,17 @@
"requires": {}
},
"@nextcloud/typings": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.2.0.tgz",
- "integrity": "sha512-NE/tJH/Iy6zvoMbJunte7qjb3H5QP2tUgqX5Y/qTu0MUOb9uZZs95rc2srOuebMWsISFLlgon+ndIOQSRfsMiQ==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.2.1.tgz",
+ "integrity": "sha512-jAr0ms5hcnpjktEiye1hWj/+XgGs/+f0SV7GBojhz9JsoMweafJ386zCb6gDZmRJ8+sunitcSBCu34xFx3mI8Q==",
"requires": {
- "@types/jquery": "2.0.56"
+ "@types/jquery": "2.0.57"
},
"dependencies": {
"@types/jquery": {
- "version": "2.0.56",
- "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.56.tgz",
- "integrity": "sha512-tcNulMBr4fuMeBhwrRNQw3JaWg7vXP9bi64nKM5qYbaIN/oyo4n9O4TG5Thyn1BmhH159XvDxD4y3kqqpYS4sg=="
+ "version": "2.0.57",
+ "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.57.tgz",
+ "integrity": "sha512-QUJ5wVL8iTZofgZjCfVnHxcMqqPPLfVfEKe8rfksMdmSmqEenpcpEBQO45VSSfng/tunwoLF+3I8rzEzVhYNLQ=="
}
}
},
diff --git a/package.json b/package.json
index 6b8337d3..d1827f60 100644
--- a/package.json
+++ b/package.json
@@ -78,7 +78,7 @@
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
- "@nextcloud/typings": "^1.2.0",
+ "@nextcloud/typings": "^1.2.1",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint-import-resolver-typescript": "^2.4.0",