From b8159e263791c143f70c7e6b5514c0795c2ba14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 02:41:33 +0000 Subject: [PATCH] Bump bootstrap-sass from 3.4.1 to 3.4.3 Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.4.1 to 3.4.3. - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-sass/compare/v3.4.1...v3.4.3) --- updated-dependencies: - dependency-name: bootstrap-sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9a727b859..40a1d66d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1790,6 +1790,11 @@ "safe-buffer": "^5.0.1" } }, + "@researchdatabox/redbox-core-types": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@researchdatabox/redbox-core-types/-/redbox-core-types-1.0.8.tgz", + "integrity": "sha512-VvdP8UUqy+oF99s6ady+9BmLf3HPVCKgG+eQ3UTFYg5MWX0QDi/NHfpvQ35k8ACnrUk8LVenco61u9IeV0gJlQ==" + }, "@researchdatabox/sails-hook-redbox-storage-mongo": { "version": "1.1.5-alpha", "resolved": "https://registry.npmjs.org/@researchdatabox/sails-hook-redbox-storage-mongo/-/sails-hook-redbox-storage-mongo-1.1.5-alpha.tgz", @@ -3003,9 +3008,9 @@ } }, "bootstrap-sass": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz", - "integrity": "sha512-p5rxsK/IyEDQm2CwiHxxUi0MZZtvVFbhWmyMOt4lLkA4bujDA1TGoKT0i1FKIWiugAdP+kK8T5KMDFIKQCLYIA==" + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.3.tgz", + "integrity": "sha512-vPgFnGMp1jWZZupOND65WS6mkR8rxhJxndT/AcMbqcq1hHMdkcH4sMPhznLzzoHOHkSCrd6J9F8pWBriPCKP2Q==" }, "bootstrap-timepicker": { "version": "0.5.2", @@ -3313,6 +3318,11 @@ "integrity": "sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==", "dev": true }, + "check-disk-space": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/check-disk-space/-/check-disk-space-3.3.1.tgz", + "integrity": "sha512-iOrT8yCZjSnyNZ43476FE2rnssvgw5hnuwOM0hm8Nj1qa0v4ieUUEbCyxxsEliaoDUb/75yCOL71zkDiDBLbMQ==" + }, "check-error": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", diff --git a/package.json b/package.json index a32e1534e6..1fa9395c78 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "async": "3.2.2", "axios": "^0.24.0", "bcryptjs": "^2.4.3", - "bootstrap-sass": "^3.4.1", + "bootstrap-sass": "^3.4.3", "check-disk-space": "^3.3.0", "chokidar": "~3.5.2", "connect-mongo": "^4.6.0",