@toptal/davinci-skeleton 7.5.1 → 7.5.2
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 +10 -0
- package/dist-package/package.json +5 -2
- package/package.json +5 -2
- package/package.json.skeleton +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1508](https://github.com/toptal/davinci/pull/1508) [`74cad388`](https://github.com/toptal/davinci/commit/74cad3881486d125c439f67bca1cc692aec7582c) Thanks [@TomasSlama](https://github.com/TomasSlama)! - Add `glob-parent` to resolutions to fix vulnerability issue
|
|
8
|
+
|
|
9
|
+
* [#1502](https://github.com/toptal/davinci/pull/1502) [`9ee824e1`](https://github.com/toptal/davinci/commit/9ee824e15ab100085c354ebc001ac132ff624685) Thanks [@TomasSlama](https://github.com/TomasSlama)! - - add trim-newlines to resolutions to fix vulnerability
|
|
10
|
+
|
|
11
|
+
- [#1506](https://github.com/toptal/davinci/pull/1506) [`1551893a`](https://github.com/toptal/davinci/commit/1551893a3b932f9a0362090b461b5c340ae1fedb) Thanks [@TomasSlama](https://github.com/TomasSlama)! - Add `trim` to resolutions to fix vulnerability issue.
|
|
12
|
+
|
|
3
13
|
## 7.5.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"resolutions": {
|
|
31
31
|
"cypress": "^10.0.0",
|
|
32
|
-
"webpack": "^5.0.0"
|
|
32
|
+
"webpack": "^5.0.0",
|
|
33
|
+
"glob-parent": "^6.0.2",
|
|
34
|
+
"trim": "^0.0.3",
|
|
35
|
+
"trim-newlines": "^3.0.1"
|
|
33
36
|
},
|
|
34
37
|
"scripts": {
|
|
35
38
|
"analyze": "davinci engine analyze",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"resolutions": {
|
|
31
31
|
"cypress": "^10.0.0",
|
|
32
|
-
"webpack": "^5.0.0"
|
|
32
|
+
"webpack": "^5.0.0",
|
|
33
|
+
"glob-parent": "^6.0.2",
|
|
34
|
+
"trim": "^0.0.3",
|
|
35
|
+
"trim-newlines": "^3.0.1"
|
|
33
36
|
},
|
|
34
37
|
"scripts": {
|
|
35
38
|
"analyze": "davinci engine analyze",
|
package/package.json.skeleton
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.2",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"resolutions": {
|
|
31
31
|
"cypress": "^10.0.0",
|
|
32
|
-
"webpack": "^5.0.0"
|
|
32
|
+
"webpack": "^5.0.0",
|
|
33
|
+
"glob-parent": "^6.0.2",
|
|
34
|
+
"trim": "^0.0.3",
|
|
35
|
+
"trim-newlines": "^3.0.1"
|
|
33
36
|
},
|
|
34
37
|
"scripts": {
|
|
35
38
|
"analyze": "davinci engine analyze",
|