Skip to content

Commit 3afd9a5

Browse files
committed
updated dependencies
1 parent ec56094 commit 3afd9a5

19 files changed

+175
-172
lines changed

assets/@fortawesome/fontawesome-free/css/all.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assets/algoliasearch/dist/algoliasearch.umd.js

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap-table/dist/bootstrap-table.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap-table/dist/bootstrap-table.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/iframe-resizer/js/iframeResizer.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/instantsearch.js/dist/instantsearch.production.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jekyll-theme-cs50.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
1313
spec.version = "1.1.0"
1414

1515
spec.add_runtime_dependency "deep_merge", "1.2.2"
16-
spec.add_runtime_dependency "jekyll", "4.3.4"
16+
spec.add_runtime_dependency "jekyll", "4.4.1"
1717
spec.add_runtime_dependency "jekyll-sass-converter", "2.2.0" # https://github.com/jekyll/jekyll-sass-converter#dropped-support-of-importing-files-with-the-same-filename-as-their-parent-file
18-
spec.add_runtime_dependency "sanitize", "6.1.3"
18+
spec.add_runtime_dependency "sanitize", "7.0.0"
1919

2020
CS50::PLUGINS.each do |gem, version|
2121
spec.add_runtime_dependency gem, version

package-lock.json

+143-140
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"@fortawesome/fontawesome-free": "6.7.1",
4-
"algoliasearch": "5.17.1",
3+
"@fortawesome/fontawesome-free": "6.7.2",
4+
"algoliasearch": "5.20.4",
55
"bootstrap": "5.3.3",
6-
"bootstrap-table": "1.23.5",
7-
"iframe-resizer": "5.3.2",
8-
"instantsearch.js": "4.75.6",
6+
"bootstrap-table": "1.24.1",
7+
"iframe-resizer": "5.3.3",
8+
"instantsearch.js": "4.78.0",
99
"intersection-observer": "0.12.2",
1010
"jquery": "3.7.1",
1111
"luxon": "3.5.0",

0 commit comments

Comments
 (0)