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-11-12 06:12:48 +0300
committerGitHub <noreply@github.com>2022-11-12 06:12:48 +0300
commit9ac06d7fd2455f1f7e9098a1eb030ecd4a7db371 (patch)
tree327d90daf4127d87ebba625b0c5cdcf9f924a05e
parent3db491b25315255ed4e54bf79f9cf315f01c67d0 (diff)
build(deps-dev): Bump @types/bootstrap from 5.2.5 to 5.2.6dependabot/npm_and_yarn/types/bootstrap-5.2.6
Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap) from 5.2.5 to 5.2.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap) --- updated-dependencies: - dependency-name: "@types/bootstrap" 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 604e1169..f3a50b20 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -29,7 +29,7 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
- "@types/bootstrap": "^5.2.5",
+ "@types/bootstrap": "^5.2.6",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.3",
@@ -2496,9 +2496,9 @@
}
},
"node_modules/@types/bootstrap": {
- "version": "5.2.5",
- "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.5.tgz",
- "integrity": "sha512-VnalUJ3E/oaV3DYrauEc/sSPpaEPxTV09twSEzY4KFRvyuGlrZUSqG95XZ6ReAi0YMZIs7rXxdngDK2X1YONQA==",
+ "version": "5.2.6",
+ "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.6.tgz",
+ "integrity": "sha512-BlAc3YATdasbHoxMoBWODrSF6qwQO/E9X8wVxCCSa6rWjnaZfpkr2N6pUMCY6jj2+wf0muUtLySbvU9etX6YqA==",
"dev": true,
"dependencies": {
"@popperjs/core": "^2.9.2"
@@ -14781,9 +14781,9 @@
}
},
"@types/bootstrap": {
- "version": "5.2.5",
- "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.5.tgz",
- "integrity": "sha512-VnalUJ3E/oaV3DYrauEc/sSPpaEPxTV09twSEzY4KFRvyuGlrZUSqG95XZ6ReAi0YMZIs7rXxdngDK2X1YONQA==",
+ "version": "5.2.6",
+ "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.6.tgz",
+ "integrity": "sha512-BlAc3YATdasbHoxMoBWODrSF6qwQO/E9X8wVxCCSa6rWjnaZfpkr2N6pUMCY6jj2+wf0muUtLySbvU9etX6YqA==",
"dev": true,
"requires": {
"@popperjs/core": "^2.9.2"
diff --git a/package.json b/package.json
index 4c188848..14f205e2 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@nextcloud/eslint-config": "^8.1.2",
"@nextcloud/stylelint-config": "^2.2.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
- "@types/bootstrap": "^5.2.5",
+ "@types/bootstrap": "^5.2.6",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.3",