gatsby-core-utils
Advanced tools
Comparing version 4.7.0-next.0 to 4.8.0-next.0
@@ -6,2 +6,15 @@ # Changelog: `gatsby-core-utils` | ||
## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.6.0/packages/gatsby-core-utils) (2023-02-07) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6) | ||
#### Bug Fixes | ||
- update babel monorepo [#37568](https://github.com/gatsbyjs/gatsby/issues/37568) ([13a0a9e](https://github.com/gatsbyjs/gatsby/commit/13a0a9e83dcb015b65dff6b73cdd5dea09c2988f)) | ||
#### Chores | ||
- update dependency msw to ^0.49.3 for gatsby-core-utils [#37564](https://github.com/gatsbyjs/gatsby/issues/37564) ([d8d9d61](https://github.com/gatsbyjs/gatsby/commit/d8d9d612b268788544f02ad93fe370c52586a5d6)) | ||
- update typescript [#37596](https://github.com/gatsbyjs/gatsby/issues/37596) ([4f1d1f2](https://github.com/gatsbyjs/gatsby/commit/4f1d1f260472d7768b57960b1e274c8755ca5a67)) | ||
## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.5.0/packages/gatsby-core-utils) (2023-01-24) | ||
@@ -8,0 +21,0 @@ |
@@ -27,3 +27,3 @@ "use strict"; | ||
function getLockFileInstance() { | ||
return (specifier => new Promise(r => r(specifier)).then(s => _interopRequireWildcard(require(s))))(`proper-lockfile`); | ||
return Promise.resolve().then(() => _interopRequireWildcard(require(`proper-lockfile`))); | ||
} | ||
@@ -30,0 +30,0 @@ const memoryServices = {}; |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "4.7.0-next.0", | ||
"version": "4.8.0-next.0", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -85,3 +85,3 @@ "keywords": [ | ||
"@types/ci-info": "2.0.0", | ||
"babel-preset-gatsby-package": "^3.7.0-next.0", | ||
"babel-preset-gatsby-package": "^3.8.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -97,3 +97,3 @@ "del-cli": "^5.0.0", | ||
}, | ||
"gitHead": "342e393de312ea765656e66970e4554991125275" | ||
"gitHead": "fed83d576e330ad8234cab95844a7db418592e76" | ||
} |
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
170263