@toptal/davinci-monorepo 11.0.1-alpha-update-lerna-2-e115285d.0 → 12.0.1-alpha-update-deps-f665c339.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @toptal/davinci-monorepo
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#2549](https://github.com/toptal/davinci/pull/2549) [`d63674a7`](https://github.com/toptal/davinci/commit/d63674a736f6d909bf2d337d710afff36f8d09a9) Thanks [@AlbertGazizov](https://github.com/AlbertGazizov)!
8
+ Updated nx and lerna packages
9
+ - update nx and lerna packages to prevent security vulnerabilities
10
+
3
11
  ## 11.0.0
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "11.0.1-alpha-update-lerna-2-e115285d.0+e115285d",
3
+ "version": "12.0.1-alpha-update-deps-f665c339.1+f665c339",
4
4
  "keywords": [
5
5
  "lint"
6
6
  ],
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nodelib/fs.walk": "^1.2.6",
29
29
  "@oclif/core": "^1.16.1",
30
- "@toptal/davinci-cli-shared": "2.5.2-alpha-update-lerna-2-e115285d.31+e115285d",
30
+ "@toptal/davinci-cli-shared": "2.5.2-alpha-update-deps-f665c339.34+f665c339",
31
31
  "chalk": "^4.1.2",
32
32
  "codeowners": "5.1.1",
33
33
  "dependency-cruiser": "^16.3.0",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "e115285db061baff1ac5f1c5947deaf76c4f2f15"
54
+ "gitHead": "f665c339766ba637e94589d4a113aa5c2468a6f9"
55
55
  }