Skip to content

Commit

Permalink
feat(gemfile.lock): bump addressable from 2.7.0 to 2.8.0
Browse files Browse the repository at this point in the history
* https://github.com/advisories/GHSA-jxhc-q857-3j6g/dependabot?query=user%3Asaltstack-formulas
  - Regular Expression Denial of Service in Addressable templates
  • Loading branch information
myii committed Jul 14, 2021
1 parent b669a37 commit b7764e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.0)
aws-partitions (1.386.0)
Expand Down
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Expand Up @@ -64,8 +64,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(intellij): disable failing suite (missing bintray download) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/337'
title: "chore(deps): bump '`'addressable'`' from '`'2.7.0'`' to '`'2.8.0'`' [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/338'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
2 changes: 1 addition & 1 deletion ssf/files/default/Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.0)
aws-partitions (1.386.0)
Expand Down
2 changes: 1 addition & 1 deletion ssf/files/tofs_openssh-formula/Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.0)
aws-partitions (1.386.0)
Expand Down
2 changes: 1 addition & 1 deletion ssf/files/tofs_openvpn-formula/Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.0)
aws-partitions (1.386.0)
Expand Down

0 comments on commit b7764e1

Please sign in to comment.