Skip to content

Commit

Permalink
Security: update assets - bootstrap and jquery
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Bundyra <[email protected]>
  • Loading branch information
michalbundyra authored and weierophinney committed Apr 1, 2020
1 parent 77ce10b commit 63d365d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion asset/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Laminas API Tools Assets
================
========================

This directory contains build tools and assets for the api-tools module. CSS
in this directory is primarily geared towards projects started with the
Expand Down
11 changes: 5 additions & 6 deletions asset/api-tools/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions asset/api-tools/js/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Files in this directory
=======================

- bootstrap.min.js: Minified version of the Bootstrap 3 javascript.
- jquery.min.js: Minified version of jquery 2.0.3
- bootstrap.min.js: Minified version of the Bootstrap 3.4.1 javascript.
- jquery.min.js: Minified version of jquery 2.2.4
9 changes: 4 additions & 5 deletions asset/api-tools/js/bootstrap.min.js

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions asset/api-tools/js/jquery.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions asset/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tools",
"version": "0.9.0dev",
"version": "1.4.1",
"homepage": "https://api-tools.getlaminas.org",
"description": "Laminas API Tools Admin UI",
"keywords": [
Expand All @@ -16,8 +16,8 @@
"vendor"
],
"dependencies": {
"bootstrap": "~3.0.3",
"jquery": "~2.0.3",
"bootstrap": "~3.4.1",
"jquery": "~2.2.4",
"sass-bootstrap-glyphicons": "~1.0.0"
}
}

0 comments on commit 63d365d

Please sign in to comment.