Skip to content

Commit 63d365d

Browse files
michalbundyraweierophinney
authored andcommitted
Security: update assets - bootstrap and jquery
Signed-off-by: Michał Bundyra <[email protected]>
1 parent 77ce10b commit 63d365d

File tree

6 files changed

+19
-23
lines changed

6 files changed

+19
-23
lines changed

asset/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Laminas API Tools Assets
2-
================
2+
========================
33

44
This directory contains build tools and assets for the api-tools module. CSS
55
in this directory is primarily geared towards projects started with the

asset/api-tools/css/bootstrap.min.css

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

asset/api-tools/js/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Files in this directory
22
=======================
33

4-
- bootstrap.min.js: Minified version of the Bootstrap 3 javascript.
5-
- jquery.min.js: Minified version of jquery 2.0.3
4+
- bootstrap.min.js: Minified version of the Bootstrap 3.4.1 javascript.
5+
- jquery.min.js: Minified version of jquery 2.2.4

asset/api-tools/js/bootstrap.min.js

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

asset/api-tools/js/jquery.min.js

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

asset/bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-tools",
3-
"version": "0.9.0dev",
3+
"version": "1.4.1",
44
"homepage": "https://api-tools.getlaminas.org",
55
"description": "Laminas API Tools Admin UI",
66
"keywords": [
@@ -16,8 +16,8 @@
1616
"vendor"
1717
],
1818
"dependencies": {
19-
"bootstrap": "~3.0.3",
20-
"jquery": "~2.0.3",
19+
"bootstrap": "~3.4.1",
20+
"jquery": "~2.2.4",
2121
"sass-bootstrap-glyphicons": "~1.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)