diff --git a/package.json b/package.json index 6720de62c..105096eb5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "BoldGrid Theme Framework", "main": "index.js", "engines": { - "node": ">=10.12.0 <=10.13.0" + "node": ">=10.12.0" }, "babel": { "plugins": [ @@ -50,6 +50,9 @@ "type": "git", "url": "https://github.com/BoldGrid/boldgrid-theme-framework.git" }, + "resolutions": { + "natives": "1.1.6" + }, "devDependencies": { "@babel/core": "^7.0.0-beta.47", "@babel/plugin-syntax-dynamic-import": "^7.2.0", diff --git a/yarn.lock b/yarn.lock index f08ae876f..6d5e4f960 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9336,10 +9336,10 @@ nanomatch@^1.2.9: snapdragon "^0.8.1" to-regex "^3.0.1" -natives@^1.1.0: - version "1.1.4" - resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.4.tgz#2f0f224fc9a7dd53407c7667c84cf8dbe773de58" - integrity sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg== +natives@1.1.6, natives@^1.1.0: + version "1.1.6" + resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb" + integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA== natural-compare@^1.4.0: version "1.4.0"