@carbon/upgrade 11.46.0-rc.0 → 11.46.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 +5 -5
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -1770,7 +1770,7 @@ var require_concat_map = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1770
1770
  };
1771
1771
  }));
1772
1772
  //#endregion
1773
- //#region ../../node_modules/balanced-match/index.js
1773
+ //#region ../../node_modules/multimatch/node_modules/balanced-match/index.js
1774
1774
  var require_balanced_match = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1775
1775
  module.exports = balanced;
1776
1776
  function balanced(a, b, str) {
@@ -1819,7 +1819,7 @@ var require_balanced_match = /* @__PURE__ */ __commonJSMin(((exports, module) =>
1819
1819
  }
1820
1820
  }));
1821
1821
  //#endregion
1822
- //#region ../../node_modules/brace-expansion/index.js
1822
+ //#region ../../node_modules/multimatch/node_modules/brace-expansion/index.js
1823
1823
  var require_brace_expansion = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1824
1824
  require_concat_map();
1825
1825
  var balanced = require_balanced_match();
@@ -2003,7 +2003,7 @@ var require_brace_expansion = /* @__PURE__ */ __commonJSMin(((exports, module) =
2003
2003
  }
2004
2004
  }));
2005
2005
  //#endregion
2006
- //#region ../../node_modules/minimatch/minimatch.js
2006
+ //#region ../../node_modules/multimatch/node_modules/minimatch/minimatch.js
2007
2007
  var require_minimatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2008
2008
  module.exports = minimatch;
2009
2009
  minimatch.Minimatch = Minimatch;
@@ -23855,7 +23855,7 @@ var require_ensure = /* @__PURE__ */ __commonJSMin(((exports, module) => {
23855
23855
  };
23856
23856
  }));
23857
23857
  //#endregion
23858
- //#region ../../node_modules/universalify/index.js
23858
+ //#region ../../node_modules/jsonfile/node_modules/universalify/index.js
23859
23859
  var require_universalify = /* @__PURE__ */ __commonJSMin(((exports) => {
23860
23860
  exports.fromCallback = function(fn) {
23861
23861
  return Object.defineProperty(function(...args) {
@@ -37667,7 +37667,7 @@ const upgrades = [
37667
37667
  //#endregion
37668
37668
  //#region package.json
37669
37669
  var name = "@carbon/upgrade";
37670
- var version = "11.46.0-rc.0";
37670
+ var version = "11.46.0";
37671
37671
  //#endregion
37672
37672
  //#region ../../node_modules/y18n/build/index.cjs
37673
37673
  var require_build$3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
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.46.0-rc.0",
4
+ "version": "11.46.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": "4386a9633013fd0d44298541b1603d428b04c15c"
63
+ "gitHead": "7e1d5e5492fd70ab8ec901114898c12a374cea98"
64
64
  }