lcms-engine 0.5.2 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f30af4889d0b09eb50d5f872c096dbe4fa5767ac7a43ae47135cb7e7e971c60
4
- data.tar.gz: 8f8bd00b5eb7fccd8236a0c57976581016c478aca19d79375c388a161dd8f807
3
+ metadata.gz: 9cd6b181b972a0cc4c6f70dbf4d6a67c9a0f5d60d07e4ded502704a803b59281
4
+ data.tar.gz: d2d820a67b7ab2b4722b55d5eb93a71befa56cbc2b1ec5c3b9b158e2d19a2ba0
5
5
  SHA512:
6
- metadata.gz: 1a1aeee642e5bd51c781da115c7889cd6c7b8d841dd620b8750b87ecf8984a70517ef5448931986131717de7d97ac8c705f2ab12909d976b34608409c4298cea
7
- data.tar.gz: 62e5f1d69ed168bc8f36f254e1e0a88f822c623a749c7ab2f858a3b184a1e9c67f2a81ecaded0bc560f83468beaffd6799b84d5648221978c80a5fd778357235
6
+ metadata.gz: 5237a36f91b0e43f4fd5dfcc0f83452a5b748b40d0081ae2302bc9fcfc147fec444e3cf6506fe20bfb435a842b444b89595dee69578833f84cbe62aa66810dd3
7
+ data.tar.gz: b9c2f19ec26c09185db3db0e1becfee83c81bfedf4a7cd451d13426eb0cf0c96f51bab749aa6f0d6fa41ac1beda3bafbb10133f964902f40ea034eecf22ec6b7
data/CHANGELOG.md CHANGED
@@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.2...HEAD)
7
+ ## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.5.4...HEAD)
8
+
9
+ ## [0.5.4](https://github.com/learningtapestry/lcms-engine/compare/v0.5.3...v0.5.4) - 2022.12.30
10
+
11
+ ### Changed
12
+
13
+ - Bump loofah from 2.19.0 to 2.19.1 - [@paranoicsan](https://github.com/paranoicsan)
14
+ - Bump rails-html-sanitizer from 1.4.3 to 1.4.4 - [@paranoicsan](https://github.com/paranoicsan)
15
+ - [Security updates](https://github.com/learningtapestry/lcms-engine/commit/79a496e867435898fb442e35916308f36b897ade) - [@paranoicsan](https://github.com/paranoicsan)
16
+
17
+ ## [0.5.3](https://github.com/learningtapestry/lcms-engine/compare/v0.5.2...v0.5.3) - 2022.12.13
18
+
19
+ ### Changed
20
+
21
+ - Bump loader-utils NPM package to 2.0.4 - [@paranoicsan](https://github.com/paranoicsan)
22
+ - Bump nokogiri from 1.13.9 to 1.13.10
8
23
 
9
24
  ## [0.5.2](https://github.com/learningtapestry/lcms-engine/compare/v0.5.1...v0.5.2) - 2022.12.12
10
25
 
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- lcms-engine (0.5.2)
13
+ lcms-engine (0.5.3)
14
14
  active_model_serializers (~> 0.10.10)
15
15
  activejob-retry (~> 0.6.3)
16
16
  acts-as-taggable-on (~> 7.0)
@@ -420,7 +420,7 @@ GEM
420
420
  jwt (2.5.0)
421
421
  launchy (2.5.0)
422
422
  addressable (~> 2.7)
423
- loofah (2.19.0)
423
+ loofah (2.19.1)
424
424
  crass (~> 1.0.2)
425
425
  nokogiri (>= 1.5.9)
426
426
  lt-google-api (0.2.4)
@@ -458,9 +458,9 @@ GEM
458
458
  nokogiri
459
459
  tzinfo
460
460
  nio4r (2.5.8)
461
- nokogiri (1.13.9-arm64-darwin)
461
+ nokogiri (1.13.10-arm64-darwin)
462
462
  racc (~> 1.4)
463
- nokogiri (1.13.9-x86_64-linux)
463
+ nokogiri (1.13.10-x86_64-linux)
464
464
  racc (~> 1.4)
465
465
  oauth2 (1.4.11)
466
466
  faraday (>= 0.17.3, < 3.0)
@@ -500,7 +500,7 @@ GEM
500
500
  stringio
501
501
  public_suffix (5.0.0)
502
502
  raabro (1.4.0)
503
- racc (1.6.0)
503
+ racc (1.6.1)
504
504
  rack (2.2.4)
505
505
  rack-mini-profiler (2.3.4)
506
506
  rack (>= 1.2.0)
@@ -528,8 +528,8 @@ GEM
528
528
  rails-dom-testing (2.0.3)
529
529
  activesupport (>= 4.2.0)
530
530
  nokogiri (>= 1.6)
531
- rails-html-sanitizer (1.4.3)
532
- loofah (~> 2.3)
531
+ rails-html-sanitizer (1.4.4)
532
+ loofah (~> 2.19, >= 2.19.1)
533
533
  railties (6.1.7)
534
534
  actionpack (= 6.1.7)
535
535
  activesupport (= 6.1.7)
@@ -3,6 +3,7 @@ import PaginationBoxView from '../../paginate/PaginationBoxView';
3
3
 
4
4
  // eslint-disable-next-line no-unused-vars
5
5
  function pickerWindowWrapper(WrappedComponent, path) {
6
+ // eslint-disable-next-line react/display-name
6
7
  return class extends React.Component {
7
8
  constructor(props) {
8
9
  super(props);
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Lcms
4
4
  module Engine
5
- VERSION = '0.5.2'
5
+ VERSION = '0.5.4'
6
6
  RAILS_5_VERSION = 5.2
7
7
  end
8
8
  end