gatsby-core-utils
Advanced tools
Comparing version 4.4.0-next.2 to 4.5.0-next.0
@@ -27,3 +27,3 @@ "use strict"; | ||
function getLockFileInstance() { | ||
return Promise.resolve().then(() => _interopRequireWildcard(require(`proper-lockfile`))); | ||
return (specifier => new Promise(r => r(specifier)).then(s => _interopRequireWildcard(require(s))))(`proper-lockfile`); | ||
} | ||
@@ -30,0 +30,0 @@ const memoryServices = {}; |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "4.4.0-next.2", | ||
"version": "4.5.0-next.0", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"@babel/runtime": "^7.20.7", | ||
"ci-info": "2.0.0", | ||
@@ -82,6 +82,6 @@ "configstore": "^5.0.1", | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.4", | ||
"@babel/core": "^7.15.5", | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.7", | ||
"@types/ci-info": "2.0.0", | ||
"babel-preset-gatsby-package": "^3.4.0-next.1", | ||
"babel-preset-gatsby-package": "^3.5.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -97,3 +97,3 @@ "del-cli": "^5.0.0", | ||
}, | ||
"gitHead": "5df8a99b7fd6de53a8f3088138cc574f55f4cfd5" | ||
"gitHead": "4ef5d775d18329abc5d4e78d1e0a99e904f00cd1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
163609
Updated@babel/runtime@^7.20.7