Skip to content

Commit ea0521a

Browse files
Merge pull request #1911 from contentful/fix/soc2-vulns-5917
fix: audit fix [EXT-5917]
2 parents 367b32d + 6534143 commit ea0521a

File tree

3 files changed

+33
-23
lines changed

3 files changed

+33
-23
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ workflows:
4545
requires:
4646
- unit
4747
- integration
48+
filters:
49+
branches:
50+
only:
51+
- main
52+
- beta

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@
102102
},
103103
"release": {
104104
"branches": [
105-
"main"
105+
"main",
106+
{
107+
"name": "beta",
108+
"channel": "beta",
109+
"prerelease": true
110+
}
106111
],
107112
"plugins": [
108113
[

0 commit comments

Comments
 (0)