diff --git a/package.json b/package.json index 799a1215..3e3a594d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "packageManager": "pnpm@8.11.0", "dependencies": { - "@ducanh2912/next-pwa": "^9.4.0", + "@ducanh2912/next-pwa": "^10.0.0", "@headlessui/react": "1.7.17", "@newhighsco/next-plugin-svgr": "^3.0.104", "next": "14.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dafe6794..33d78394 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@ducanh2912/next-pwa': - specifier: ^9.4.0 - version: 9.4.0(next@14.0.4)(webpack@5.88.2) + specifier: ^10.0.0 + version: 10.0.0(next@14.0.4)(webpack@5.88.2) '@headlessui/react': specifier: 1.7.17 version: 1.7.17(react-dom@18.2.0)(react@18.2.0) @@ -1714,14 +1714,14 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@ducanh2912/next-pwa@9.4.0(next@14.0.4)(webpack@5.88.2): - resolution: {integrity: sha512-FFA8UpfKRPHkUk33lyh9Smp9q8/e1s4ezTSVQXLFhj86GmSaCA71oxqe9AIbusa/fDK/EZTmoHUmKpwl/6j7iw==} + /@ducanh2912/next-pwa@10.0.0(next@14.0.4)(webpack@5.88.2): + resolution: {integrity: sha512-6VWpF0IzP9Az9n0jmqL9XH8iWA6LYJrC72b8GDEn7Swfi1mR+hYPItNFKJnraqwJheIqeeZXIHAqs5/VdyDF5A==} peerDependencies: - next: '>=11.0.0' + next: '>=14.0.0' webpack: '>=5.9.0' dependencies: clean-webpack-plugin: 4.0.0(webpack@5.88.2) - fast-glob: 3.3.0 + fast-glob: 3.3.2 next: 14.0.4(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0) semver: 7.5.4 terser-webpack-plugin: 5.3.9(webpack@5.88.2) @@ -2631,7 +2631,7 @@ packages: optional: true dependencies: '@babel/core': 7.22.9 - '@babel/helper-module-imports': 7.22.5 + '@babel/helper-module-imports': 7.22.15 '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 dev: false @@ -5236,8 +5236,8 @@ packages: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} dev: true - /fast-glob@3.3.0: - resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} + /fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -5245,10 +5245,9 @@ 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==} + /fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -5256,6 +5255,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 + dev: false /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}