diff --git a/package-lock.json b/package-lock.json index 4db13965..cf057f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9502,10 +9502,6 @@ "domelementtype": "1" } }, - "node_modules/css-selector-parser": { - "version": "1.4.1", - "license": "MIT" - }, "node_modules/css-to-react-native": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", @@ -14097,27 +14093,32 @@ } }, "node_modules/gatsby-transformer-yaml": { - "version": "3.14.0", - "license": "MIT", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-5.14.0.tgz", + "integrity": "sha512-hd455kTUEh23eK2A6arQqOetoHr+1gy8ucrCIxnb6dQz/ow1KMx6S7GvgoMiwHZ3EKgB4dSONPhk93yfntvvdg==", "dependencies": { - "@babel/runtime": "^7.15.4", - "js-yaml": "^3.14.1", - "lodash": "^4.17.21", - "unist-util-select": "^1.5.0" + "@babel/runtime": "^7.20.13", + "js-yaml": "^4.1.0", + "lodash": "^4.17.21" }, "engines": { - "node": ">=12.13.0" + "node": ">=18.0.0" }, "peerDependencies": { - "gatsby": "^3.0.0-next.0" + "gatsby": "^5.0.0-next" } }, + "node_modules/gatsby-transformer-yaml/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, "node_modules/gatsby-transformer-yaml/node_modules/js-yaml": { - "version": "3.14.1", - "license": "MIT", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -26376,26 +26377,6 @@ "unist-util-is": "^3.0.0" } }, - "node_modules/unist-util-select": { - "version": "1.5.0", - "license": "MIT", - "dependencies": { - "css-selector-parser": "^1.1.0", - "debug": "^2.2.0", - "nth-check": "^1.0.1" - } - }, - "node_modules/unist-util-select/node_modules/debug": { - "version": "2.6.9", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/unist-util-select/node_modules/ms": { - "version": "2.0.0", - "license": "MIT" - }, "node_modules/unist-util-stringify-position": { "version": "2.0.3", "license": "MIT", @@ -27644,7 +27625,7 @@ "gatsby-plugin-remove-trailing-slashes": "^3.14.0", "gatsby-plugin-styled-components": "^4.14.0", "gatsby-source-filesystem": "^3.14.0", - "gatsby-transformer-yaml": "^3.14.0", + "gatsby-transformer-yaml": "^5.14.0", "get-pkg-repo": "^5.0.0", "github-slugger": "^1.2.1", "html-react-parser": "^5.0.3", diff --git a/theme/package.json b/theme/package.json index ff3ce995..b1110a7a 100644 --- a/theme/package.json +++ b/theme/package.json @@ -63,7 +63,7 @@ "gatsby-plugin-remove-trailing-slashes": "^3.14.0", "gatsby-plugin-styled-components": "^4.14.0", "gatsby-source-filesystem": "^3.14.0", - "gatsby-transformer-yaml": "^3.14.0", + "gatsby-transformer-yaml": "^5.14.0", "get-pkg-repo": "^5.0.0", "github-slugger": "^1.2.1", "html-react-parser": "^5.0.3",