@carbon/upgrade 11.37.0-rc.0 → 11.37.0

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/cli.js +2 -2
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -34159,7 +34159,7 @@ var require_is_glob = /* @__PURE__ */ __commonJSMin(((exports, module) => {
34159
34159
  }));
34160
34160
 
34161
34161
  //#endregion
34162
- //#region ../../node_modules/glob-parent/index.js
34162
+ //#region ../../node_modules/fast-glob/node_modules/glob-parent/index.js
34163
34163
  var require_glob_parent = /* @__PURE__ */ __commonJSMin(((exports, module) => {
34164
34164
  var isGlob = require_is_glob();
34165
34165
  var pathPosixDirname = require("path").posix.dirname;
@@ -44969,7 +44969,7 @@ const upgrades = [
44969
44969
  //#endregion
44970
44970
  //#region package.json
44971
44971
  var name = "@carbon/upgrade";
44972
- var version = "11.37.0-rc.0";
44972
+ var version = "11.37.0";
44973
44973
 
44974
44974
  //#endregion
44975
44975
  //#region ../../node_modules/y18n/build/index.cjs
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/upgrade",
3
3
  "description": "A tool for upgrading Carbon versions",
4
- "version": "11.37.0-rc.0",
4
+ "version": "11.37.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -60,5 +60,5 @@
60
60
  "@ibm/telemetry-js": "^1.5.0",
61
61
  "jscodeshift": "^17.0.0"
62
62
  },
63
- "gitHead": "d901529b78f5b70b49309ad45604fa5ec99a2e69"
63
+ "gitHead": "aeaaa31889990fc76c7e0e8a29ec0bf96ce33f82"
64
64
  }