Skip to content

Commit 88bafd6

Browse files
committed
chore(release): 1.4.1-dev.2 [skip ci]
1 parent f9ae63d commit 88bafd6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-omnistudio-migration-tool",
33
"description": "This SFDX plugin migrates FlexCard, OmniScript, DataRaptor, and Integration Procedure custom objects to standard objects.",
4-
"version": "1.4.1-dev.1",
4+
"version": "1.4.1-dev.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,9 +1176,9 @@
11761176
dependencies:
11771177
"@types/node" "*"
11781178

1179-
"@types/glob@^7.1.1":
1179+
"@types/glob@^7.1.1", "@types/glob@~7.2.0":
11801180
version "7.2.0"
1181-
resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
1181+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
11821182
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
11831183
dependencies:
11841184
"@types/minimatch" "*"
@@ -1293,6 +1293,14 @@
12931293
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.10.tgz#5f19ee40cbeff87d916eedc8c2bfe2305d957f73"
12941294
integrity sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==
12951295

1296+
"@types/shelljs@^0.8.15":
1297+
version "0.8.15"
1298+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
1299+
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
1300+
dependencies:
1301+
"@types/glob" "~7.2.0"
1302+
"@types/node" "*"
1303+
12961304
"@types/sinon@*", "@types/[email protected]":
12971305
version "10.0.0"
12981306
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.0.tgz"

0 commit comments

Comments
 (0)