Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit b9bcf80

Browse files
authored
Update bootstrap (#246)
Fixes several XSS
1 parent d01038d commit b9bcf80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@coderdojo/cd-common": "1.1.11",
24-
"bootstrap": "^3.3.7",
24+
"bootstrap": "^3.4.1",
2525
"cp-translations": "1.0.124",
2626
"font-awesome": "^4.7.0",
2727
"handlebars": "^4.1.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,9 +1171,9 @@ [email protected]:
11711171
dependencies:
11721172
hoek "2.x.x"
11731173

1174-
bootstrap@^3.3.7:
1175-
version "3.3.7"
1176-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71"
1174+
bootstrap@^3.4.1:
1175+
version "3.4.1"
1176+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
11771177

11781178
boxen@^0.6.0:
11791179
version "0.6.0"

0 commit comments

Comments
 (0)