@toptal/davinci-ci 7.4.6-alpha-dependabot-github-actions-toptal-davinci-github-actions-17.3.0-39823592.32 → 7.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 7.4.6
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2551](https://github.com/toptal/davinci/pull/2551) [`b0d76b32`](https://github.com/toptal/davinci/commit/b0d76b3220dbf8332de8e71c39d02b1a9590dbd3) Thanks [@AlbertGazizov](https://github.com/AlbertGazizov)!
|
8
|
+
Updated danger and semantic-errors packages
|
9
|
+
- update danger and semantic-errors packages to prevent security vulnerabilities
|
10
|
+
|
3
11
|
## 7.4.5
|
4
12
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/davinci-ci",
|
3
|
-
"version": "7.4.6
|
3
|
+
"version": "7.4.6",
|
4
4
|
"keywords": [
|
5
5
|
"ci",
|
6
6
|
"docker",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"dependencies": {
|
31
31
|
"@commitlint/cli": "^17.6.7",
|
32
32
|
"@commitlint/config-conventional": "^17.1.0",
|
33
|
-
"@toptal/davinci-cli-shared": "2.5.
|
33
|
+
"@toptal/davinci-cli-shared": "^2.5.1",
|
34
34
|
"chalk": "^4.1.2",
|
35
35
|
"danger": "^13.0.4",
|
36
36
|
"markdown-table": "^2.0.0"
|
@@ -40,6 +40,5 @@
|
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|
43
|
-
}
|
44
|
-
"gitHead": "3982359236147c3ab9e8d736dfbf3c60aaead8fd"
|
43
|
+
}
|
45
44
|
}
|