diff --git a/package-lock.json b/package-lock.json index 9bfd4eba7..b12f7b3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1", - "@types/bootstrap": "^5.2.6", + "@types/bootstrap": "^5.2.7", "@types/jquery": "^3.5.18", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3", @@ -2672,9 +2672,9 @@ } }, "node_modules/@types/bootstrap": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.6.tgz", - "integrity": "sha512-BlAc3YATdasbHoxMoBWODrSF6qwQO/E9X8wVxCCSa6rWjnaZfpkr2N6pUMCY6jj2+wf0muUtLySbvU9etX6YqA==", + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.7.tgz", + "integrity": "sha512-vWs0HzobIB8Af2F0B1GXpaVLSVn1NWULDYgTIWp08Et/r2B3aAwwhFBeOs/rRFWJA38EZTXkWP3tepIjpQkpLg==", "dev": true, "dependencies": { "@popperjs/core": "^2.9.2" @@ -16657,9 +16657,9 @@ } }, "@types/bootstrap": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.6.tgz", - "integrity": "sha512-BlAc3YATdasbHoxMoBWODrSF6qwQO/E9X8wVxCCSa6rWjnaZfpkr2N6pUMCY6jj2+wf0muUtLySbvU9etX6YqA==", + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.7.tgz", + "integrity": "sha512-vWs0HzobIB8Af2F0B1GXpaVLSVn1NWULDYgTIWp08Et/r2B3aAwwhFBeOs/rRFWJA38EZTXkWP3tepIjpQkpLg==", "dev": true, "requires": { "@popperjs/core": "^2.9.2" diff --git a/package.json b/package.json index 0e5c12b54..9b48a4ee0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^5.5.1", - "@types/bootstrap": "^5.2.6", + "@types/bootstrap": "^5.2.7", "@types/jquery": "^3.5.18", "@types/react": "^17.0.43", "@types/react-dom": "^18.0.3",