Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1280 from alphagov/test-csp
Browse files Browse the repository at this point in the history
Update jQuery from 1.12.4 to 3.6.3
  • Loading branch information
kevindew authored Jan 20, 2023
2 parents 21b288b + 7765227 commit 0ddd8da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: /
schedule:
interval: daily

# Ruby needs to be upgraded manually in multiple places, so cannot
# be upgraded by Dependabot. That effectively makes the below
# config redundant, as ruby is the only updatable thing in the
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(function() {

// $('el:bottom-offscreen') will return true if the element's
// bottom box border is off the screen
$.expr.filters['bottom-offscreen'] = function(el) {
$.expr.pseudos['bottom-offscreen'] = function(el) {
var $window = $(window),
$el = $(el),
bottomOfWindow = ($window.scrollTop() + $window.height()),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "licence-finder",
"license": "MIT",
"dependencies": {
"jquery": "1.12.4"
"jquery": "3.6.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


jquery@1.12.4:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
integrity sha1-AeHfuikP5z3rp3zurLD5ui/sngw=
jquery@3.6.3:
version "3.6.3"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6"
integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==

0 comments on commit 0ddd8da

Please sign in to comment.