diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e5618ef..586e4c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,7 +19,7 @@ dependencies: version: 0.5.1 '@tanstack/react-query': specifier: ^5.24.6 - version: 5.24.6(react@18.2.0) + version: 5.24.7(react@18.2.0) '@types/react-beautiful-dnd': specifier: ^13.1.8 version: 13.1.8 @@ -31,7 +31,7 @@ dependencies: version: 7.1.0(eslint@8.57.0)(typescript@5.3.3) autoprefixer: specifier: ^10.4.18 - version: 10.4.18(postcss@8.4.31) + version: 10.4.18(postcss@8.4.35) babel-loader: specifier: ^9.1.3 version: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3) @@ -852,16 +852,16 @@ packages: tslib: 2.6.2 dev: false - /@tanstack/query-core@5.24.6: - resolution: {integrity: sha512-xYhxiMUPh1JzamVK8VwwkBpIBXVYRyIBW9gjSN+/BB4kL1nS86gnRWeW8L+sacCj1RiyEsysJe3GSvtbIpHdWw==} + /@tanstack/query-core@5.24.7: + resolution: {integrity: sha512-24d9o44FktHTgTOu3XdQWXMu24SJodmzGWXfvd9gT57ijarjOsN2cUyg/RqyCzuDTfD59+1QdCfPB4QvRRsCjw==} dev: false - /@tanstack/react-query@5.24.6(react@18.2.0): - resolution: {integrity: sha512-eyIWwHiO1ZirYGzqs0kfRMkf8icuXroFunjnsgntk9YgGFbGoPs3Hxy9/OushNvpnkHT9RwPZb8UfEKzMzzEaQ==} + /@tanstack/react-query@5.24.7(react@18.2.0): + resolution: {integrity: sha512-+yO1UuXeh47/mnegBZcgwqRrxcXiOYkUSMdk69FsNKtPzH7PFFRXLdkyWk/cu6eEc0Zc8g9Skgu26oqEYWTxpQ==} peerDependencies: react: ^18.0.0 dependencies: - '@tanstack/query-core': 5.24.6 + '@tanstack/query-core': 5.24.7 react: 18.2.0 dev: false @@ -1439,7 +1439,7 @@ packages: dependencies: has-symbols: 1.0.3 - /autoprefixer@10.4.18(postcss@8.4.31): + /autoprefixer@10.4.18(postcss@8.4.35): resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -1451,7 +1451,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.31 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: false @@ -3298,6 +3298,15 @@ packages: source-map-js: 1.0.2 dev: false + /postcss@8.4.35: + resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: false + /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'}