Skip to content

Commit

Permalink
Bump terser from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [terser](https://github.com/ahorek/terser-ruby) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/ahorek/terser-ruby/releases)
- [Changelog](https://github.com/ahorek/terser-ruby/blob/master/CHANGELOG.md)
- [Commits](ahorek/terser-ruby@1.2.0...1.2.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 9dbd79e commit 4711882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "middleman-livereload", "~> 3.4.7"
gem "middleman-minify-html", "~> 3.4.1"
gem "middleman-syntax", "~> 3.4.0"
gem "nokogiri", "~> 1.16.3"
gem 'terser', '~> 1.2.0'
gem 'terser', '~> 1.2.1'

# For feed.xml.builder
gem "builder", "~> 3.2.4"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
ffi (~> 1.9)
servolux (0.13.0)
temple (0.10.3)
terser (1.2.0)
terser (1.2.1)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.0.11)
Expand Down Expand Up @@ -148,7 +148,7 @@ DEPENDENCIES
nokogiri (~> 1.16.3)
rack (~> 2.2.9)
redcarpet (~> 3.6.0)
terser (~> 1.2.0)
terser (~> 1.2.1)
tzinfo-data (~> 1.2024.1)
wdm (~> 0.1.1)

Expand Down

0 comments on commit 4711882

Please sign in to comment.