From 0c7377aafc07d4731f3b40f15c379d13439d74a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:50:26 +0000 Subject: [PATCH] Bump preval.macro from 3.0.0 to 5.0.0 Bumps [preval.macro](https://github.com/kentcdodds/preval.macro) from 3.0.0 to 5.0.0. - [Commits](https://github.com/kentcdodds/preval.macro/commits) --- updated-dependencies: - dependency-name: preval.macro dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++++++++++++++++++++++---------- theme/package.json | 2 +- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5884b3ee..f9246177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6923,15 +6923,32 @@ } }, "node_modules/babel-plugin-preval": { - "version": "3.0.1", - "license": "MIT", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-preval/-/babel-plugin-preval-5.1.0.tgz", + "integrity": "sha512-G5R+xmo5LS41A4UyZjOjV0mp9AvkuCyUOAJ6TOv/jTZS+VKh7L7HUDRcCSOb0YCM/u0fFarh7Diz0wjY8rFNFg==", "dependencies": { - "babel-plugin-macros": "^2.2.2", + "@babel/runtime": "^7.12.5", + "@types/babel__core": "^7.1.12", + "babel-plugin-macros": "^3.0.1", "require-from-string": "^2.0.2" }, "engines": { - "node": ">=4", - "npm": ">=3" + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/babel-plugin-preval/node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" } }, "node_modules/babel-plugin-remove-graphql-queries": { @@ -21781,10 +21798,14 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/preval.macro": { - "version": "3.0.0", - "license": "MIT", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/preval.macro/-/preval.macro-5.0.0.tgz", + "integrity": "sha512-+OZRqZYx1pjZ7H5Jis8bPFXkiT7lwA46UzAT4IjuzFVKwkJK+TwIx1TCqrqNCf8U3e5O12mEJEz1BXslkCLWfQ==", "dependencies": { - "babel-plugin-preval": "^3.0.0" + "babel-plugin-preval": "^5.0.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/prism-react-renderer": { @@ -27607,7 +27628,7 @@ }, "theme": { "name": "@primer/gatsby-theme-doctocat", - "version": "5.0.0", + "version": "5.1.0", "license": "MIT", "dependencies": { "@babel/core": "^7.19.1", @@ -27649,7 +27670,7 @@ "path-browserify": "^1.0.1", "pkg-up": "^3.1.0", "pluralize": "^8.0.0", - "preval.macro": "^3.0.0", + "preval.macro": "^5.0.0", "prism-react-renderer": "^1.2.0", "prismjs": "^1.27.0", "react-addons-text-content": "^0.0.4", diff --git a/theme/package.json b/theme/package.json index fa121602..73a6c794 100644 --- a/theme/package.json +++ b/theme/package.json @@ -73,7 +73,7 @@ "path-browserify": "^1.0.1", "pkg-up": "^3.1.0", "pluralize": "^8.0.0", - "preval.macro": "^3.0.0", + "preval.macro": "^5.0.0", "prism-react-renderer": "^1.2.0", "prismjs": "^1.27.0", "react-addons-text-content": "^0.0.4",