turbo 2.10.11 → 2.10.12

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -45,4 +45,4 @@ Follow [@turborepo](https://x.com/turborepo) on X for project updates.
45
45
 
46
46
  If you believe you have found a security vulnerability in Turborepo, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email `security@vercel.com` to disclose any security vulnerabilities.
47
47
 
48
- https://vercel.com/security
48
+ https://security.vercel.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbo",
3
- "version": "2.10.11",
3
+ "version": "2.10.12",
4
4
  "description": "Turborepo is the build system for coding agents.",
5
5
  "homepage": "https://turborepo.dev",
6
6
  "bugs": "https://github.com/vercel/turborepo/issues",
@@ -15,12 +15,12 @@
15
15
  ],
16
16
  "main": "./bin/turbo",
17
17
  "optionalDependencies": {
18
- "@turbo/darwin-64": "2.10.11",
19
- "@turbo/darwin-arm64": "2.10.11",
20
- "@turbo/linux-64": "2.10.11",
21
- "@turbo/linux-arm64": "2.10.11",
22
- "@turbo/windows-64": "2.10.11",
23
- "@turbo/windows-arm64": "2.10.11"
18
+ "@turbo/darwin-64": "2.10.12",
19
+ "@turbo/darwin-arm64": "2.10.12",
20
+ "@turbo/linux-64": "2.10.12",
21
+ "@turbo/linux-arm64": "2.10.12",
22
+ "@turbo/windows-64": "2.10.12",
23
+ "@turbo/windows-arm64": "2.10.12"
24
24
  },
25
25
  "scripts": {
26
26
  "postversion": "node bump-version.js"