Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-06 06:43:32 +0300
committerGitHub <noreply@github.com>2022-08-06 06:43:32 +0300
commitff38ee11a3e5329d8160bdd3dc568fd5d4bbbee8 (patch)
tree42a64c73296a2f8b9622c1eebb4a1e5f0de8156d
parentb027b4fd5feb60919b7360d20642ab1348256206 (diff)
parentabbf84083a13b115933a879530304b3247d6874e (diff)
Merge pull request #2051 from nextcloud/dependabot/npm_and_yarn/types/bootstrap-5.2.1
-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 9d594c35..4650bcb0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
- "@types/bootstrap": "^5.2.0",
+ "@types/bootstrap": "^5.2.1",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.3",
@@ -2480,9 +2480,9 @@
}
},
"node_modules/@types/bootstrap": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.0.tgz",
- "integrity": "sha512-zncxyEdbShnbOkY1zGBNqvpdVuIGDEA3rxcANJ4v9b3yaMxp+xDCNSwrXK5+uM7Wz7cb1RoIoRUQ0Q5JyfjyfA==",
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.1.tgz",
+ "integrity": "sha512-jPdLpDnBTHeocqelEz+ZVP2eY12hIBXgJLV/n0URiQiiNLdCgHwDqaI0chijjn1qwvDNbjzhKDeYAHxsnIGtIA==",
"dev": true,
"dependencies": {
"@popperjs/core": "^2.9.2"
@@ -15062,9 +15062,9 @@
}
},
"@types/bootstrap": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.0.tgz",
- "integrity": "sha512-zncxyEdbShnbOkY1zGBNqvpdVuIGDEA3rxcANJ4v9b3yaMxp+xDCNSwrXK5+uM7Wz7cb1RoIoRUQ0Q5JyfjyfA==",
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.1.tgz",
+ "integrity": "sha512-jPdLpDnBTHeocqelEz+ZVP2eY12hIBXgJLV/n0URiQiiNLdCgHwDqaI0chijjn1qwvDNbjzhKDeYAHxsnIGtIA==",
"dev": true,
"requires": {
"@popperjs/core": "^2.9.2"
diff --git a/package.json b/package.json
index f167163e..df456de3 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
- "@types/bootstrap": "^5.2.0",
+ "@types/bootstrap": "^5.2.1",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.3",