diff --git a/package-lock.json b/package-lock.json index 031e7b9..38220e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11267,9 +11267,9 @@ "dev": true }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/packages/sample-app/package-lock.json b/packages/sample-app/package-lock.json index 93cafa3..454df85 100644 --- a/packages/sample-app/package-lock.json +++ b/packages/sample-app/package-lock.json @@ -1251,6 +1251,12 @@ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", "dev": true }, + "ast-types": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.3.tgz", + "integrity": "sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==", + "dev": true + }, "asynckit": { "version": "0.4.0", "resolved": "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/asynckit/-/asynckit-0.4.0.tgz", @@ -3764,6 +3770,16 @@ "resolved": "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/lwc-components-lightning/-/42336a78a383c82aa9c271964a467a8d62f789df.tgz", "integrity": "sha512-mlv7K/eKutGrAg1+apTy1KdGpD6pQOtlFHVl4aEXMfWkZ8ll4Hm58B9L4JQWvaknX7tyBrg96vsl32toTP9zFQ==" }, + "lwc2react": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/lwc2react/-/lwc2react-0.1.4.tgz", + "integrity": "sha512-uSL/n7iatYUoCbHoACcprR4FLMs5jr0snZQWVJ8/ACxZoxkd+cck07hAJLHjz8IqHgSAlgwYKp3T8GZN/d3Vrw==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^3.0.10", + "recast": "^0.19.0" + } + }, "magic-string": { "version": "0.25.7", "resolved": "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/magic-string/-/magic-string-0.25.7.tgz", @@ -3856,9 +3872,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -5588,6 +5604,26 @@ "util.promisify": "^1.0.0" } }, + "recast": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.19.1.tgz", + "integrity": "sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw==", + "dev": true, + "requires": { + "ast-types": "0.13.3", + "esprima": "~4.0.0", + "private": "^0.1.8", + "source-map": "~0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, "regenerate": { "version": "1.4.2", "resolved": "https://nexus.soma.salesforce.com/nexus/content/groups/npm-all/regenerate/-/regenerate-1.4.2.tgz",