From e14965818ede592bebbf6d1b90528922a923723e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:24:43 +0530 Subject: [PATCH] Bump babel (#40576) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package.json | 4 +- package.json | 6 +- packages/markdown/package.json | 2 +- packages/mui-babel-macros/package.json | 2 +- packages/mui-base/package.json | 2 +- packages/mui-codemod/package.json | 2 +- packages/mui-docs/package.json | 2 +- packages/mui-icons-material/package.json | 2 +- packages/mui-joy/package.json | 2 +- packages/mui-lab/package.json | 2 +- packages/mui-material-next/package.json | 2 +- packages/mui-material/package.json | 2 +- packages/mui-private-theming/package.json | 2 +- packages/mui-styled-engine-sc/package.json | 2 +- packages/mui-styled-engine/package.json | 2 +- packages/mui-styles/package.json | 2 +- packages/mui-system/package.json | 2 +- packages/mui-utils/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/zero-runtime/package.json | 12 +- packages/zero-unplugin/package.json | 4 +- packages/zero-vite-plugin/package.json | 4 +- pnpm-lock.yaml | 293 ++++++++++----------- test/package.json | 2 +- 24 files changed, 179 insertions(+), 180 deletions(-) diff --git a/docs/package.json b/docs/package.json index 8241d8c65ffa29..a937f1114f557f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,8 +22,8 @@ "dependencies": { "@babel/core": "^7.23.7", "@babel/plugin-transform-object-assign": "^7.23.3", - "@babel/runtime": "^7.23.7", - "@babel/runtime-corejs2": "^7.23.7", + "@babel/runtime": "^7.23.8", + "@babel/runtime-corejs2": "^7.23.8", "@docsearch/react": "^3.5.2", "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.3", diff --git a/package.json b/package.json index beb09c45c45b56..d3c040094b597e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@babel/plugin-transform-object-assign": "^7.23.3", "@babel/plugin-transform-react-constant-elements": "^7.23.3", "@babel/plugin-transform-runtime": "^7.23.7", - "@babel/preset-env": "^7.23.7", + "@babel/preset-env": "^7.23.8", "@babel/preset-react": "^7.23.3", "@babel/register": "^7.23.7", "@mnajdova/enzyme-adapter-react-18": "^0.2.0", @@ -197,10 +197,10 @@ "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2", "@babel/plugin-transform-runtime": "^7.23.7", - "@babel/preset-env": "^7.23.7", + "@babel/preset-env": "^7.23.8", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@babel/types": "^7.23.6", "@definitelytyped/header-parser": "^0.1.1", "@definitelytyped/typescript-versions": "^0.0.184", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index ccdcff926a9308..48cce2d2196abe 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -10,7 +10,7 @@ "./prism": "./prism.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "lodash": "^4.17.21", "marked": "^5.1.2", "prismjs": "^1.29.0" diff --git a/packages/mui-babel-macros/package.json b/packages/mui-babel-macros/package.json index 92a926c43b53df..3a97eb41a85499 100644 --- a/packages/mui-babel-macros/package.json +++ b/packages/mui-babel-macros/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/helper-module-imports": "^7.22.15", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "babel-plugin-macros": "^3.1.0" }, "devDependencies": { diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 1ceead2558d689..74107578c10d08 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -41,7 +41,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@floating-ui/react-dom": "^2.0.5", "@mui/types": "workspace:^", "@mui/utils": "workspace:^", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 09caaae8ba7306..44fb8aa7177c92 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@babel/core": "^7.23.7", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@babel/traverse": "^7.23.7", "jscodeshift": "^0.13.1", "jscodeshift-add-imports": "^1.0.10", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index b6808d93b562b2..6faf14c27abff9 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -34,7 +34,7 @@ "test": "exit 0" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/base": "workspace:*", "@mui/utils": "workspace:^", "nprogress": "^0.2.0", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 402ac3d9956b87..204bf4acc29142 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -46,7 +46,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7" + "@babel/runtime": "^7.23.8" }, "devDependencies": { "@mui/icons-material": "workspace:*", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 5a6e68ab63dc69..71588ee3e353a6 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -38,7 +38,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/base": "workspace:*", "@mui/core-downloads-tracker": "workspace:^", "@mui/system": "workspace:^", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 4b2dce1d0e9bbe..6977d92de352ab 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -41,7 +41,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/base": "workspace:*", "@mui/system": "workspace:^", "@mui/types": "workspace:^", diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index c68f1c077d756e..9c41fc5774c53f 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -40,7 +40,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/base": "workspace:*", "@mui/material": "workspace:^", "@mui/system": "workspace:^", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 54d30298dd9ece..43aa4d75c35d09 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -42,7 +42,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/base": "workspace:*", "@mui/core-downloads-tracker": "workspace:^", "@mui/system": "workspace:^", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 87c45f605baf74..3356332f34eb97 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -38,7 +38,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/utils": "workspace:^", "prop-types": "^15.8.1" }, diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 8256ef1bf81ce7..7fcacd32d4397f 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -38,7 +38,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "csstype": "^3.1.2", "hoist-non-react-statics": "^3.3.2", "prop-types": "^15.8.1" diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index c44dec7229ab02..7aa7142a958aaf 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -38,7 +38,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@emotion/cache": "^11.11.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 84c373f7c3e82c..7006ec77a98cde 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -38,7 +38,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@emotion/hash": "^0.9.1", "@mui/private-theming": "workspace:^", "@mui/types": "workspace:^", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 3f3d1af2709395..6a8d6108a74bcd 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -40,7 +40,7 @@ "typescript:module-augmentation": "node scripts/testModuleAugmentation.js" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@mui/private-theming": "workspace:^", "@mui/styled-engine": "workspace:^", "@mui/types": "workspace:^", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index a028e47994e650..bbc74ba134fad1 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -39,7 +39,7 @@ "typescript": "tsc -p tsconfig.json" }, "dependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@types/prop-types": "^15.7.11", "prop-types": "^15.8.1", "react-is": "^18.2.0" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 2d75527877e6a1..047f3ed2eb6507 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -21,7 +21,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@babel/register": "^7.23.7", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.3", "@mnajdova/enzyme-adapter-react-18": "^0.2.0", diff --git a/packages/zero-runtime/package.json b/packages/zero-runtime/package.json index 5cf5e018dcae6e..04900a6d7f6ab0 100644 --- a/packages/zero-runtime/package.json +++ b/packages/zero-runtime/package.json @@ -15,11 +15,11 @@ "csstype": "^3.1.2", "cssesc": "^3.0.0", "clsx": "^2.0.0", - "@babel/core": "^7.23.2", + "@babel/core": "^7.23.7", "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", "@emotion/css": "^11.11.2", "@emotion/styled": "^11.11.0", "@linaria/tags": "^5.0.2", @@ -30,9 +30,9 @@ "stylis": "^4.2.0" }, "devDependencies": { - "@types/babel__core": "^7.20.3", - "@types/babel__helper-module-imports": "^7.18.2", - "@types/babel__helper-plugin-utils": "^7.10.2", + "@types/babel__core": "^7.20.5", + "@types/babel__helper-module-imports": "^7.18.3", + "@types/babel__helper-plugin-utils": "^7.10.3", "@types/cssesc": "^3.0.2", "@types/lodash.get": "^4.4.9", "@types/lodash.set": "^4.3.9", diff --git a/packages/zero-unplugin/package.json b/packages/zero-unplugin/package.json index 424ca872e8a83e..e90643065c5d58 100644 --- a/packages/zero-unplugin/package.json +++ b/packages/zero-unplugin/package.json @@ -12,7 +12,7 @@ "typecheck": "tsc --noEmit -p ." }, "dependencies": { - "@babel/core": "^7.23.2", + "@babel/core": "^7.23.7", "@linaria/babel-preset": "^5.0.4", "@linaria/logger": "^5.0.0", "@linaria/utils": "^5.0.2", @@ -21,7 +21,7 @@ }, "devDependencies": { "@mui/zero-runtime": "workspace:^", - "@types/babel__core": "^7.20.3" + "@types/babel__core": "^7.20.5" }, "peerDependencies": { "@mui/zero-runtime": "workspace:^" diff --git a/packages/zero-vite-plugin/package.json b/packages/zero-vite-plugin/package.json index a5101e087ac018..46973804219609 100644 --- a/packages/zero-vite-plugin/package.json +++ b/packages/zero-vite-plugin/package.json @@ -12,7 +12,7 @@ "typecheck": "tsc --noEmit -p ." }, "dependencies": { - "@babel/core": "^7.23.6", + "@babel/core": "^7.23.7", "@babel/preset-typescript": "^7.23.3", "@linaria/babel-preset": "^5.0.4", "@linaria/logger": "^5.0.0", @@ -21,7 +21,7 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.24" }, "devDependencies": { - "@types/babel__core": "^7.20.3", + "@types/babel__core": "^7.20.5", "@types/debug": "^4.1.12", "vite": "^5.0.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33dba91f8125c8..50a3c25d1db4f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,10 +14,10 @@ overrides: '@babel/plugin-proposal-optional-chaining': ^7.21.0 '@babel/plugin-transform-destructuring': npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2 '@babel/plugin-transform-runtime': ^7.23.7 - '@babel/preset-env': ^7.23.7 + '@babel/preset-env': ^7.23.8 '@babel/preset-react': ^7.23.3 '@babel/preset-typescript': ^7.23.3 - '@babel/runtime': ^7.23.7 + '@babel/runtime': ^7.23.8 '@babel/types': ^7.23.6 '@definitelytyped/header-parser': ^0.1.1 '@definitelytyped/typescript-versions': ^0.0.184 @@ -75,8 +75,8 @@ importers: specifier: ^7.23.7 version: 7.23.7(@babel/core@7.23.7) '@babel/preset-env': - specifier: ^7.23.7 - version: 7.23.7(@babel/core@7.23.7) + specifier: ^7.23.8 + version: 7.23.8(@babel/core@7.23.7) '@babel/preset-react': specifier: ^7.23.3 version: 7.23.3(@babel/core@7.23.7) @@ -490,11 +490,11 @@ importers: specifier: ^7.23.3 version: 7.23.3(@babel/core@7.23.7) '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@babel/runtime-corejs2': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@docsearch/react': specifier: ^3.5.2 version: 3.5.2(@algolia/client-search@4.19.1)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0)(search-insights@2.7.0) @@ -1008,8 +1008,8 @@ importers: packages/markdown: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -1033,8 +1033,8 @@ importers: specifier: ^7.22.15 version: 7.22.15 '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@mui/utils': specifier: workspace:^ version: link:../mui-utils/build @@ -1067,8 +1067,8 @@ importers: packages/mui-base: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@floating-ui/react-dom': specifier: ^2.0.5 version: 2.0.5(react-dom@18.2.0)(react@18.2.0) @@ -1144,14 +1144,14 @@ importers: specifier: ^7.23.7 version: 7.23.7 '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@babel/traverse': specifier: ^7.23.7 version: 7.23.7 jscodeshift: specifier: ^0.13.1 - version: 0.13.1(@babel/preset-env@7.23.7) + version: 0.13.1(@babel/preset-env@7.23.8) jscodeshift-add-imports: specifier: ^1.0.10 version: 1.0.10(jscodeshift@0.13.1) @@ -1176,8 +1176,8 @@ importers: packages/mui-docs: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@mui/base': specifier: workspace:* version: link:../mui-base/build @@ -1221,8 +1221,8 @@ importers: packages/mui-icons-material: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 devDependencies: '@mui/icons-material': specifier: workspace:* @@ -1280,8 +1280,8 @@ importers: packages/mui-joy: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/react': specifier: ^11.5.0 version: 11.11.3(@types/react@18.2.46)(react@18.2.0) @@ -1357,8 +1357,8 @@ importers: packages/mui-lab: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/react': specifier: ^11.5.0 version: 11.11.3(@types/react@18.2.46)(react@18.2.0) @@ -1422,8 +1422,8 @@ importers: packages/mui-material: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/react': specifier: ^11.5.0 version: 11.11.3(@types/react@18.2.46)(react@18.2.0) @@ -1556,8 +1556,8 @@ importers: packages/mui-material-next: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/styled': specifier: ^11.3.0 version: 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) @@ -1671,8 +1671,8 @@ importers: packages/mui-private-theming: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@mui/utils': specifier: workspace:^ version: link:../mui-utils/build @@ -1703,8 +1703,8 @@ importers: packages/mui-styled-engine: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/cache': specifier: ^11.11.0 version: 11.11.0 @@ -1744,8 +1744,8 @@ importers: packages/mui-styled-engine-sc: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 csstype: specifier: ^3.1.2 version: 3.1.2 @@ -1785,8 +1785,8 @@ importers: packages/mui-styles: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/hash': specifier: ^0.9.1 version: 0.9.1 @@ -1871,8 +1871,8 @@ importers: packages/mui-system: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@mui/private-theming': specifier: workspace:^ version: link:../mui-private-theming/build @@ -1955,8 +1955,8 @@ importers: packages/mui-utils: dependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@types/prop-types': specifier: ^15.7.11 version: 15.7.11 @@ -2051,8 +2051,8 @@ importers: specifier: ^7.23.7 version: 7.23.7(@babel/core@7.23.7) '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/cache': specifier: ^11.11.0 version: 11.11.0 @@ -2242,7 +2242,7 @@ importers: specifier: ^7.22.5 version: 7.22.5 '@babel/parser': - specifier: ^7.23.0 + specifier: ^7.23.6 version: 7.23.6 '@babel/types': specifier: ^7.23.6 @@ -2282,13 +2282,13 @@ importers: version: 4.2.0 devDependencies: '@types/babel__core': - specifier: ^7.20.3 + specifier: ^7.20.5 version: 7.20.5 '@types/babel__helper-module-imports': - specifier: ^7.18.2 + specifier: ^7.18.3 version: 7.18.3 '@types/babel__helper-plugin-utils': - specifier: ^7.10.2 + specifier: ^7.10.3 version: 7.10.3 '@types/cssesc': specifier: ^3.0.2 @@ -2337,7 +2337,7 @@ importers: specifier: workspace:^ version: link:../zero-runtime '@types/babel__core': - specifier: ^7.20.3 + specifier: ^7.20.5 version: 7.20.5 packages/zero-vite-plugin: @@ -2365,7 +2365,7 @@ importers: version: 0.4.24 devDependencies: '@types/babel__core': - specifier: ^7.20.3 + specifier: ^7.20.5 version: 7.20.5 '@types/debug': specifier: ^4.1.12 @@ -2377,8 +2377,8 @@ importers: test: devDependencies: '@babel/runtime': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.23.8 + version: 7.23.8 '@emotion/cache': specifier: ^11.11.0 version: 11.11.0 @@ -3370,8 +3370,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7) - /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.7): - resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} + /@babel/plugin-transform-classes@7.23.8(@babel/core@7.23.7): + resolution: {integrity: sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.23.7 @@ -3381,7 +3381,6 @@ packages: '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7) '@babel/helper-split-export-declaration': 7.22.6 @@ -3896,8 +3895,8 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) '@babel/helper-plugin-utils': 7.22.5 - /@babel/preset-env@7.23.7(@babel/core@7.23.7): - resolution: {integrity: sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==} + /@babel/preset-env@7.23.8(@babel/core@7.23.7): + resolution: {integrity: sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.23.7 @@ -3936,7 +3935,7 @@ packages: '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7) '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.7) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.7) + '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7) '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-destructuring': /@minh.nguyen/plugin-transform-destructuring@7.5.2(@babel/core@7.23.7) '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.7) @@ -4052,8 +4051,8 @@ packages: /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - /@babel/runtime-corejs2@7.23.7: - resolution: {integrity: sha512-JmMk2t1zGDNkvsY2MsLLksocjY+ufGzSk8UlcNcxzfrzAPu4nMx0HRFakzIg2bhcqQq6xBI2nUaW/sHoaYIHdQ==} + /@babel/runtime-corejs2@7.23.8: + resolution: {integrity: sha512-U7JI0Qne1eSenXriL+BynbS4GyJE5nwGW/L72RnqOPJ+lgAZvEHS/jHtfU001R8NxD0Y/fqWKrHBoSBg8g2Vqw==} engines: {node: '>=6.9.0'} dependencies: core-js: 2.6.12 @@ -4068,8 +4067,8 @@ packages: regenerator-runtime: 0.14.0 dev: false - /@babel/runtime@7.23.7: - resolution: {integrity: sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==} + /@babel/runtime@7.23.8: + resolution: {integrity: sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -4296,7 +4295,7 @@ packages: resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} dependencies: '@babel/helper-module-imports': 7.22.15 - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/hash': 0.9.1 '@emotion/memoize': 0.8.1 '@emotion/serialize': 1.1.3 @@ -4370,7 +4369,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 '@emotion/serialize': 1.1.3 @@ -4416,7 +4415,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.1 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) @@ -5086,7 +5085,7 @@ packages: '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.23.7) '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.7(@babel/core@7.23.7) + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) '@linaria/logger': 5.0.0 '@linaria/utils': 5.0.2 babel-plugin-transform-react-remove-prop-types: 0.4.24 @@ -5170,7 +5169,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@floating-ui/react-dom': 2.0.5(react-dom@18.2.0)(react@18.2.0) '@mui/types': 7.2.12(@types/react@18.2.46) '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) @@ -5203,7 +5202,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) @@ -5232,7 +5231,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) '@types/react': 18.2.46 prop-types: 15.8.1 @@ -5252,7 +5251,7 @@ packages: '@emotion/styled': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/cache': 11.11.0 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) @@ -5277,7 +5276,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/private-theming': 5.15.3(@types/react@18.2.46)(react@18.2.0) @@ -5312,7 +5311,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@types/prop-types': 15.7.11 '@types/react': 18.2.46 prop-types: 15.8.1 @@ -5336,7 +5335,7 @@ packages: '@emotion/styled': optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) @@ -5363,7 +5362,7 @@ packages: '@mui/material': ^5.4.1 react: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) '@mui/icons-material': link:packages/mui-icons-material/build '@mui/material': link:packages/mui-material/build @@ -5387,7 +5386,7 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) @@ -5414,7 +5413,7 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) @@ -5439,7 +5438,7 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/material': link:packages/mui-material/build '@mui/system': link:packages/mui-system/build '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) @@ -5489,7 +5488,7 @@ packages: moment-jalaali: optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) @@ -5546,7 +5545,7 @@ packages: moment-jalaali: optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) @@ -5571,7 +5570,7 @@ packages: peerDependencies: react: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/utils': 5.15.3(@types/react@18.2.46)(react@18.2.0) react: 18.2.0 transitivePeerDependencies: @@ -5589,7 +5588,7 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/react': 11.11.3(@types/react@18.2.46)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.3)(@types/react@18.2.46)(react@18.2.0) '@mui/base': 5.0.0-beta.30(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) @@ -6533,17 +6532,17 @@ packages: engines: {node: '>=18'} dev: false - /@react-native/babel-plugin-codegen@0.74.0(@babel/preset-env@7.23.7): + /@react-native/babel-plugin-codegen@0.74.0(@babel/preset-env@7.23.8): resolution: {integrity: sha512-xAM/eVSb5LBkKue3bDZgt76bdsGGzKeF/iEzUNbDTwRQrB3Q5GoceGNM/zVlF+z1xGAkr3jhL+ZyITZGSoIlgw==} engines: {node: '>=18'} dependencies: - '@react-native/codegen': 0.73.2(@babel/preset-env@7.23.7) + '@react-native/codegen': 0.73.2(@babel/preset-env@7.23.8) transitivePeerDependencies: - '@babel/preset-env' - supports-color dev: false - /@react-native/babel-preset@0.74.0(@babel/core@7.23.7)(@babel/preset-env@7.23.7): + /@react-native/babel-preset@0.74.0(@babel/core@7.23.7)(@babel/preset-env@7.23.8): resolution: {integrity: sha512-k+1aaYQeLn+GBmGA5Qs3NKI8uzhLvRRMML+pB/+43ZL6DvCklbuJ5KO5oqRRpF3KZ2t/VKUqqSichpXfFrXGjg==} engines: {node: '>=18'} peerDependencies: @@ -6566,7 +6565,7 @@ packages: '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.7) + '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7) '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-destructuring': /@minh.nguyen/plugin-transform-destructuring@7.5.2(@babel/core@7.23.7) '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.7) @@ -6588,7 +6587,7 @@ packages: '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7) '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.7) '@babel/template': 7.22.15 - '@react-native/babel-plugin-codegen': 0.74.0(@babel/preset-env@7.23.7) + '@react-native/babel-plugin-codegen': 0.74.0(@babel/preset-env@7.23.8) babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.7) react-refresh: 0.14.0 transitivePeerDependencies: @@ -6596,32 +6595,32 @@ packages: - supports-color dev: false - /@react-native/codegen@0.73.2(@babel/preset-env@7.23.7): + /@react-native/codegen@0.73.2(@babel/preset-env@7.23.8): resolution: {integrity: sha512-lfy8S7umhE3QLQG5ViC4wg5N1Z+E6RnaeIw8w1voroQsXXGPB72IBozh8dAHR3+ceTxIU0KX3A8OpJI8e1+HpQ==} engines: {node: '>=18'} peerDependencies: - '@babel/preset-env': ^7.23.7 + '@babel/preset-env': ^7.23.8 dependencies: '@babel/parser': 7.23.6 - '@babel/preset-env': 7.23.7(@babel/core@7.23.7) + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) flow-parser: 0.206.0 glob: 7.2.3 invariant: 2.2.4 - jscodeshift: 0.14.0(@babel/preset-env@7.23.7) + jscodeshift: 0.14.0(@babel/preset-env@7.23.8) mkdirp: 0.5.6 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color dev: false - /@react-native/community-cli-plugin@0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.7): + /@react-native/community-cli-plugin@0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.8): resolution: {integrity: sha512-s0bprwljKS1Al8wOKathDDmRyF+70CcNE2G/aqZ7+L0NoOE0Uxxx/5P2BxlM2Mfht7O33B4SeMNiPdE/FqIubQ==} engines: {node: '>=18'} dependencies: '@react-native-community/cli-server-api': 12.3.0 '@react-native-community/cli-tools': 12.3.0 '@react-native/dev-middleware': 0.73.6 - '@react-native/metro-babel-transformer': 0.73.12(@babel/core@7.23.7)(@babel/preset-env@7.23.7) + '@react-native/metro-babel-transformer': 0.73.12(@babel/core@7.23.7)(@babel/preset-env@7.23.8) chalk: 4.1.2 execa: 5.1.1 metro: 0.80.2 @@ -6672,14 +6671,14 @@ packages: engines: {node: '>=18'} dev: false - /@react-native/metro-babel-transformer@0.73.12(@babel/core@7.23.7)(@babel/preset-env@7.23.7): + /@react-native/metro-babel-transformer@0.73.12(@babel/core@7.23.7)(@babel/preset-env@7.23.8): resolution: {integrity: sha512-VmxN5aaoOprzDzUR+8c3XYhG0FoMOO6n0ToylCW6EeZCuf5RTY7HWVOhacabGoB1mHrWzJ0wWEsqX+eD4iFxoA==} engines: {node: '>=18'} peerDependencies: '@babel/core': ^7.23.7 dependencies: '@babel/core': 7.23.7 - '@react-native/babel-preset': 0.74.0(@babel/core@7.23.7)(@babel/preset-env@7.23.7) + '@react-native/babel-preset': 0.74.0(@babel/core@7.23.7)(@babel/preset-env@7.23.8) babel-preset-fbjs: 3.4.0(@babel/core@7.23.7) hermes-parser: 0.15.0 nullthrows: 1.1.1 @@ -6700,7 +6699,7 @@ packages: dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.7)(react@18.2.0) + react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) dev: false /@react-spring/animated@9.7.3(react@18.2.0): @@ -6751,7 +6750,7 @@ packages: '@react-spring/shared': 9.7.3(react@18.2.0) '@react-spring/types': 9.7.3 react: 18.2.0 - react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.7)(react@18.2.0) + react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) dev: false /@react-spring/rafz@9.7.3: @@ -6844,7 +6843,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@types/react-reconciler': 0.26.7 '@types/webxr': 0.5.10 base64-js: 1.5.1 @@ -6852,7 +6851,7 @@ packages: its-fine: 1.1.1(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.7)(react@18.2.0) + react-native: 0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0) react-reconciler: 0.27.0(react@18.2.0) react-use-measure: 2.1.1(react-dom@18.2.0)(react@18.2.0) scheduler: 0.21.0 @@ -7306,7 +7305,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.23.5 - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 @@ -7321,7 +7320,7 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@testing-library/dom': 9.3.3 '@types/react-dom': 18.2.18 react: 18.2.0 @@ -8985,7 +8984,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 cosmiconfig: 7.0.1 resolve: 1.22.4 @@ -9091,7 +9090,7 @@ packages: '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.7) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.7) + '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.23.7) '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7) '@babel/plugin-transform-destructuring': /@minh.nguyen/plugin-transform-destructuring@7.5.2(@babel/core@7.23.7) '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.7) @@ -10433,7 +10432,7 @@ packages: /css-jss@10.10.0: resolution: {integrity: sha512-YyMIS/LsSKEGXEaVJdjonWe18p4vXLo8CMA4FrW/kcaEyqdIGKCFXao31gbJddXEdIxSXFFURWrenBJPlKTgAA==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 jss-preset-default: 10.10.0 dev: false @@ -10486,7 +10485,7 @@ packages: /css-vendor@2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 is-in-browser: 1.1.3 dev: false @@ -10679,7 +10678,7 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 /date-format@4.0.13: resolution: {integrity: sha512-bnYCwf8Emc3pTD8pXnre+wfnjGtfi5ncMDKy7+cWZXbmRAsdWkOQHrfC1yz/KiwP5thDp2kCHWYWKBX4HP1hoQ==} @@ -10999,7 +10998,7 @@ packages: /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 csstype: 3.1.2 dev: false @@ -11673,7 +11672,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -12219,7 +12218,7 @@ packages: resolution: {integrity: sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==} engines: {node: '>=8'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 dev: false /finalhandler@1.1.2: @@ -14298,7 +14297,7 @@ packages: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: '@babel/traverse': 7.23.7 - jscodeshift: 0.13.1(@babel/preset-env@7.23.7) + jscodeshift: 0.13.1(@babel/preset-env@7.23.8) jscodeshift-find-imports: 2.0.4(jscodeshift@0.13.1) transitivePeerDependencies: - supports-color @@ -14309,14 +14308,14 @@ packages: peerDependencies: jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 dependencies: - jscodeshift: 0.13.1(@babel/preset-env@7.23.7) + jscodeshift: 0.13.1(@babel/preset-env@7.23.8) dev: false - /jscodeshift@0.13.1(@babel/preset-env@7.23.7): + /jscodeshift@0.13.1(@babel/preset-env@7.23.8): resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} hasBin: true peerDependencies: - '@babel/preset-env': ^7.23.7 + '@babel/preset-env': ^7.23.8 dependencies: '@babel/core': 7.23.7 '@babel/parser': 7.23.6 @@ -14324,7 +14323,7 @@ packages: '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.7) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.7) '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.7(@babel/core@7.23.7) + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) '@babel/preset-flow': 7.18.6(@babel/core@7.23.7) '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) '@babel/register': 7.23.7(@babel/core@7.23.7) @@ -14342,11 +14341,11 @@ packages: - supports-color dev: false - /jscodeshift@0.14.0(@babel/preset-env@7.23.7): + /jscodeshift@0.14.0(@babel/preset-env@7.23.8): resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true peerDependencies: - '@babel/preset-env': ^7.23.7 + '@babel/preset-env': ^7.23.8 dependencies: '@babel/core': 7.23.7 '@babel/parser': 7.23.6 @@ -14354,7 +14353,7 @@ packages: '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.7) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.7) '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.7(@babel/core@7.23.7) + '@babel/preset-env': 7.23.8(@babel/core@7.23.7) '@babel/preset-flow': 7.18.6(@babel/core@7.23.7) '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) '@babel/register': 7.23.7(@babel/core@7.23.7) @@ -14511,7 +14510,7 @@ packages: /jss-plugin-camel-case@10.10.0: resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 hyphenate-style-name: 1.0.4 jss: 10.10.0 dev: false @@ -14519,7 +14518,7 @@ packages: /jss-plugin-compose@10.10.0: resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -14527,21 +14526,21 @@ packages: /jss-plugin-default-unit@10.10.0: resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 dev: false /jss-plugin-expand@10.10.0: resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 dev: false /jss-plugin-extend@10.10.0: resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -14549,14 +14548,14 @@ packages: /jss-plugin-global@10.10.0: resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 dev: false /jss-plugin-nested@10.10.0: resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -14564,14 +14563,14 @@ packages: /jss-plugin-props-sort@10.10.0: resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 dev: false /jss-plugin-rule-value-function@10.10.0: resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -14579,7 +14578,7 @@ packages: /jss-plugin-rule-value-observable@10.10.0: resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 symbol-observable: 1.2.0 dev: false @@ -14587,7 +14586,7 @@ packages: /jss-plugin-template@10.10.0: resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -14595,7 +14594,7 @@ packages: /jss-plugin-vendor-prefixer@10.10.0: resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 css-vendor: 2.0.8 jss: 10.10.0 dev: false @@ -14603,7 +14602,7 @@ packages: /jss-preset-default@10.10.0: resolution: {integrity: sha512-GL175Wt2FGhjE+f+Y3aWh+JioL06/QWFgZp53CbNNq6ZkVU0TDplD8Bxm9KnkotAYn3FlplNqoW5CjyLXcoJ7Q==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 jss: 10.10.0 jss-plugin-camel-case: 10.10.0 jss-plugin-compose: 10.10.0 @@ -14631,7 +14630,7 @@ packages: /jss@10.10.0: resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 csstype: 3.1.2 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -15492,7 +15491,7 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@mui/material': 5.15.3(@emotion/react@11.11.3)(@emotion/styled@11.11.0)(@types/react@18.2.46)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 prop-types: 15.8.1 @@ -15707,7 +15706,7 @@ packages: resolution: {integrity: sha512-ruIlSEVnmJGbLnZIGf8/ra+qoD1Knft0R+5laUpp/KEGkD+GEr4XgP+5j5Uuq3v36qDLFTj1KXfQP5JVoeM8zw==} engines: {node: '>=18'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 dev: false /metro-source-map@0.80.2: @@ -18010,7 +18009,7 @@ packages: dependencies: '@babel/core': 7.23.7 '@babel/generator': 7.23.6 - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -18048,7 +18047,7 @@ packages: peerDependencies: react: ^16.3.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 prop-types: 15.8.1 react: 18.2.0 warning: 4.0.3 @@ -18064,7 +18063,7 @@ packages: final-form: ^4.20.4 react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 final-form: 4.20.10 react: 18.2.0 dev: false @@ -18102,7 +18101,7 @@ packages: peerDependencies: react: '>=16.8.6' dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@emotion/is-prop-valid': 0.7.3 css-jss: 10.10.0 hoist-non-react-statics: 3.3.2 @@ -18132,7 +18131,7 @@ packages: scheduler: 0.23.0 dev: false - /react-native@0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.7)(react@18.2.0): + /react-native@0.73.1(@babel/core@7.23.7)(@babel/preset-env@7.23.8)(react@18.2.0): resolution: {integrity: sha512-nLl9O2yKRh1nMXwsk4SUiD0ddd19RqlKgNU9AU8bTK/zD2xwnVOG56YK1/22SN67niWyoeG83vVg1eTk+S6ReA==} engines: {node: '>=18'} hasBin: true @@ -18144,8 +18143,8 @@ packages: '@react-native-community/cli-platform-android': 12.3.0 '@react-native-community/cli-platform-ios': 12.3.0 '@react-native/assets-registry': 0.73.1 - '@react-native/codegen': 0.73.2(@babel/preset-env@7.23.7) - '@react-native/community-cli-plugin': 0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.7) + '@react-native/codegen': 0.73.2(@babel/preset-env@7.23.8) + '@react-native/community-cli-plugin': 0.73.11(@babel/core@7.23.7)(@babel/preset-env@7.23.8) '@react-native/gradle-plugin': 0.73.4 '@react-native/js-polyfills': 0.73.1 '@react-native/normalize-colors': 0.73.2 @@ -18239,7 +18238,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 '@types/hoist-non-react-statics': 3.3.5 '@types/react': 18.2.46 '@types/use-sync-external-store': 0.0.3 @@ -18335,7 +18334,7 @@ packages: resolution: {integrity: sha512-0W/e9uPweNEOSPjmYtuKSC/SvKKg1sfo+WtPdnxeLF3t2L82h7jjszuOHz9C23fzkvLfdgkaOmcbAxE9w2GEjA==} engines: {node: '>=6.0.0'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 warning: 4.0.3 dev: false @@ -18343,7 +18342,7 @@ packages: resolution: {integrity: sha512-W+fXBOsDqgFK1/g7MzRMVcDurp3LqO3ksC8UgInh2P/tKgb5DusuuB1geKHFc6o1wKl+4oyER4Zh3Lxmr8xbXA==} engines: {node: '>=6.0.0'} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 keycode: 2.2.1 prop-types: 15.8.1 react-event-listener: 0.6.6(react@18.2.0) @@ -18359,7 +18358,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 prop-types: 15.8.1 react: 18.2.0 react-swipeable-views-core: 0.14.0 @@ -18383,7 +18382,7 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18420,7 +18419,7 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 memoize-one: 5.2.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -18650,7 +18649,7 @@ packages: /redux@4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 dev: false /reflect.getprototypeof@1.0.4: @@ -18686,7 +18685,7 @@ packages: /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -19054,7 +19053,7 @@ packages: /rtl-css-js@1.16.0: resolution: {integrity: sha512-Oc7PnzwIEU4M0K1J4h/7qUUaljXhQ0kCObRsZjxs2HjkpKsnoTMvSmvJ4sqgJZd0zBoEfAyTdnK/jMIYvrjySQ==} dependencies: - '@babel/runtime': 7.23.7 + '@babel/runtime': 7.23.8 dev: false /run-async@2.4.1: diff --git a/test/package.json b/test/package.json index 455368d4ee7f65..e7ea693cc3b47d 100644 --- a/test/package.json +++ b/test/package.json @@ -6,7 +6,7 @@ "typescript": "tsc -p tsconfig.json" }, "devDependencies": { - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.3", "@mui-internal/test-utils": "workspace:^",