From 28bfb0232d2c0489f8b4d7cf9b63f1bee4f34ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 02:05:55 +0000 Subject: [PATCH] Bump @types/bootstrap from 5.2.4 to 5.2.6 Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap) from 5.2.4 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1f266eb0..e19c5d45f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/eslint-config": "^8.1.2", "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/webpack-vue-config": "^5.3.0", - "@types/bootstrap": "^5.2.4", + "@types/bootstrap": "^5.2.6", "@types/jquery": "^3.5.14", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", @@ -2482,9 +2482,9 @@ } }, "node_modules/@types/bootstrap": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.4.tgz", - "integrity": "sha512-jGNB81zuDHu1DPvBV7Ox3Z3eyzdWPNguYwrt0j7X90VExA8H7c6qxJh0cz5j3xp0XvSy1TYaP2pkyXCHeo8CaA==", + "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" @@ -14758,9 +14758,9 @@ } }, "@types/bootstrap": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.4.tgz", - "integrity": "sha512-jGNB81zuDHu1DPvBV7Ox3Z3eyzdWPNguYwrt0j7X90VExA8H7c6qxJh0cz5j3xp0XvSy1TYaP2pkyXCHeo8CaA==", + "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 8b2551924..741cd386c 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.4", + "@types/bootstrap": "^5.2.6", "@types/jquery": "^3.5.14", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3",