From 97682c695a57a1357e55f09892f66379f0fbd2bf Mon Sep 17 00:00:00 2001 From: Cryptocraze7 <91204640+Cryptocraze7@users.noreply.github.com> Date: Fri, 4 Mar 2022 07:32:36 -0700 Subject: [PATCH 1/2] Update package-lock.json cryptocraze7 host migration --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a338c2276..dfe020c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,17 +4,17 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@babel/code-frame": { + "@cryptocraze7/code-frame": { "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "resolved": "https://registry.npmjs.org/@cryptocraze7/code-frame/-/code-frame-7.12.11.tgz", "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "requires": { - "@babel/highlight": "^7.10.4" + "@cryptocraze7/highlight": "^7.10.4" } }, - "@babel/helper-validator-identifier": { + "@cryptocraze7/helper-validator-identifier": { "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "resolved": "https://registry.npmjs.org/@cryptocraze7/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" }, "@babel/highlight": { From d8c76adb2ef54a9c3e478c09c85f8319d052697c Mon Sep 17 00:00:00 2001 From: Cryptocraze7 <91204640+Cryptocraze7@users.noreply.github.com> Date: Fri, 4 Mar 2022 08:18:08 -0700 Subject: [PATCH 2/2] Update package-lock.json --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfe020c7f..3a2166c51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,17 +17,17 @@ "resolved": "https://registry.npmjs.org/@cryptocraze7/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==" }, - "@babel/highlight": { + "@cryptocraze7/highlight": { "version": "7.13.8", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz", "integrity": "sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==", "requires": { - "@babel/helper-validator-identifier": "^7.12.11", + "@cryptocraze7/helper-validator-identifier": "^7.12.11", "chalk": "^2.0.0", "js-tokens": "^4.0.0" } }, - "@babel/runtime": { + "@cryptocraze7/runtime": { "version": "7.12.5", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", @@ -35,7 +35,7 @@ "regenerator-runtime": "^0.13.4" } }, - "@babel/types": { + "@cryptocraze7/types": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz", "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==",