diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9a81c18e4d..db201d1d732 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -370,8 +370,8 @@ importers: specifier: 4.2.3 version: 4.2.3(next@13.4.13)(react@18.2.0)(use-query-params@2.2.1) next-sitemap: - specifier: 4.1.8 - version: 4.1.8(next@13.4.13) + specifier: 4.2.2 + version: 4.2.2(next@13.4.13) react: specifier: 18.2.0 version: 18.2.0 @@ -2180,10 +2180,6 @@ packages: - utf-8-validate dev: false - /@next/env@13.4.12: - resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==} - dev: false - /@next/env@13.4.13: resolution: {integrity: sha512-fwz2QgVg08v7ZL7KmbQBLF2PubR/6zQdKBgmHEl3BCyWTEDsAQEijjw2gbFhI1tcKfLdOOJUXntz5vZ4S0Polg==} dev: false @@ -6526,6 +6522,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 + dev: false /fast-glob@3.3.1: resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} @@ -6990,7 +6987,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.12 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -9221,15 +9218,15 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /next-sitemap@4.1.8(next@13.4.13): - resolution: {integrity: sha512-XAXpBHX4o89JfMgvrm0zimlZwpu2iBPXHpimJMUrqOZSc4C2oB1Lv89mxuVON9IE8HOezaM+w4GjJxcYCuGPTQ==} + /next-sitemap@4.2.2(next@13.4.13): + resolution: {integrity: sha512-cz5PyFibUNSJSXOY5mllq5TW0OH6SGG+8GJ9fR9pl1Thu4rvkDye+0N0790h+9kQihDStuVw2xfwC3qihDkflA==} engines: {node: '>=14.18'} hasBin: true peerDependencies: next: '*' dependencies: '@corex/deepmerge': 4.0.43 - '@next/env': 13.4.12 + '@next/env': 13.4.13 fast-glob: 3.3.1 minimist: 1.2.8 next: 13.4.13(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) diff --git a/website/package.json b/website/package.json index 3c5edf90e7b..0c880b234f5 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "lodash.uniqwith": "4.5.0", "next": "13.4.13", "next-query-params": "4.2.3", - "next-sitemap": "4.1.8", + "next-sitemap": "4.2.2", "react": "18.2.0", "react-dom": "18.2.0", "use-query-params": "2.2.1"