@carbon/upgrade 11.27.0 → 11.28.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.
- package/cli.js +2 -2
- package/package.json +3 -3
package/cli.js
CHANGED
|
@@ -52953,7 +52953,7 @@ var upgrades = [
|
|
|
52953
52953
|
var package_default = {
|
|
52954
52954
|
name: "@carbon/upgrade",
|
|
52955
52955
|
description: "A tool for upgrading Carbon versions",
|
|
52956
|
-
version: "11.
|
|
52956
|
+
version: "11.28.0",
|
|
52957
52957
|
license: "Apache-2.0",
|
|
52958
52958
|
bin: {
|
|
52959
52959
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -53003,7 +53003,7 @@ var package_default = {
|
|
|
53003
53003
|
"lodash.clonedeep": "^4.5.0",
|
|
53004
53004
|
"lodash.merge": "^4.6.2",
|
|
53005
53005
|
memfs: "^4.0.0",
|
|
53006
|
-
nanoid: "^
|
|
53006
|
+
nanoid: "^5.0.0",
|
|
53007
53007
|
"npm-which": "^3.0.1",
|
|
53008
53008
|
rimraf: "^6.0.0",
|
|
53009
53009
|
semver: "^7.3.5",
|
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.
|
|
4
|
+
"version": "11.28.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"lodash.clonedeep": "^4.5.0",
|
|
52
52
|
"lodash.merge": "^4.6.2",
|
|
53
53
|
"memfs": "^4.0.0",
|
|
54
|
-
"nanoid": "^
|
|
54
|
+
"nanoid": "^5.0.0",
|
|
55
55
|
"npm-which": "^3.0.1",
|
|
56
56
|
"rimraf": "^6.0.0",
|
|
57
57
|
"semver": "^7.3.5",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"@ibm/telemetry-js": "^1.5.0",
|
|
62
62
|
"jscodeshift": "^17.0.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "68105b183b14b348bcba4622f86a9e50265414da"
|
|
65
65
|
}
|