diff --git a/package.json b/package.json index de1a3fb3e..9d24d53de 100644 --- a/package.json +++ b/package.json @@ -42,20 +42,20 @@ "@babel/plugin-external-helpers": "7.24.7", "@babel/plugin-proposal-export-default-from": "7.24.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-class-properties": "7.24.7", + "@babel/plugin-transform-class-properties": "7.25.4", "@babel/plugin-transform-destructuring": "7.24.8", "@babel/plugin-transform-export-namespace-from": "7.24.7", "@babel/plugin-transform-modules-commonjs": "7.24.8", "@babel/plugin-transform-nullish-coalescing-operator": "7.24.7", "@babel/plugin-transform-object-rest-spread": "7.24.7", "@babel/plugin-transform-optional-chaining": "7.24.8", - "@babel/plugin-transform-private-methods": "7.24.7", + "@babel/plugin-transform-private-methods": "7.25.4", "@babel/plugin-transform-private-property-in-object": "7.24.7", "@babel/plugin-transform-react-constant-elements": "7.25.1", "@babel/plugin-transform-regenerator": "7.24.7", - "@babel/plugin-transform-runtime": "7.24.7", + "@babel/plugin-transform-runtime": "7.25.4", "@babel/polyfill": "7.12.1", - "@babel/preset-env": "7.25.3", + "@babel/preset-env": "7.25.4", "@babel/preset-react": "7.24.7", "@babel/preset-typescript": "7.24.7", "@biomejs/biome": "1.8.3", diff --git a/packages/adapter-utilities/package.json b/packages/adapter-utilities/package.json index 78a06f07c..bc47d9a21 100644 --- a/packages/adapter-utilities/package.json +++ b/packages/adapter-utilities/package.json @@ -28,7 +28,7 @@ "types" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/types": "workspace:*", "globalthis": "1.0.4", "lodash": "4.17.21" diff --git a/packages/combine-adapters/package.json b/packages/combine-adapters/package.json index 077728134..582db4a72 100644 --- a/packages/combine-adapters/package.json +++ b/packages/combine-adapters/package.json @@ -29,7 +29,7 @@ "client" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/types": "workspace:*", "mitt": "3.0.1", diff --git a/packages/graphql-adapter/package.json b/packages/graphql-adapter/package.json index ca7ceb9d3..6a4deebc2 100644 --- a/packages/graphql-adapter/package.json +++ b/packages/graphql-adapter/package.json @@ -29,7 +29,7 @@ "client" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/cache": "workspace:*", "@flopflip/localstorage-cache": "workspace:*", diff --git a/packages/http-adapter/package.json b/packages/http-adapter/package.json index e9d5b452f..891201553 100644 --- a/packages/http-adapter/package.json +++ b/packages/http-adapter/package.json @@ -29,7 +29,7 @@ "client" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/cache": "workspace:*", "@flopflip/localstorage-cache": "workspace:*", diff --git a/packages/launchdarkly-adapter/package.json b/packages/launchdarkly-adapter/package.json index 9c2919ca7..04815233e 100644 --- a/packages/launchdarkly-adapter/package.json +++ b/packages/launchdarkly-adapter/package.json @@ -26,7 +26,7 @@ "globalthis": "1.0.4" }, "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/cache": "workspace:*", "@flopflip/localstorage-cache": "workspace:*", diff --git a/packages/localstorage-adapter/package.json b/packages/localstorage-adapter/package.json index f830487b6..bc3ca82ac 100644 --- a/packages/localstorage-adapter/package.json +++ b/packages/localstorage-adapter/package.json @@ -29,7 +29,7 @@ "client" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/localstorage-cache": "workspace:*", "@flopflip/types": "workspace:*", diff --git a/packages/memory-adapter/package.json b/packages/memory-adapter/package.json index a0bfc3674..f3184de86 100644 --- a/packages/memory-adapter/package.json +++ b/packages/memory-adapter/package.json @@ -29,7 +29,7 @@ "client" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/types": "workspace:*", "mitt": "3.0.1", diff --git a/packages/react-broadcast/package.json b/packages/react-broadcast/package.json index 9a1d3c8b2..1a031d2fb 100644 --- a/packages/react-broadcast/package.json +++ b/packages/react-broadcast/package.json @@ -41,7 +41,7 @@ "react-dom": "^16.8 || ^17.0 || ^18.0.0" }, "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/react": "workspace:*", "@flopflip/types": "workspace:*", "use-sync-external-store": "1.2.2" diff --git a/packages/react-redux/package.json b/packages/react-redux/package.json index 05a5a6fdd..f6874b584 100644 --- a/packages/react-redux/package.json +++ b/packages/react-redux/package.json @@ -37,7 +37,7 @@ "redux": "4.2.1" }, "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/react": "workspace:*", "@flopflip/types": "workspace:*", "@types/react": "18.3.4", diff --git a/packages/react/package.json b/packages/react/package.json index cefcadd06..cae883e12 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -38,7 +38,7 @@ "react-dom": "^16.8 || ^17.0 || ^18.0.0" }, "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/cache": "workspace:*", "@flopflip/types": "workspace:*", "@types/react-is": "17.0.7", diff --git a/packages/splitio-adapter/package.json b/packages/splitio-adapter/package.json index 593d90c9a..62dc8949a 100644 --- a/packages/splitio-adapter/package.json +++ b/packages/splitio-adapter/package.json @@ -26,7 +26,7 @@ "globalthis": "1.0.4" }, "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/adapter-utilities": "workspace:*", "@flopflip/types": "workspace:*", "@splitsoftware/splitio": "10.27.0", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 0b16a81a7..41688dc53 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -15,7 +15,7 @@ "types" ], "dependencies": { - "@babel/runtime": "7.25.0", + "@babel/runtime": "7.25.4", "@flopflip/memory-adapter": "workspace:*", "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f383c205..bcbd99599 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: 7.8.3 version: 7.8.3(@babel/core@7.25.2) '@babel/plugin-transform-class-properties': - specifier: 7.24.7 - version: 7.24.7(@babel/core@7.25.2) + specifier: 7.25.4 + version: 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-destructuring': specifier: 7.24.8 version: 7.24.8(@babel/core@7.25.2) @@ -54,8 +54,8 @@ importers: specifier: 7.24.8 version: 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-private-methods': - specifier: 7.24.7 - version: 7.24.7(@babel/core@7.25.2) + specifier: 7.25.4 + version: 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-private-property-in-object': specifier: 7.24.7 version: 7.24.7(@babel/core@7.25.2) @@ -66,14 +66,14 @@ importers: specifier: 7.24.7 version: 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-runtime': - specifier: 7.24.7 - version: 7.24.7(@babel/core@7.25.2) + specifier: 7.25.4 + version: 7.25.4(@babel/core@7.25.2) '@babel/polyfill': specifier: 7.12.1 version: 7.12.1 '@babel/preset-env': - specifier: 7.25.3 - version: 7.25.3(@babel/core@7.25.2) + specifier: 7.25.4 + version: 7.25.4(@babel/core@7.25.2) '@babel/preset-react': specifier: 7.24.7 version: 7.24.7(@babel/core@7.25.2) @@ -174,8 +174,8 @@ importers: packages/adapter-utilities: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/types': specifier: workspace:* version: link:../types @@ -205,8 +205,8 @@ importers: packages/combine-adapters: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -243,8 +243,8 @@ importers: packages/graphql-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -277,8 +277,8 @@ importers: packages/http-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -311,8 +311,8 @@ importers: packages/launchdarkly-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -354,8 +354,8 @@ importers: packages/localstorage-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -388,8 +388,8 @@ importers: packages/memory-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -410,8 +410,8 @@ importers: packages/react: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/cache': specifier: workspace:* version: link:../cache @@ -453,8 +453,8 @@ importers: packages/react-broadcast: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/react': specifier: workspace:* version: link:../react @@ -493,8 +493,8 @@ importers: packages/react-redux: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/react': specifier: workspace:* version: link:../react @@ -542,8 +542,8 @@ importers: packages/splitio-adapter: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/adapter-utilities': specifier: workspace:* version: link:../adapter-utilities @@ -567,8 +567,8 @@ importers: packages/test-utils: dependencies: '@babel/runtime': - specifier: 7.25.0 - version: 7.25.0 + specifier: 7.25.4 + version: 7.25.4 '@flopflip/memory-adapter': specifier: workspace:* version: link:../memory-adapter @@ -625,6 +625,10 @@ packages: resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.4': + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} + engines: {node: '>=6.9.0'} + '@babel/core@7.25.2': resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} @@ -633,6 +637,10 @@ packages: resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.25.5': + resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.24.7': resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} engines: {node: '>=6.9.0'} @@ -651,6 +659,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.25.4': + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-create-regexp-features-plugin@7.25.2': resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} engines: {node: '>=6.9.0'} @@ -733,6 +747,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.4': + resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3': resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} engines: {node: '>=6.9.0'} @@ -906,8 +925,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.25.0': - resolution: {integrity: sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==} + '@babel/plugin-transform-async-generator-functions@7.25.4': + resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -930,8 +949,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.24.7': - resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==} + '@babel/plugin-transform-class-properties@7.25.4': + resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -942,8 +961,8 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.25.0': - resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} + '@babel/plugin-transform-classes@7.25.4': + resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1110,8 +1129,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.24.7': - resolution: {integrity: sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==} + '@babel/plugin-transform-private-methods@7.25.4': + resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1170,8 +1189,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.24.7': - resolution: {integrity: sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==} + '@babel/plugin-transform-runtime@7.25.4': + resolution: {integrity: sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1230,8 +1249,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.24.7': - resolution: {integrity: sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==} + '@babel/plugin-transform-unicode-sets-regex@7.25.4': + resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1240,8 +1259,8 @@ packages: resolution: {integrity: sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==} deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. - '@babel/preset-env@7.25.3': - resolution: {integrity: sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==} + '@babel/preset-env@7.25.4': + resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1266,8 +1285,8 @@ packages: '@babel/regjsgen@0.8.0': resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - '@babel/runtime@7.25.0': - resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} + '@babel/runtime@7.25.4': + resolution: {integrity: sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==} engines: {node: '>=6.9.0'} '@babel/template@7.25.0': @@ -1278,10 +1297,18 @@ packages: resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.4': + resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.25.2': resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.4': + resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -4734,6 +4761,8 @@ snapshots: '@babel/compat-data@7.25.2': {} + '@babel/compat-data@7.25.4': {} + '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 @@ -4761,6 +4790,13 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.25.5': + dependencies: + '@babel/types': 7.25.4 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.24.7': dependencies: '@babel/types': 7.25.2 @@ -4793,6 +4829,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.4 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -4813,7 +4862,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.24.8': dependencies: - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color @@ -4846,7 +4895,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-wrap-function': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -4855,7 +4904,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -4882,7 +4931,7 @@ snapshots: '@babel/helper-wrap-function@7.25.0': dependencies: '@babel/template': 7.25.0 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color @@ -4903,6 +4952,10 @@ snapshots: dependencies: '@babel/types': 7.25.2 + '@babel/parser@7.25.4': + dependencies: + '@babel/types': 7.25.4 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -5069,13 +5122,13 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.25.2)': + '@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color @@ -5098,10 +5151,10 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2)': + '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -5115,14 +5168,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.25.0(@babel/core@7.25.2)': + '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -5308,10 +5361,10 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.25.2)': + '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color @@ -5376,7 +5429,7 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.25.2)': + '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 @@ -5444,7 +5497,7 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.25.2)': + '@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) @@ -5455,9 +5508,9 @@ snapshots: core-js: 2.6.12 regenerator-runtime: 0.13.11 - '@babel/preset-env@7.25.3(@babel/core@7.25.2)': + '@babel/preset-env@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.25.2 + '@babel/compat-data': 7.25.4 '@babel/core': 7.25.2 '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 @@ -5487,13 +5540,13 @@ snapshots: '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) @@ -5521,7 +5574,7 @@ snapshots: '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) @@ -5534,7 +5587,7 @@ snapshots: '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) @@ -5576,7 +5629,7 @@ snapshots: '@babel/regjsgen@0.8.0': {} - '@babel/runtime@7.25.0': + '@babel/runtime@7.25.4': dependencies: regenerator-runtime: 0.14.1 @@ -5598,12 +5651,30 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.4': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.5 + '@babel/parser': 7.25.4 + '@babel/template': 7.25.0 + '@babel/types': 7.25.4 + debug: 4.3.6(supports-color@8.1.1) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.25.2': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.4': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@bcoe/v8-coverage@0.2.3': {} '@biomejs/biome@1.8.3': @@ -5643,7 +5714,7 @@ snapshots: '@changesets/apply-release-plan@7.0.4': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/config': 3.0.2 '@changesets/get-version-range-type': 0.4.0 '@changesets/git': 3.0.0 @@ -5660,7 +5731,7 @@ snapshots: '@changesets/assemble-release-plan@6.0.3': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.1 '@changesets/should-skip-package': 0.1.0 @@ -5682,7 +5753,7 @@ snapshots: '@changesets/cli@2.27.7': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/apply-release-plan': 7.0.4 '@changesets/assemble-release-plan': 6.0.3 '@changesets/changelog-git': 0.2.0 @@ -5746,7 +5817,7 @@ snapshots: '@changesets/get-release-plan@4.0.3': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/assemble-release-plan': 6.0.3 '@changesets/config': 3.0.2 '@changesets/pre': 2.0.0 @@ -5758,7 +5829,7 @@ snapshots: '@changesets/git@3.0.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/errors': 0.2.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -5777,7 +5848,7 @@ snapshots: '@changesets/pre@2.0.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/errors': 0.2.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -5785,7 +5856,7 @@ snapshots: '@changesets/read@0.6.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/git': 3.0.0 '@changesets/logger': 0.1.0 '@changesets/parse': 0.4.0 @@ -5796,7 +5867,7 @@ snapshots: '@changesets/should-skip-package@0.1.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -5806,7 +5877,7 @@ snapshots: '@changesets/write@0.3.1': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/types': 6.0.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -6189,7 +6260,7 @@ snapshots: '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6200,7 +6271,7 @@ snapshots: '@manypkg/get-packages@1.1.3': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6253,7 +6324,7 @@ snapshots: '@babel/code-frame': 7.24.7 '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@preconstruct/hook': 0.4.0 '@rollup/plugin-alias': 3.1.9(rollup@2.79.1) '@rollup/plugin-commonjs': 15.1.0(rollup@2.79.1) @@ -6384,7 +6455,7 @@ snapshots: '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -6404,7 +6475,7 @@ snapshots: '@testing-library/react@16.0.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -8835,7 +8906,7 @@ snapshots: react-redux@8.0.5(@types/react-dom@18.3.0)(@types/react@18.3.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(redux@4.2.1): dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 '@types/hoist-non-react-statics': 3.3.5 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -8892,7 +8963,7 @@ snapshots: redux@4.2.1: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 reflect-metadata@0.1.14: {} @@ -8910,7 +8981,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.25.0 + '@babel/runtime': 7.25.4 regexpu-core@5.3.2: dependencies: