diff --git a/package-lock.json b/package-lock.json index d41f95606..aaf0b53dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "dependencies": { "@apollo/brand": "^0.7.0", - "@apollo/client": "4.1.0-alpha.9", + "@apollo/client": "4.1.4", "@apollo/client-3": "npm:@apollo/client@3.14.0", "@apollo/icons": "^0.9.0", "@apollo/tailwind-preset": "^0.2.0", @@ -59,19 +59,19 @@ "@graphql-codegen/typescript-operations": "4.2.3", "@graphql-codegen/typescript-resolvers": "4.1.0", "@graphql-tools/mock": "9.0.25", - "@graphql-tools/schema": "10.0.30", + "@graphql-tools/schema": "10.0.31", "@parcel/watcher": "2.4.1", "@svgr/webpack": "8.1.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.1", + "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@total-typescript/ts-reset": "0.6.1", "@types/archiver": "6.0.4", "@types/chrome": "0.0.326", "@types/eslint__js": "8.42.3", "@types/jest": "29.5.14", - "@types/react": "19.2.7", + "@types/react": "19.2.13", "@types/react-copy-to-clipboard": "5.0.7", "@types/react-dom": "19.2.3", "@types/webextension-polyfill": "0.12.4", @@ -79,7 +79,7 @@ "@typescript-eslint/eslint-plugin": "7.14.1", "@typescript-eslint/parser": "7.14.1", "archiver": "7.0.1", - "autoprefixer": "10.4.23", + "autoprefixer": "10.4.24", "copy-webpack-plugin": "12.0.2", "css-loader": "6.11.0", "eslint": "8.57.1", @@ -92,7 +92,7 @@ "jest-environment-jsdom": "29.7.0", "jest-matchmedia-mock": "1.1.0", "npm-run-all": "4.1.5", - "pkg-pr-new": "^0.0.62", + "pkg-pr-new": "^0.0.63", "postcss": "8.4.49", "postcss-loader": "8.1.1", "prettier": "3.3.2", @@ -143,52 +143,41 @@ } }, "node_modules/@actions/core": { - "version": "1.11.1", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", + "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", "dev": true, "license": "MIT", "dependencies": { - "@actions/exec": "^1.1.1", - "@actions/http-client": "^2.0.1" + "@actions/exec": "^3.0.0", + "@actions/http-client": "^4.0.0" } }, "node_modules/@actions/exec": { - "version": "1.1.1", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-3.0.0.tgz", + "integrity": "sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==", "dev": true, "license": "MIT", "dependencies": { - "@actions/io": "^1.0.1" + "@actions/io": "^3.0.2" } }, "node_modules/@actions/http-client": { - "version": "2.2.3", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.0.tgz", + "integrity": "sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==", "dev": true, "license": "MIT", "dependencies": { "tunnel": "^0.0.6", - "undici": "^5.25.4" - } - }, - "node_modules/@actions/http-client/node_modules/@fastify/busboy": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - } - }, - "node_modules/@actions/http-client/node_modules/undici": { - "version": "5.29.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" + "undici": "^6.23.0" } }, "node_modules/@actions/io": { - "version": "1.1.3", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", + "integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==", "dev": true, "license": "MIT" }, @@ -236,9 +225,9 @@ "license": "UNLICENSED" }, "node_modules/@apollo/client": { - "version": "4.1.0-alpha.9", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.0-alpha.9.tgz", - "integrity": "sha512-WktNYG6NmmOmNhKlUSquwUc53dri0JQzuG0eqlnts2lWL0OnQhGeguvXTFPwnT/3mYjnTHxWB94P9eMaylbsTA==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.4.tgz", + "integrity": "sha512-bTbxPHGXDMcYyQuWcYOzvWBHHJ+5ehvH3uKhd3+jI8X3ZPgWlfiI0MYN3r2exq/SNo5/TbL1p+bzQnE1xf+5tg==", "license": "MIT", "peer": true, "workspaces": [ @@ -4401,13 +4390,32 @@ } }, "node_modules/@graphql-tools/merge": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.1.6.tgz", - "integrity": "sha512-bTnP+4oom4nDjmkS3Ykbe+ljAp/RIiWP3R35COMmuucS24iQxGLa9Hn8VMkLIoaoPxgz6xk+dbC43jtkNsFoBw==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.1.7.tgz", + "integrity": "sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/utils": "^10.11.0", + "@graphql-tools/utils": "^11.0.0", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz", + "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", "tslib": "^2.4.0" }, "engines": { @@ -4622,14 +4630,33 @@ } }, "node_modules/@graphql-tools/schema": { - "version": "10.0.30", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.30.tgz", - "integrity": "sha512-yPXU17uM/LR90t92yYQqn9mAJNOVZJc0nQtYeZyZeQZeQjwIGlTubvvoDL0fFVk+wZzs4YQOgds2NwSA4npodA==", + "version": "10.0.31", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.31.tgz", + "integrity": "sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==", "dev": true, "license": "MIT", "dependencies": { - "@graphql-tools/merge": "^9.1.6", - "@graphql-tools/utils": "^10.11.0", + "@graphql-tools/merge": "^9.1.7", + "@graphql-tools/utils": "^11.0.0", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz", + "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "@whatwg-node/promise-helpers": "^1.0.0", + "cross-inspect": "1.0.1", "tslib": "^2.4.0" }, "engines": { @@ -9061,9 +9088,9 @@ "license": "MIT" }, "node_modules/@testing-library/react": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.1.tgz", - "integrity": "sha512-gr4KtAWqIOQoucWYD/f6ki+j5chXfcPc74Col/6poTyqTmn7zRmodWahWRCp8tYd+GMqBonw6hstNzqjbs6gjw==", + "version": "16.3.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.3.2.tgz", + "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==", "dev": true, "license": "MIT", "dependencies": { @@ -9371,9 +9398,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", - "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "version": "19.2.13", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.13.tgz", + "integrity": "sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==", "license": "MIT", "peer": true, "dependencies": { @@ -11440,9 +11467,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.23", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz", - "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==", + "version": "10.4.24", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", + "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", "dev": true, "funding": [ { @@ -11461,7 +11488,7 @@ "license": "MIT", "dependencies": { "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001760", + "caniuse-lite": "^1.0.30001766", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" @@ -12042,9 +12069,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001760", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz", - "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==", + "version": "1.0.30001768", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001768.tgz", + "integrity": "sha512-qY3aDRZC5nWPgHUgIB84WL+nySuo19wk0VJpp/XI9T34lrvkyhRvNVOFJOp2kxClQhiFBu+TaUSudf6oa3vkSA==", "dev": true, "funding": [ { @@ -23405,13 +23432,13 @@ } }, "node_modules/pkg-pr-new": { - "version": "0.0.62", - "resolved": "https://registry.npmjs.org/pkg-pr-new/-/pkg-pr-new-0.0.62.tgz", - "integrity": "sha512-K2jtf1PLCJJFDimQIpasPXDdnRTZSYPy36Ldz+QhMpLz2YN1Wi0ZQkomVt5Wi3NdBZcYuYGXekyFWfJ6fAHYjg==", + "version": "0.0.63", + "resolved": "https://registry.npmjs.org/pkg-pr-new/-/pkg-pr-new-0.0.63.tgz", + "integrity": "sha512-N4qfhiahmWVmUTKo//Bvb1FAKV7DwFcOjh8GT/aTh0YFSWRZwZp02afpNSohSs1z1jj0YOjU6Ff62iJ0AuHCfg==", "dev": true, "license": "MIT", "dependencies": { - "@actions/core": "^1.11.1", + "@actions/core": "^3.0.0", "@jsdevtools/ez-spawn": "^3.0.4", "@octokit/action": "^6.1.0", "ignore": "^5.3.1", @@ -26264,6 +26291,8 @@ }, "node_modules/tunnel": { "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", "dev": true, "license": "MIT", "engines": { @@ -26584,7 +26613,9 @@ } }, "node_modules/undici": { - "version": "6.21.1", + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", + "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d03c9e49d..ab8fc5297 100755 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@apollo/brand": "^0.7.0", - "@apollo/client": "4.1.0-alpha.9", + "@apollo/client": "4.1.4", "@apollo/client-3": "npm:@apollo/client@3.14.0", "@apollo/icons": "^0.9.0", "@apollo/tailwind-preset": "^0.2.0", @@ -82,19 +82,19 @@ "@graphql-codegen/typescript-operations": "4.2.3", "@graphql-codegen/typescript-resolvers": "4.1.0", "@graphql-tools/mock": "9.0.25", - "@graphql-tools/schema": "10.0.30", + "@graphql-tools/schema": "10.0.31", "@parcel/watcher": "2.4.1", "@svgr/webpack": "8.1.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "6.9.1", - "@testing-library/react": "16.3.1", + "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@total-typescript/ts-reset": "0.6.1", "@types/archiver": "6.0.4", "@types/chrome": "0.0.326", "@types/eslint__js": "8.42.3", "@types/jest": "29.5.14", - "@types/react": "19.2.7", + "@types/react": "19.2.13", "@types/react-copy-to-clipboard": "5.0.7", "@types/react-dom": "19.2.3", "@types/webextension-polyfill": "0.12.4", @@ -102,7 +102,7 @@ "@typescript-eslint/eslint-plugin": "7.14.1", "@typescript-eslint/parser": "7.14.1", "archiver": "7.0.1", - "autoprefixer": "10.4.23", + "autoprefixer": "10.4.24", "copy-webpack-plugin": "12.0.2", "css-loader": "6.11.0", "eslint": "8.57.1", @@ -115,7 +115,7 @@ "jest-environment-jsdom": "29.7.0", "jest-matchmedia-mock": "1.1.0", "npm-run-all": "4.1.5", - "pkg-pr-new": "^0.0.62", + "pkg-pr-new": "^0.0.63", "postcss": "8.4.49", "postcss-loader": "8.1.1", "prettier": "3.3.2",