diff --git a/application-templates/starter-typescript/package.json b/application-templates/starter-typescript/package.json index 96d1540905..f0f5d15bf7 100644 --- a/application-templates/starter-typescript/package.json +++ b/application-templates/starter-typescript/package.json @@ -19,7 +19,7 @@ "versions:uikit": "manypkg upgrade @commercetools-uikit" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@babel/core": "^7.22.17", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/actions-global": "workspace:*", @@ -59,9 +59,9 @@ "@commercetools-uikit/text-input": "^19.9.0", "@commercetools/sync-actions": "^5.14.0", "@emotion/react": "^11.11.4", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@jest/types": "29.6.3", - "@manypkg/cli": "0.21.4", + "@manypkg/cli": "0.22.0", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.5", @@ -72,14 +72,14 @@ "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@types/testing-library__jest-dom": "^5.14.9", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-formatter-pretty": "4.1.0", "eslint-plugin-graphql": "^4.0.0", "formik": "2.4.6", "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "jest": "29.7.0", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "jest-watch-typeahead": "2.2.2", "moment": "^2.29.4", "msw": "0.49.3", @@ -91,7 +91,7 @@ "react-redux": "7.2.9", "react-router-dom": "5.3.4", "redux": "4.2.1", - "typescript": "5.0.4" + "typescript": "5.6.3" }, "resolutions": { "@emotion/react": "^11.11.1", diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index aee85860d6..1827d9ebf4 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -18,7 +18,7 @@ "versions:uikit": "manypkg upgrade @commercetools-uikit" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@babel/core": "^7.22.17", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/actions-global": "workspace:*", @@ -57,9 +57,9 @@ "@commercetools-uikit/text-input": "^19.9.0", "@commercetools/sync-actions": "^5.14.0", "@emotion/react": "^11.11.4", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@jest/types": "29.6.3", - "@manypkg/cli": "0.21.4", + "@manypkg/cli": "0.22.0", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.5", @@ -70,14 +70,14 @@ "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@types/testing-library__jest-dom": "^5.14.9", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-formatter-pretty": "4.1.0", "eslint-plugin-graphql": "^4.0.0", "formik": "2.4.6", "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "jest": "29.7.0", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "jest-watch-typeahead": "2.2.2", "moment": "^2.29.4", "msw": "0.49.3", diff --git a/custom-views-templates/starter-typescript/package.json b/custom-views-templates/starter-typescript/package.json index 13d88ba116..ce402f255b 100644 --- a/custom-views-templates/starter-typescript/package.json +++ b/custom-views-templates/starter-typescript/package.json @@ -19,7 +19,7 @@ "versions:uikit": "manypkg upgrade @commercetools-uikit" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@babel/core": "^7.22.17", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/actions-global": "workspace:*", @@ -59,9 +59,9 @@ "@commercetools-uikit/text-input": "^19.9.0", "@commercetools/sync-actions": "^5.14.0", "@emotion/react": "^11.11.4", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@jest/types": "29.6.3", - "@manypkg/cli": "0.21.4", + "@manypkg/cli": "0.22.0", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.5", @@ -72,14 +72,14 @@ "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@types/testing-library__jest-dom": "^5.14.9", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-formatter-pretty": "4.1.0", "eslint-plugin-graphql": "^4.0.0", "formik": "2.4.6", "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "jest": "29.7.0", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "jest-watch-typeahead": "2.2.2", "moment": "^2.29.4", "msw": "0.49.3", @@ -91,7 +91,7 @@ "react-redux": "7.2.9", "react-router-dom": "5.3.4", "redux": "4.2.1", - "typescript": "5.0.4" + "typescript": "5.6.3" }, "resolutions": { "@emotion/react": "^11.11.1", diff --git a/custom-views-templates/starter/package.json b/custom-views-templates/starter/package.json index 757f08e3b0..c654263c26 100644 --- a/custom-views-templates/starter/package.json +++ b/custom-views-templates/starter/package.json @@ -18,7 +18,7 @@ "versions:uikit": "manypkg upgrade @commercetools-uikit" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@babel/core": "^7.22.17", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/actions-global": "workspace:*", @@ -57,9 +57,9 @@ "@commercetools-uikit/text-input": "^19.9.0", "@commercetools/sync-actions": "^5.14.0", "@emotion/react": "^11.11.4", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@jest/types": "29.6.3", - "@manypkg/cli": "0.21.4", + "@manypkg/cli": "0.22.0", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.5", @@ -70,14 +70,14 @@ "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@types/testing-library__jest-dom": "^5.14.9", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-formatter-pretty": "4.1.0", "eslint-plugin-graphql": "^4.0.0", "formik": "2.4.6", "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "jest": "29.7.0", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "jest-watch-typeahead": "2.2.2", "moment": "^2.29.4", "msw": "0.49.3", diff --git a/package.json b/package.json index 3c42d7fe73..87c5affaa1 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@babel/cli": "^7.22.15", "@babel/core": "^7.22.17", "@changesets/changelog-github": "0.5.0", - "@changesets/cli": "2.27.5", + "@changesets/cli": "2.27.10", "@commercetools-frontend/application-config": "workspace:*", "@commercetools-frontend/babel-preset-mc-app": "workspace:*", "@commercetools-frontend/constants": "workspace:*", @@ -98,21 +98,21 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "@faker-js/faker": "8.4.1", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@graphql-codegen/add": "3.2.3", "@graphql-codegen/cli": "2.16.5", "@graphql-codegen/introspection": "2.2.3", "@graphql-codegen/typescript": "2.8.8", "@graphql-codegen/typescript-graphql-files-modules": "2.2.1", "@graphql-codegen/typescript-operations": "2.5.13", - "@manypkg/cli": "0.21.4", - "@manypkg/find-root": "2.2.1", + "@manypkg/cli": "0.22.0", + "@manypkg/find-root": "2.2.3", "@manypkg/get-packages": "1.1.3", "@percy/cli": "1.30.2", "@percy/core": "1.30.2", "@percy/cypress": "3.1.2", "@percy/puppeteer": "2.0.2", - "@preconstruct/cli": "2.6.2", + "@preconstruct/cli": "2.8.10", "@svgr/cli": "6.5.1", "@svgr/plugin-jsx": "6.5.1", "@svgr/plugin-svgo": "6.5.1", @@ -135,23 +135,23 @@ "cross-env": "7.0.3", "cypress": "12.17.4", "dotenv": "16.4.5", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-formatter-pretty": "4.1.0", "eslint-plugin-graphql": "^4.0.0", "find-up": "5.0.0", - "graphql": "16.8.2", + "graphql": "16.9.0", "husky": "7.0.4", "jest": "29.7.0", "jest-each": "29.7.0", "jest-environment-puppeteer": "8.0.6", "jest-preview": "^0.3.1", "jest-puppeteer": "8.0.6", - "jest-runner-eslint": "2.2.0", + "jest-runner-eslint": "2.2.1", "jest-runner-executor": "1.0.0", "jest-silent-reporter": "0.6.0", "jest-watch-typeahead": "2.2.2", "lint-staged": "11.2.6", - "postcss": "8.4.38", + "postcss": "8.4.49", "postcss-load-config": "3.1.4", "prettier": "2.8.8", "puppeteer": "20.9.0", @@ -161,14 +161,14 @@ "replace": "1.2.2", "rosie": "2.1.1", "shelljs": "0.8.5", - "start-server-and-test": "2.0.4", + "start-server-and-test": "2.0.8", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "26.0.0", "stylelint-order": "5.0.0", "stylelint-value-no-unknown-custom-properties": "4.0.0", "tsc-files": "1.1.4", - "typescript": "5.0.4", + "typescript": "5.6.3", "vfile-message": "3.1.4" }, "pnpm": { @@ -190,5 +190,5 @@ "npm": ">=6", "pnpm": ">=8" }, - "packageManager": "pnpm@8.15.8" + "packageManager": "pnpm@8.15.9" } diff --git a/packages-backend/eslint-config-node/package.json b/packages-backend/eslint-config-node/package.json index f73111f91c..59e1d01cec 100644 --- a/packages-backend/eslint-config-node/package.json +++ b/packages-backend/eslint-config-node/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@tsconfig/node16": "^16.1.1", - "eslint": "8.57.0" + "eslint": "8.57.1" }, "engines": { "node": "16.x || >=18.0.0" diff --git a/packages-backend/express/package.json b/packages-backend/express/package.json index b39801702e..35477419bf 100644 --- a/packages-backend/express/package.json +++ b/packages-backend/express/package.json @@ -22,7 +22,7 @@ "@babel/runtime-corejs3": "^7.22.15", "@types/express": "^4.17.17", "@types/node": "^18.17.14", - "express": "4.20.0", + "express": "4.21.1", "express-jwt": "8.4.1", "jwks-rsa": "2.1.5" }, diff --git a/packages-backend/loggers/package.json b/packages-backend/loggers/package.json index c8991a82e3..2adef77789 100644 --- a/packages-backend/loggers/package.json +++ b/packages-backend/loggers/package.json @@ -32,13 +32,13 @@ "express-winston": "4.2.0", "fast-safe-stringify": "2.1.1", "lodash": "4.17.21", - "logform": "2.6.0", + "logform": "2.7.0", "triple-beam": "1.4.1", - "winston": "3.13.0" + "winston": "3.17.0" }, "devDependencies": { "@tsconfig/node16": "^16.1.1", "@types/express": "^4.17.17", - "express": "4.20.0" + "express": "4.21.1" } } diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 3ae2036540..5e6767e2cc 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -73,7 +73,7 @@ "react-modal": "3.16.1" }, "devDependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@testing-library/dom": "^9.3.1", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", diff --git a/packages/application-config/package.json b/packages/application-config/package.json index cdb629da4e..ad51993f73 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -46,7 +46,7 @@ "@types/dompurify": "^2.4.0", "@types/lodash": "^4.14.198", "@types/react": "^17.0.80", - "ajv": "8.16.0", + "ajv": "8.17.1", "core-js": "^3.32.2", "cosmiconfig": "7.1.0", "dompurify": "^2.4.7", diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index adc572a6c2..9edf3ecbae 100644 --- a/packages/application-shell-connectors/package.json +++ b/packages/application-shell-connectors/package.json @@ -33,7 +33,7 @@ "@types/prop-types": "^15.7.5", "@types/react": "^17.0.80", "apollo-link-logger": "2.0.1", - "graphql": "16.8.2", + "graphql": "16.9.0", "lodash": "4.17.21", "moment-timezone": "^0.5.40", "omit-empty-es": "1.2.0", @@ -43,7 +43,7 @@ "wait-for-observables": "1.0.3" }, "devDependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@testing-library/react": "12.1.5", "@types/jest": "^29.5.4", "headers-polyfill": "^3.1.2", diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index b721301512..08a76cacbd 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -85,7 +85,7 @@ "debounce-async": "0.0.2", "downshift": "6.1.12", "fuse.js": "6.6.2", - "graphql": "16.8.2", + "graphql": "16.9.0", "history": "4.10.1", "is-retina": "1.0.3", "jwt-decode": "3.1.2", @@ -97,7 +97,7 @@ "prop-types": "15.8.1", "qss": "2.0.3", "react-required-if": "1.0.3", - "react-select": "5.8.0", + "react-select": "5.8.3", "redux-logger": "3.0.6", "redux-thunk": "2.4.2", "tiny-invariant": "1.3.3", @@ -105,7 +105,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "^29.5.4", diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 24b3e43db0..8bf02aedea 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -28,7 +28,7 @@ "@babel/preset-env": "^7.22.15", "cac": "6.7.14", "glob": "8.1.0", - "jscodeshift": "0.15.2", + "jscodeshift": "0.16.1", "prettier": "2.8.8" }, "devDependencies": { @@ -36,9 +36,9 @@ "@emotion/react": "^11.11.4", "@tsconfig/node16": "^16.1.1", "@types/glob": "8.1.0", - "@types/jscodeshift": "0.11.11", - "rimraf": "5.0.7", - "typescript": "5.0.4" + "@types/jscodeshift": "0.12.0", + "rimraf": "5.0.10", + "typescript": "5.6.3" }, "engines": { "node": "16.x || >=18.0.0" diff --git a/packages/create-mc-app/package.json b/packages/create-mc-app/package.json index 596334686e..102dfa4e0c 100644 --- a/packages/create-mc-app/package.json +++ b/packages/create-mc-app/package.json @@ -28,7 +28,7 @@ "execa": "5.1.1", "listr2": "5.0.8", "prettier": "2.8.8", - "semver": "7.6.2" + "semver": "7.6.3" }, "devDependencies": { "@tsconfig/node16": "^16.1.1" diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 1e7f3a1d64..3b7a3d0a25 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -42,7 +42,7 @@ "@commercetools-frontend/constants": "22.35.1", "@manypkg/get-packages": "1.1.3", "@types/semver": "^7.5.1", - "semver": "7.6.2", + "semver": "7.6.3", "uuid": "9.0.1" }, "devDependencies": { diff --git a/packages/eslint-config-mc-app/package.json b/packages/eslint-config-mc-app/package.json index 5b13ab5b72..872f7a2399 100644 --- a/packages/eslint-config-mc-app/package.json +++ b/packages/eslint-config-mc-app/package.json @@ -40,7 +40,7 @@ "eslint": "8.x" }, "devDependencies": { - "eslint": "8.57.0" + "eslint": "8.57.1" }, "engines": { "node": "16.x || >=18.0.0" diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 62510d62f7..f9080242b9 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -38,14 +38,14 @@ "@commercetools-frontend/sentry": "22.35.1", "@commercetools-uikit/i18n": "^19.9.0", "@emotion/react": "^11.11.4", - "@formatjs/icu-messageformat-parser": "2.7.8", + "@formatjs/icu-messageformat-parser": "2.9.4", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.80", "moment": "^2.29.4", "prop-types": "15.8.1" }, "devDependencies": { - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@types/jest": "^29.5.4", "jest-mock": "29.7.0", "react": "17.0.2", diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index 118dc15479..00740e7699 100644 --- a/packages/jest-preset-mc-app/package.json +++ b/packages/jest-preset-mc-app/package.json @@ -30,7 +30,7 @@ "babel-preset-jest": "29.6.3", "colors": "1.4.0", "cosmiconfig": "7.1.0", - "graphql": "16.8.2", + "graphql": "16.9.0", "graphql-tag": "^2.12.6", "identity-obj-proxy": "3.0.0", "intl": "1.2.5", diff --git a/packages/jest-stylelint-runner/package.json b/packages/jest-stylelint-runner/package.json index f949081560..a6e8ecdb68 100644 --- a/packages/jest-stylelint-runner/package.json +++ b/packages/jest-stylelint-runner/package.json @@ -22,7 +22,7 @@ "postcss-load-config": "3.1.4" }, "devDependencies": { - "postcss": "8.4.38", + "postcss": "8.4.49", "stylelint": "14.16.1" }, "peerDependencies": { diff --git a/packages/l10n/package.json b/packages/l10n/package.json index ff664d557b..3abe6983e2 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -46,12 +46,12 @@ "@types/cldr": "^7.1.4", "@types/jest": "^29.5.4", "chalk": "4.1.2", - "cldr": "7.5.0", + "cldr": "7.6.0", "deep-diff": "1.0.2", "node-fetch": "2.7.0", "prompts": "^2.4.2", "react": "17.0.2", - "rimraf": "5.0.7" + "rimraf": "5.0.10" }, "peerDependencies": { "react": "17.x" diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index a86d80300e..769c109473 100644 --- a/packages/mc-html-template/package.json +++ b/packages/mc-html-template/package.json @@ -33,14 +33,14 @@ "@commercetools-frontend/application-config": "22.35.1", "@commercetools-frontend/constants": "22.35.1", "serialize-javascript": "6.0.2", - "uglify-js": "3.18.0", + "uglify-js": "3.19.3", "uglifycss": "0.0.29" }, "devDependencies": { "@tsconfig/node16": "^16.1.1", "@types/serialize-javascript": "^5.0.2", - "html-webpack-plugin": "5.6.0", - "webpack": "5.94.0" + "html-webpack-plugin": "5.6.3", + "webpack": "5.96.1" }, "engines": { "node": "16.x || >=18.0.0" diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 69f488c4fa..41a8a3d913 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -58,18 +58,18 @@ "@commercetools/http-user-agent": "3.0.0", "@formatjs/cli-lib": "^6.3.8", "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", - "@rollup/plugin-graphql": "2.0.4", - "@rollup/pluginutils": "5.1.0", + "@rollup/plugin-graphql": "2.0.5", + "@rollup/pluginutils": "5.1.3", "@svgr/babel-preset": "^6.5.1", "@svgr/core": "^6.5.1", "@svgr/webpack": "^6.5.1", "@types/prompts": "^2.4.4", "@types/svgo": "^2.6.4", "@types/webpack-bundle-analyzer": "^4.6.0", - "@vitejs/plugin-react": "4.3.1", - "@vitejs/plugin-react-swc": "3.7.0", + "@vitejs/plugin-react": "4.3.3", + "@vitejs/plugin-react-swc": "3.7.1", "autoprefixer": "^10.4.15", - "babel-loader": "8.3.0", + "babel-loader": "8.4.1", "browserslist": "^4.21.10", "cac": "6.7.14", "chalk": "4.1.2", @@ -79,17 +79,17 @@ "dotenv": "16.4.5", "dotenv-expand": "8.0.3", "fs-extra": "10.1.0", - "graphql": "16.8.2", + "graphql": "16.9.0", "graphql-request": "5.2.0", "graphql-tag": "^2.12.6", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.3", "json-loader": "0.5.7", "lodash": "4.17.21", - "mini-css-extract-plugin": "2.9.0", + "mini-css-extract-plugin": "2.9.2", "moment": "^2.29.4", "moment-locales-webpack-plugin": "1.2.0", "node-fetch": "2.7.0", - "postcss": "8.4.38", + "postcss": "8.4.49", "postcss-custom-media": "8.0.2", "postcss-custom-properties": "12.1.4", "postcss-import": "14.1.0", @@ -101,7 +101,7 @@ "react-dev-utils": "12.0.1", "react-refresh": "0.14.2", "rollup-plugin-visualizer": "^5.12.0", - "serve-handler": "6.1.5", + "serve-handler": "6.1.6", "shelljs": "0.8.5", "style-loader": "3.3.4", "svg-url-loader": "7.1.1", @@ -109,8 +109,8 @@ "thread-loader": "3.0.4", "url": "^0.11.0", "vite": "~4.5.3", - "vite-bundle-analyzer": "0.12.1", - "webpack": "5.94.0", + "vite-bundle-analyzer": "0.13.1", + "webpack": "5.96.1", "webpack-bundle-analyzer": "4.10.2", "webpack-dev-server": "4.15.2", "webpackbar": "5.0.2" @@ -122,12 +122,12 @@ "@types/lodash": "^4.14.198", "@types/mock-fs": "^4.13.1", "@types/moment-locales-webpack-plugin": "^1.2.3", - "@types/node-fetch": "2.6.11", + "@types/node-fetch": "2.6.12", "@types/serve-handler": "^6.1.1", "memfs": "^4.8.2", "mock-fs": "^5.2.0", "msw": "0.49.3", - "rimraf": "5.0.7" + "rimraf": "5.0.10" }, "engines": { "node": "16.x || >=18.0.0" diff --git a/packages/sdk/package.json b/packages/sdk/package.json index e13d3f12b4..a7d54c9855 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -29,7 +29,7 @@ "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-correlation-id": "3.0.0", "@commercetools/sdk-middleware-http": "7.0.4", - "@types/node-fetch": "2.6.11", + "@types/node-fetch": "2.6.12", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.80", "@types/react-redux": "^7.1.26", diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 6d3dadf3fe..3e9cbf60f5 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -22,9 +22,9 @@ "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/browser-history": "22.35.1", "@commercetools-frontend/constants": "22.35.1", - "@sentry/browser": "7.119.1", - "@sentry/react": "7.117.0", - "@sentry/types": "7.117.0", + "@sentry/browser": "7.120.0", + "@sentry/react": "7.120.0", + "@sentry/types": "7.120.0", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.80", "prop-types": "15.8.1" diff --git a/playground/package.json b/playground/package.json index 9761519989..e586b18324 100644 --- a/playground/package.json +++ b/playground/package.json @@ -48,7 +48,7 @@ "@emotion/react": "^11.11.4", "@flopflip/react-broadcast": "14.0.2", "apollo-link-rest": "^0.9.0", - "graphql": "16.8.2", + "graphql": "16.9.0", "graphql-anywhere": "^4.2.8", "moment": "^2.29.4", "moment-timezone": "^0.5.40", @@ -65,19 +65,19 @@ "@commercetools-frontend/mc-dev-authentication": "22.35.1", "@commercetools-frontend/mc-scripts": "22.35.1", "@commercetools-test-data/commons": "8.5.0", - "@formatjs/cli": "6.2.12", + "@formatjs/cli": "6.3.11", "@types/jest": "^29.5.4", "@types/node": "^16.18.48", "@types/testing-library__jest-dom": "^5.14.9", "@vercel/node": "^2.15.10", "dotenv-flow": "^4.0.0", - "express": "4.20.0", + "express": "4.21.1", "jest": "29.7.0", "msw": "0.49.3", "ts-node": "^10.9.1", - "typescript": "5.0.4" + "typescript": "5.6.3" }, - "packageManager": "pnpm@8.15.8", + "packageManager": "pnpm@8.15.9", "engines": { "node": ">=18", "pnpm": ">=8" diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index ef646a9e11..0e5f6a08c6 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -9,7 +9,7 @@ "preview": "vite preview --port 3000" }, "dependencies": { - "@apollo/client": "3.7.14", + "@apollo/client": "3.11.10", "@commercetools-frontend/application-components": "workspace:*", "@commercetools-frontend/application-config": "workspace:*", "@commercetools-frontend/application-shell": "workspace:*", @@ -31,12 +31,12 @@ "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@flopflip/react-broadcast": "14.0.2", - "@rollup/plugin-graphql": "2.0.4", + "@rollup/plugin-graphql": "2.0.5", "@types/react": "^17.0.80", "@types/react-dom": "^17.0.19", "@types/react-router-dom": "^5.3.3", "@types/uuid": "^9.0.3", - "@vitejs/plugin-react": "4.3.1", + "@vitejs/plugin-react": "4.3.3", "formik": "2.4.6", "graphql": "^16.8.1", "jest": "29.7.0", diff --git a/website-components-playground/package.json b/website-components-playground/package.json index 5474fc9147..ce807a26d2 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -34,7 +34,7 @@ "react-dom": "17.0.2", "react-intl": "^6.4.7", "react-router-dom": "5.3.4", - "react-select": "5.8.0" + "react-select": "5.8.3" }, "devDependencies": { "@commercetools-frontend/application-config": "workspace:*", @@ -42,7 +42,7 @@ "@types/react": "^17.0.80", "@types/react-dom": "^17.0.19", "@types/react-router-dom": "^5.3.3", - "@vitejs/plugin-react": "4.3.1", + "@vitejs/plugin-react": "4.3.3", "vite": "~4.5.3" } }