@toptal/davinci-ci 7.4.5-alpha-FX-5961-update-segment-be14dd52.39 → 7.4.6-alpha-fx-6026-davinci-fix-vulnerabilities-00f28201.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 7.4.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2490](https://github.com/toptal/davinci/pull/2490) [`ff111727`](https://github.com/toptal/davinci/commit/ff1117271b3a58928485f867a94631b1a069645b) Thanks [@sashuk](https://github.com/sashuk)!
|
8
|
+
- bump `@toptal/davinci-cli-shared` version
|
9
|
+
|
3
10
|
## 7.4.4
|
4
11
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/davinci-ci",
|
3
|
-
"version": "7.4.
|
3
|
+
"version": "7.4.6-alpha-fx-6026-davinci-fix-vulnerabilities-00f28201.2+00f28201",
|
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.2-alpha-fx-6026-davinci-fix-vulnerabilities-00f28201.4+00f28201",
|
34
34
|
"chalk": "^4.1.2",
|
35
35
|
"danger": "^11.2.2",
|
36
36
|
"markdown-table": "^2.0.0"
|
@@ -41,5 +41,5 @@
|
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "00f28201024c29f0009c8bd50dd9372f5e4a6d13"
|
45
45
|
}
|