diff --git a/packages/prism/package.json b/packages/prism/package.json index 1da81311f..2cf0f3fd0 100644 --- a/packages/prism/package.json +++ b/packages/prism/package.json @@ -36,7 +36,7 @@ "@types/react": "^18.2.12", "param-case": "^3.0.4", "postcss": "^8.1.10", - "postcss-js": "^3.0.3", + "postcss-js": "^4.0.1", "react": "^18.1.0", "theme-ui": "workspace:^" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e66e3fe1..5285d8bb0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -219,7 +219,7 @@ importers: version: 5.10.0(babel-eslint@10.1.0)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3) gatsby-plugin-mdx: specifier: ^5 - version: 5.0.0(@mdx-js/react@2.3.0)(gatsby-source-filesystem@5.12.1)(gatsby@5.10.0)(react-dom@18.2.0)(react@18.2.0) + version: 5.0.0(@mdx-js/react@2.3.0)(gatsby-source-filesystem@5.13.0)(gatsby@5.10.0)(react-dom@18.2.0)(react@18.2.0) gatsby-plugin-theme-ui: specifier: workspace:^ version: link:../../packages/gatsby-plugin-theme-ui @@ -1093,8 +1093,8 @@ importers: specifier: ^8.1.10 version: 8.4.16 postcss-js: - specifier: ^3.0.3 - version: 3.0.3 + specifier: ^4.0.1 + version: 4.0.1(postcss@8.4.16) react: specifier: ^18.1.0 version: 18.2.0 @@ -11056,8 +11056,8 @@ packages: tmp: 0.2.1 xdg-basedir: 4.0.0 - /gatsby-core-utils@4.12.1: - resolution: {integrity: sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==} + /gatsby-core-utils@4.13.0: + resolution: {integrity: sha512-+oJJsADfcEnzpQpof+L5qtP4iSeMaEPn1QSjXENlg/go9Pi/4eqb+Nn3y3q8bC/zy4hMWFWrPdMJmdW581uNvA==} engines: {node: '>=18.0.0'} dependencies: '@babel/runtime': 7.22.5 @@ -11275,7 +11275,7 @@ packages: - supports-color dev: false - /gatsby-plugin-mdx@5.0.0(@mdx-js/react@2.3.0)(gatsby-source-filesystem@5.12.1)(gatsby@5.10.0)(react-dom@18.2.0)(react@18.2.0): + /gatsby-plugin-mdx@5.0.0(@mdx-js/react@2.3.0)(gatsby-source-filesystem@5.13.0)(gatsby@5.10.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4OkotIxp5rpQ1CNFoWrF2XtvwjK0wkvoJrLaHcO+ykQHAa0aU72MJl91RjpIA4iiSQJEMG8HBrSvqIQoKmo51w==} peerDependencies: '@mdx-js/react': ^2.0.0 @@ -11295,7 +11295,7 @@ packages: gatsby: 5.10.0(babel-eslint@10.1.0)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3) gatsby-core-utils: 4.10.0 gatsby-plugin-utils: 4.10.0(gatsby@5.10.0) - gatsby-source-filesystem: 5.12.1(gatsby@5.10.0) + gatsby-source-filesystem: 5.13.0(gatsby@5.10.0) gray-matter: 4.0.3 mdast-util-mdx: 2.0.1 mdast-util-to-hast: 10.2.0 @@ -11511,8 +11511,8 @@ packages: xstate: 4.37.2 dev: false - /gatsby-source-filesystem@5.12.1(gatsby@5.10.0): - resolution: {integrity: sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==} + /gatsby-source-filesystem@5.13.0(gatsby@5.10.0): + resolution: {integrity: sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==} engines: {node: '>=18.0.0'} peerDependencies: gatsby: ^5.0.0-next || ^4 || ^5 @@ -11522,7 +11522,7 @@ packages: file-type: 16.5.4 fs-extra: 11.1.1 gatsby: 5.10.0(babel-eslint@10.1.0)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3) - gatsby-core-utils: 4.12.1 + gatsby-core-utils: 4.13.0 mime: 3.0.0 pretty-bytes: 5.6.0 valid-url: 1.0.9 @@ -16678,19 +16678,21 @@ packages: resolve: 1.22.2 dev: true - /postcss-js@3.0.3: - resolution: {integrity: sha512-gWnoWQXKFw65Hk/mi2+WTQTHdPD5UJdDXZmX073EY/B3BWnYjO4F4t0VneTCnCGQ5E5GsCdMkzPaTXwl3r5dJw==} - engines: {node: '>=10.0'} + /postcss-js@4.0.1(postcss@8.4.16): + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + engines: {node: ^12 || ^14 || >= 16} + peerDependencies: + postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 postcss: 8.4.16 dev: true - /postcss-js@4.0.0(postcss@8.4.24): - resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} + /postcss-js@4.0.1(postcss@8.4.24): + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 postcss: 8.4.24 @@ -19240,7 +19242,7 @@ packages: picocolors: 1.0.0 postcss: 8.4.24 postcss-import: 14.1.0(postcss@8.4.24) - postcss-js: 4.0.0(postcss@8.4.24) + postcss-js: 4.0.1(postcss@8.4.24) postcss-load-config: 3.1.4(postcss@8.4.24) postcss-nested: 5.0.6(postcss@8.4.24) postcss-selector-parser: 6.0.10