From 06c186840a45e39c096e8d852c17c145d9810b7b Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Fri, 26 Apr 2024 12:47:55 +0900 Subject: [PATCH] fix(build): successful yarn link to local @hawtio/react --- package.json | 17 + packages/kubernetes-api/jest.config.ts | 2 +- packages/oauth/package.json | 2 +- packages/oauth/src/utils/crypto.ts | 2 +- packages/online-shell/package.json | 2 +- yarn.lock | 706 ++++--------------------- 6 files changed, 125 insertions(+), 606 deletions(-) diff --git a/package.json b/package.json index e8bee34f..32238e6e 100644 --- a/package.json +++ b/package.json @@ -71,5 +71,22 @@ }, "dependencies": { "jasmine": "^5.1.0" + }, + "resolutions": { + "victory-area": "36.8.6", + "victory-bar": "36.8.6", + "victory-brush-container": "36.8.6", + "victory-core": "36.8.6", + "victory-cursor-container": "36.8.6", + "victory-create-container": "36.8.6", + "victory-legend": "36.8.6", + "victory-line": "36.8.6", + "victory-pie": "36.8.6", + "victory-scatter": "36.8.6", + "victory-selection-container": "36.8.6", + "victory-shared-events": "36.8.6", + "victory-tooltip": "36.8.6", + "victory-voronoi-container": "36.8.6", + "victory-zoom-container": "36.8.6" } } diff --git a/packages/kubernetes-api/jest.config.ts b/packages/kubernetes-api/jest.config.ts index 078a73e8..ec6711ee 100644 --- a/packages/kubernetes-api/jest.config.ts +++ b/packages/kubernetes-api/jest.config.ts @@ -15,7 +15,7 @@ export default { '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|md)$': '/src/__mocks__/fileMock.js', '\\.(css|less)$': '/src/__mocks__/styleMock.js', - 'react-markdown': '/../../node_modules/@hawtio/react/node_modules/react-markdown/react-markdown.min.js', + 'react-markdown': '/../../node_modules/react-markdown/react-markdown.min.js', '@patternfly/react-code-editor': path.resolve(__dirname, './src/__mocks__/codeEditorMock.js'), oauth4webapi: path.resolve(__dirname, './src/__mocks__/oauth4webapi.js'), }, diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 15336f9f..0703a246 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@hawtio/react": "^1.2.3", - "@thumbmarkjs/thumbmarkjs": "^0.14.6", + "@thumbmarkjs/thumbmarkjs": "^0.14.7", "babel-jest": "^29.6.1", "fetch-intercept": "^2.4.0", "jest-extended": "^4.0.0", diff --git a/packages/oauth/src/utils/crypto.ts b/packages/oauth/src/utils/crypto.ts index 4e4d8286..14afb282 100644 --- a/packages/oauth/src/utils/crypto.ts +++ b/packages/oauth/src/utils/crypto.ts @@ -2,7 +2,7 @@ import { getFingerprint } from '@thumbmarkjs/thumbmarkjs' export async function generateKey(salt: ArrayBufferView): Promise { const fingerprint = await getFingerprint() - const data = new TextEncoder().encode(fingerprint) + const data = new TextEncoder().encode(fingerprint as string) const key = await window.crypto.subtle.importKey('raw', data, { name: 'PBKDF2' }, false, ['deriveKey']) const algorithm = { name: 'PBKDF2', diff --git a/packages/online-shell/package.json b/packages/online-shell/package.json index c3e57f3d..570006c1 100644 --- a/packages/online-shell/package.json +++ b/packages/online-shell/package.json @@ -50,7 +50,7 @@ "openshift-logos-icon": "^1.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-markdown": "^9.0.1", + "react-markdown": "^8.0.7", "typescript": "^5.4.5", "web-vitals": "^3.5.2" }, diff --git a/yarn.lock b/yarn.lock index ee424636..f26dc018 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2135,7 +2135,7 @@ __metadata: resolution: "@hawtio/online-oauth@workspace:packages/oauth" dependencies: "@hawtio/react": "npm:^1.2.3" - "@thumbmarkjs/thumbmarkjs": "npm:^0.14.6" + "@thumbmarkjs/thumbmarkjs": "npm:^0.14.7" "@types/jest": "npm:^29.5.12" "@types/jquery": "npm:^3.5.29" babel-jest: "npm:^29.6.1" @@ -2213,7 +2213,7 @@ __metadata: process: "npm:^0.11.10" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" - react-markdown: "npm:^9.0.1" + react-markdown: "npm:^8.0.7" replace: "npm:^1.2.2" source-map-loader: "npm:^5.0.0" style-loader: "npm:^3.3.4" @@ -3144,10 +3144,10 @@ __metadata: languageName: node linkType: hard -"@thumbmarkjs/thumbmarkjs@npm:^0.14.6": - version: 0.14.6 - resolution: "@thumbmarkjs/thumbmarkjs@npm:0.14.6" - checksum: 10/8702d661d8394cf9bd9b34ea0f55f1a5b90e2926841c00df6cd99b354894fe9b1b77c4bed7d16ee1d24fde197229eb8493a862230b3fc012c3cca2b10e5c8db9 +"@thumbmarkjs/thumbmarkjs@npm:^0.14.6, @thumbmarkjs/thumbmarkjs@npm:^0.14.7": + version: 0.14.7 + resolution: "@thumbmarkjs/thumbmarkjs@npm:0.14.7" + checksum: 10/244988a9054fd808da8934ea15d4bf6e5ecc37f3d0850f976e006f37d8a89b90bf3d3f3312ee01565afd147b3249678fe9e41d4cc8e1b34845fbe801d0f9fcea languageName: node linkType: hard @@ -3662,15 +3662,6 @@ __metadata: languageName: node linkType: hard -"@types/hast@npm:^3.0.0": - version: 3.0.3 - resolution: "@types/hast@npm:3.0.3" - dependencies: - "@types/unist": "npm:*" - checksum: 10/cf380cb351215847a598b06c10c0139a694fbb9a5cca27e7a836df4c9d616873ff5b01326530907b5a95b6a4b8fc928bcecb46424cc6f9bd1f53ba377f190d86 - languageName: node - linkType: hard - "@types/history@npm:^4.7.11": version: 4.7.11 resolution: "@types/history@npm:4.7.11" @@ -3786,15 +3777,6 @@ __metadata: languageName: node linkType: hard -"@types/mdast@npm:^4.0.0": - version: 4.0.3 - resolution: "@types/mdast@npm:4.0.3" - dependencies: - "@types/unist": "npm:*" - checksum: 10/6d2d8f00ffaff6663dd67ea9ab999a5e52066c001432a9b99947fa9e76bccba819dfca40e419588a637a70d42cd405071f5b76efd4ddeb1dc721353b7cc73623 - languageName: node - linkType: hard - "@types/mime@npm:*": version: 3.0.2 resolution: "@types/mime@npm:3.0.2" @@ -4031,13 +4013,6 @@ __metadata: languageName: node linkType: hard -"@types/unist@npm:*, @types/unist@npm:^3.0.0": - version: 3.0.2 - resolution: "@types/unist@npm:3.0.2" - checksum: 10/3d04d0be69316e5f14599a0d993a208606c12818cf631fd399243d1dc7a9bd8a3917d6066baa6abc290814afbd744621484756803c80cba892c39cd4b4a85616 - languageName: node - linkType: hard - "@types/unist@npm:^2, @types/unist@npm:^2.0.0": version: 2.0.8 resolution: "@types/unist@npm:2.0.8" @@ -4202,7 +4177,7 @@ __metadata: languageName: node linkType: hard -"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0": +"@ungap/structured-clone@npm:^1.2.0": version: 1.2.0 resolution: "@ungap/structured-clone@npm:1.2.0" checksum: 10/c6fe89a505e513a7592e1438280db1c075764793a2397877ff1351721fe8792a966a5359769e30242b3cd023f2efb9e63ca2ca88019d73b564488cc20e3eab12 @@ -6510,15 +6485,6 @@ __metadata: languageName: node linkType: hard -"devlop@npm:^1.0.0": - version: 1.1.0 - resolution: "devlop@npm:1.1.0" - dependencies: - dequal: "npm:^2.0.0" - checksum: 10/3cc5f903d02d279d6dc4aa71ab6ed9898b9f4d1f861cc5421ce7357893c21b9520de78afb203c92bd650a6977ad0ca98195453a0707a39958cf5fea3b0a8ddd8 - languageName: node - linkType: hard - "diff-sequences@npm:^29.6.3": version: 29.6.3 resolution: "diff-sequences@npm:29.6.3" @@ -8289,23 +8255,6 @@ __metadata: languageName: node linkType: hard -"hast-util-to-jsx-runtime@npm:^2.0.0": - version: 2.2.0 - resolution: "hast-util-to-jsx-runtime@npm:2.2.0" - dependencies: - "@types/hast": "npm:^3.0.0" - "@types/unist": "npm:^3.0.0" - comma-separated-tokens: "npm:^2.0.0" - hast-util-whitespace: "npm:^3.0.0" - property-information: "npm:^6.0.0" - space-separated-tokens: "npm:^2.0.0" - style-to-object: "npm:^0.4.0" - unist-util-position: "npm:^5.0.0" - vfile-message: "npm:^4.0.0" - checksum: 10/0efd263be73a3267e20b97ac8bf03444849a8ea8b1aae0d0cbefe481176cf88a57f77ed261f53a9d989bfd4137b8bfd7b051b4949e2cd387a9b78bfc4f544493 - languageName: node - linkType: hard - "hast-util-whitespace@npm:^2.0.0": version: 2.0.1 resolution: "hast-util-whitespace@npm:2.0.1" @@ -8313,15 +8262,6 @@ __metadata: languageName: node linkType: hard -"hast-util-whitespace@npm:^3.0.0": - version: 3.0.0 - resolution: "hast-util-whitespace@npm:3.0.0" - dependencies: - "@types/hast": "npm:^3.0.0" - checksum: 10/8c7e9eeb8131fc18702f3a42623eb6b0b09d470347aa8badacac70e6d91f79657ab8c6b57c4c6fee3658cff405fac30e816d1cdfb3ed1fbf6045d0a4555cf4d4 - languageName: node - linkType: hard - "he@npm:^1.2.0": version: 1.2.0 resolution: "he@npm:1.2.0" @@ -8401,13 +8341,6 @@ __metadata: languageName: node linkType: hard -"html-url-attributes@npm:^3.0.0": - version: 3.0.0 - resolution: "html-url-attributes@npm:3.0.0" - checksum: 10/80c892b013d253a5638318a481b8a5f4f207117da73901f8c50f49b0a37eaaf71cb9e59c9426820f8b455b2429d9056955e17662ebc9fc77da189c5b80d7ea98 - languageName: node - linkType: hard - "html-webpack-plugin@npm:^5.6.0": version: 5.6.0 resolution: "html-webpack-plugin@npm:5.6.0" @@ -10396,26 +10329,6 @@ __metadata: languageName: node linkType: hard -"mdast-util-from-markdown@npm:^2.0.0": - version: 2.0.0 - resolution: "mdast-util-from-markdown@npm:2.0.0" - dependencies: - "@types/mdast": "npm:^4.0.0" - "@types/unist": "npm:^3.0.0" - decode-named-character-reference: "npm:^1.0.0" - devlop: "npm:^1.0.0" - mdast-util-to-string: "npm:^4.0.0" - micromark: "npm:^4.0.0" - micromark-util-decode-numeric-character-reference: "npm:^2.0.0" - micromark-util-decode-string: "npm:^2.0.0" - micromark-util-normalize-identifier: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - unist-util-stringify-position: "npm:^4.0.0" - checksum: 10/960e28a8ff3d989cc25a615d14e9a1d95d145b938dc08323ce44689be6dd052ece544d2acf5242cedb8ad6ccdc3ffe854989b7c2516c6e62f2fca42b6d11a2da - languageName: node - linkType: hard - "mdast-util-to-hast@npm:^12.1.0": version: 12.3.0 resolution: "mdast-util-to-hast@npm:12.3.0" @@ -10432,22 +10345,6 @@ __metadata: languageName: node linkType: hard -"mdast-util-to-hast@npm:^13.0.0": - version: 13.0.2 - resolution: "mdast-util-to-hast@npm:13.0.2" - dependencies: - "@types/hast": "npm:^3.0.0" - "@types/mdast": "npm:^4.0.0" - "@ungap/structured-clone": "npm:^1.0.0" - devlop: "npm:^1.0.0" - micromark-util-sanitize-uri: "npm:^2.0.0" - trim-lines: "npm:^3.0.0" - unist-util-position: "npm:^5.0.0" - unist-util-visit: "npm:^5.0.0" - checksum: 10/6f91926ca59bc1b048a0f82c21ba6355f7352c3793442c43e3f93ac895af0b9f85881b7a461d23aeed0fbe16d695b419106a48075c79e3b6008fef75ca43a571 - languageName: node - linkType: hard - "mdast-util-to-string@npm:^3.1.0": version: 3.2.0 resolution: "mdast-util-to-string@npm:3.2.0" @@ -10457,15 +10354,6 @@ __metadata: languageName: node linkType: hard -"mdast-util-to-string@npm:^4.0.0": - version: 4.0.0 - resolution: "mdast-util-to-string@npm:4.0.0" - dependencies: - "@types/mdast": "npm:^4.0.0" - checksum: 10/f4a5dbb9ea03521d7d3e26a9ba5652a1d6fbd55706dddd2155427517085688830e0ecd3f12418cfd40892640886eb39a4034c3c967d85e01e2fa64cfb53cff05 - languageName: node - linkType: hard - "media-typer@npm:0.3.0": version: 0.3.0 resolution: "media-typer@npm:0.3.0" @@ -10541,30 +10429,6 @@ __metadata: languageName: node linkType: hard -"micromark-core-commonmark@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-core-commonmark@npm:2.0.0" - dependencies: - decode-named-character-reference: "npm:^1.0.0" - devlop: "npm:^1.0.0" - micromark-factory-destination: "npm:^2.0.0" - micromark-factory-label: "npm:^2.0.0" - micromark-factory-space: "npm:^2.0.0" - micromark-factory-title: "npm:^2.0.0" - micromark-factory-whitespace: "npm:^2.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-chunked: "npm:^2.0.0" - micromark-util-classify-character: "npm:^2.0.0" - micromark-util-html-tag-name: "npm:^2.0.0" - micromark-util-normalize-identifier: "npm:^2.0.0" - micromark-util-resolve-all: "npm:^2.0.0" - micromark-util-subtokenize: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/67f6e2f062f42a7ae21e8a409f3663843703a830ff27cf0f41cb0fb712c58e55409db428531d8124c4ef8d698cd81e7eb41485d24b8c352d2f0c06b535865367 - languageName: node - linkType: hard - "micromark-factory-destination@npm:^1.0.0": version: 1.1.0 resolution: "micromark-factory-destination@npm:1.1.0" @@ -10576,17 +10440,6 @@ __metadata: languageName: node linkType: hard -"micromark-factory-destination@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-factory-destination@npm:2.0.0" - dependencies: - micromark-util-character: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/d36e65ed1c072ff4148b016783148ba7c68a078991154625723e24bda3945160268fb91079fb28618e1613c2b6e70390a8ddc544c45410288aa27b413593071a - languageName: node - linkType: hard - "micromark-factory-label@npm:^1.0.0": version: 1.1.0 resolution: "micromark-factory-label@npm:1.1.0" @@ -10599,18 +10452,6 @@ __metadata: languageName: node linkType: hard -"micromark-factory-label@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-factory-label@npm:2.0.0" - dependencies: - devlop: "npm:^1.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/c021dbd0ed367610d35f2bae21209bc804d1a6d1286ffce458fd6a717f4d7fe581a7cba7d5c2d7a63757c44eb927c80d6a571d6ea7969fae1b48ab6461d109c4 - languageName: node - linkType: hard - "micromark-factory-space@npm:^1.0.0": version: 1.1.0 resolution: "micromark-factory-space@npm:1.1.0" @@ -10621,16 +10462,6 @@ __metadata: languageName: node linkType: hard -"micromark-factory-space@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-factory-space@npm:2.0.0" - dependencies: - micromark-util-character: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/4ffdcdc2f759887bbb356500cb460b3915ecddcb5d85c3618d7df68ad05d13ed02b1153ee1845677b7d8126df8f388288b84fcf0d943bd9c92bcc71cd7222e37 - languageName: node - linkType: hard - "micromark-factory-title@npm:^1.0.0": version: 1.1.0 resolution: "micromark-factory-title@npm:1.1.0" @@ -10643,18 +10474,6 @@ __metadata: languageName: node linkType: hard -"micromark-factory-title@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-factory-title@npm:2.0.0" - dependencies: - micromark-factory-space: "npm:^2.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/39e1ac23af3554e6e652e56065579bc7faf21ade7b8704b29c175871b4152b7109b790bb3cae0f7e088381139c6bac9553b8400772c3d322e4fa635f813a3578 - languageName: node - linkType: hard - "micromark-factory-whitespace@npm:^1.0.0": version: 1.1.0 resolution: "micromark-factory-whitespace@npm:1.1.0" @@ -10667,18 +10486,6 @@ __metadata: languageName: node linkType: hard -"micromark-factory-whitespace@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-factory-whitespace@npm:2.0.0" - dependencies: - micromark-factory-space: "npm:^2.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/9587c2546d1a58b4d5472b42adf05463f6212d0449455285662d63cd8eaed89c6b159ac82713fcee5f9dd88628c24307d9533cccd8971a2f3f4d48702f8f850a - languageName: node - linkType: hard - "micromark-util-character@npm:^1.0.0": version: 1.2.0 resolution: "micromark-util-character@npm:1.2.0" @@ -10689,16 +10496,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-character@npm:^2.0.0": - version: 2.0.1 - resolution: "micromark-util-character@npm:2.0.1" - dependencies: - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/6eb5e58c6ae5f416f71a2b777544d3118fdb04d4fd62ea27f7920d0c58fa56ddd3fe17331fbba7f0c70fa6f90bdf7910e8e951f018f0500f883369d64fd6b925 - languageName: node - linkType: hard - "micromark-util-chunked@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-chunked@npm:1.1.0" @@ -10708,15 +10505,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-chunked@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-chunked@npm:2.0.0" - dependencies: - micromark-util-symbol: "npm:^2.0.0" - checksum: 10/324f95cccdae061332a8241936eaba6ef0782a1e355bac5c607ad2564fd3744929be7dc81651315a2921535747a33243e6a5606bcb64b7a56d49b6d74ea1a3d4 - languageName: node - linkType: hard - "micromark-util-classify-character@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-classify-character@npm:1.1.0" @@ -10728,17 +10516,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-classify-character@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-classify-character@npm:2.0.0" - dependencies: - micromark-util-character: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/086e52904deffebb793fb1c08c94aabb8901f76958142dfc3a6282890ebaa983b285e69bd602b9d507f1b758ed38e75a994d2ad9fbbefa7de2584f67a16af405 - languageName: node - linkType: hard - "micromark-util-combine-extensions@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-combine-extensions@npm:1.1.0" @@ -10749,16 +10526,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-combine-extensions@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-combine-extensions@npm:2.0.0" - dependencies: - micromark-util-chunked: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/107c47700343f365b4ed81551e18bc3458b573c500e56ac052b2490bd548adc475216e41d2271633a8867fac66fc22ba3e0a2d74a31ed79b9870ca947eb4e3ba - languageName: node - linkType: hard - "micromark-util-decode-numeric-character-reference@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-decode-numeric-character-reference@npm:1.1.0" @@ -10768,15 +10535,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-decode-numeric-character-reference@npm:^2.0.0": - version: 2.0.1 - resolution: "micromark-util-decode-numeric-character-reference@npm:2.0.1" - dependencies: - micromark-util-symbol: "npm:^2.0.0" - checksum: 10/9512507722efd2033a9f08715eeef787fbfe27e23edf55db21423d46d82ab46f76c89b4f960be3f5e50a2d388d89658afc0647989cf256d051e9ea01277a1adb - languageName: node - linkType: hard - "micromark-util-decode-string@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-decode-string@npm:1.1.0" @@ -10789,18 +10547,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-decode-string@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-decode-string@npm:2.0.0" - dependencies: - decode-named-character-reference: "npm:^1.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-decode-numeric-character-reference: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - checksum: 10/a75daf32a4a6b549e9f19b4d833ebfeb09a32a9a1f9ce50f35dec6b6a3e4f9f121f49024ba7f9c91c55ebe792f7c7a332fc9604795181b6a612637df0df5b959 - languageName: node - linkType: hard - "micromark-util-encode@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-encode@npm:1.1.0" @@ -10808,13 +10554,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-encode@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-encode@npm:2.0.0" - checksum: 10/853a3f33fce72aaf4ffa60b7f2b6fcfca40b270b3466e1b96561b02185d2bd8c01dd7948bc31a24ac014f4cc854e545ca9a8e9cf7ea46262f9d24c9e88551c66 - languageName: node - linkType: hard - "micromark-util-html-tag-name@npm:^1.0.0": version: 1.2.0 resolution: "micromark-util-html-tag-name@npm:1.2.0" @@ -10822,13 +10561,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-html-tag-name@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-html-tag-name@npm:2.0.0" - checksum: 10/d786d4486f93eb0ac5b628779809ca97c5dc60f3c9fc03eb565809831db181cf8cb7f05f9ac76852f3eb35461af0f89fa407b46f3a03f4f97a96754d8dc540d8 - languageName: node - linkType: hard - "micromark-util-normalize-identifier@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-normalize-identifier@npm:1.1.0" @@ -10838,15 +10570,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-normalize-identifier@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-normalize-identifier@npm:2.0.0" - dependencies: - micromark-util-symbol: "npm:^2.0.0" - checksum: 10/b36da2d3fd102053dadd953ce5c558328df12a63a8ac0e5aad13d4dda8e43b6a5d4a661baafe0a1cd8a260bead4b4a8e6e0e74193dd651e8484225bd4f4e68aa - languageName: node - linkType: hard - "micromark-util-resolve-all@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-resolve-all@npm:1.1.0" @@ -10856,15 +10579,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-resolve-all@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-resolve-all@npm:2.0.0" - dependencies: - micromark-util-types: "npm:^2.0.0" - checksum: 10/31fe703b85572cb3f598ebe32750e59516925c7ff1f66cfe6afaebe0771a395a9eaa770787f2523d3c46082ea80e6c14f83643303740b3d650af7c96ebd30ccc - languageName: node - linkType: hard - "micromark-util-sanitize-uri@npm:^1.0.0, micromark-util-sanitize-uri@npm:^1.1.0": version: 1.2.0 resolution: "micromark-util-sanitize-uri@npm:1.2.0" @@ -10876,17 +10590,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-sanitize-uri@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-sanitize-uri@npm:2.0.0" - dependencies: - micromark-util-character: "npm:^2.0.0" - micromark-util-encode: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - checksum: 10/7d10622f5a2bb058dda6d2e95b2735c43fdf8daa4f88a0863bc90eef6598f8e10e3df98e034341fcbc090d8021c53501308c463c49d3fe91f41eb64b5bf2766e - languageName: node - linkType: hard - "micromark-util-subtokenize@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-subtokenize@npm:1.1.0" @@ -10899,18 +10602,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-subtokenize@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-subtokenize@npm:2.0.0" - dependencies: - devlop: "npm:^1.0.0" - micromark-util-chunked: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/4d209894f9400ff73e093a4ce3d13870cd1f546b47e50355f849c4402cecd5d2039bd63bb624f2a09aaeba01a847634088942edb42f141e4869b3a85281cf64e - languageName: node - linkType: hard - "micromark-util-symbol@npm:^1.0.0": version: 1.1.0 resolution: "micromark-util-symbol@npm:1.1.0" @@ -10918,13 +10609,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-symbol@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-symbol@npm:2.0.0" - checksum: 10/8c662644c326b384f02a5269974d843d400930cf6f5d6a8e6db1743fc8933f5ecc125b4203ad4ebca25447f5d23eb7e5bf1f75af34570c3fdd925cb618752fcd - languageName: node - linkType: hard - "micromark-util-types@npm:^1.0.0, micromark-util-types@npm:^1.0.1": version: 1.1.0 resolution: "micromark-util-types@npm:1.1.0" @@ -10932,13 +10616,6 @@ __metadata: languageName: node linkType: hard -"micromark-util-types@npm:^2.0.0": - version: 2.0.0 - resolution: "micromark-util-types@npm:2.0.0" - checksum: 10/b88e0eefd4b7c8d86b54dbf4ed0094ef56a3b0c7774d040bd5c8146b8e4e05b1026bbf1cd9308c8fcd05ecdc0784507680c8cee9888a4d3c550e6e574f7aef62 - languageName: node - linkType: hard - "micromark@npm:^3.0.0": version: 3.2.0 resolution: "micromark@npm:3.2.0" @@ -10964,31 +10641,6 @@ __metadata: languageName: node linkType: hard -"micromark@npm:^4.0.0": - version: 4.0.0 - resolution: "micromark@npm:4.0.0" - dependencies: - "@types/debug": "npm:^4.0.0" - debug: "npm:^4.0.0" - decode-named-character-reference: "npm:^1.0.0" - devlop: "npm:^1.0.0" - micromark-core-commonmark: "npm:^2.0.0" - micromark-factory-space: "npm:^2.0.0" - micromark-util-character: "npm:^2.0.0" - micromark-util-chunked: "npm:^2.0.0" - micromark-util-combine-extensions: "npm:^2.0.0" - micromark-util-decode-numeric-character-reference: "npm:^2.0.0" - micromark-util-encode: "npm:^2.0.0" - micromark-util-normalize-identifier: "npm:^2.0.0" - micromark-util-resolve-all: "npm:^2.0.0" - micromark-util-sanitize-uri: "npm:^2.0.0" - micromark-util-subtokenize: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - checksum: 10/a697c1c0c169077f5d5def9af26985baea9d4375395dcb974a96f63761d382b455d4595a60e856c83e653b1272a732e85128d992511d6dc938d61a35bdf98c99 - languageName: node - linkType: hard - "micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4": version: 4.0.5 resolution: "micromatch@npm:4.0.5" @@ -12316,27 +11968,6 @@ __metadata: languageName: node linkType: hard -"react-markdown@npm:^9.0.1": - version: 9.0.1 - resolution: "react-markdown@npm:9.0.1" - dependencies: - "@types/hast": "npm:^3.0.0" - devlop: "npm:^1.0.0" - hast-util-to-jsx-runtime: "npm:^2.0.0" - html-url-attributes: "npm:^3.0.0" - mdast-util-to-hast: "npm:^13.0.0" - remark-parse: "npm:^11.0.0" - remark-rehype: "npm:^11.0.0" - unified: "npm:^11.0.0" - unist-util-visit: "npm:^5.0.0" - vfile: "npm:^6.0.0" - peerDependencies: - "@types/react": ">=18" - react: ">=18" - checksum: 10/71ce31f200982f641d363888a26e8fb52a199a589124f20295e9be870fa3aed26fcfa14d1dc766d83df666a15cb82359291bfda207bd55d5728ff376d217e079 - languageName: node - linkType: hard - "react-monaco-editor@npm:^0.55.0": version: 0.55.0 resolution: "react-monaco-editor@npm:0.55.0" @@ -12566,18 +12197,6 @@ __metadata: languageName: node linkType: hard -"remark-parse@npm:^11.0.0": - version: 11.0.0 - resolution: "remark-parse@npm:11.0.0" - dependencies: - "@types/mdast": "npm:^4.0.0" - mdast-util-from-markdown: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - unified: "npm:^11.0.0" - checksum: 10/59d584be56ebc7c05524989c4ed86eb8a7b6e361942b705ca13a37349f60740a6073aedf7783af46ce920d09dd156148942d5e33e8be3dbcd47f818cb4bc410c - languageName: node - linkType: hard - "remark-rehype@npm:^10.0.0": version: 10.1.0 resolution: "remark-rehype@npm:10.1.0" @@ -12590,19 +12209,6 @@ __metadata: languageName: node linkType: hard -"remark-rehype@npm:^11.0.0": - version: 11.0.0 - resolution: "remark-rehype@npm:11.0.0" - dependencies: - "@types/hast": "npm:^3.0.0" - "@types/mdast": "npm:^4.0.0" - mdast-util-to-hast: "npm:^13.0.0" - unified: "npm:^11.0.0" - vfile: "npm:^6.0.0" - checksum: 10/e6c58307cbcbc52d81a3c902201214c2037992ebbd5713322caa890bf1be54a7aad43a36bb5ece5711a4a542514be2188e0a94ac10e96c745def33f6fa324907 - languageName: node - linkType: hard - "renderkid@npm:^3.0.0": version: 3.0.0 resolution: "renderkid@npm:3.0.0" @@ -14251,17 +13857,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.3.3": - version: 5.3.3 - resolution: "typescript@npm:5.3.3" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10/6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18 - languageName: node - linkType: hard - -"typescript@npm:^5.4.5": +"typescript@npm:^5.3.3, typescript@npm:^5.4.5": version: 5.4.5 resolution: "typescript@npm:5.4.5" bin: @@ -14281,17 +13877,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin": - version: 5.3.3 - resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin::version=5.3.3&hash=e012d7" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10/c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin": +"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin, typescript@patch:typescript@npm%3A^5.4.5#optional!builtin": version: 5.4.5 resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c" bin: @@ -14387,21 +13973,6 @@ __metadata: languageName: node linkType: hard -"unified@npm:^11.0.0": - version: 11.0.4 - resolution: "unified@npm:11.0.4" - dependencies: - "@types/unist": "npm:^3.0.0" - bail: "npm:^2.0.0" - devlop: "npm:^1.0.0" - extend: "npm:^3.0.0" - is-plain-obj: "npm:^4.0.0" - trough: "npm:^2.0.0" - vfile: "npm:^6.0.0" - checksum: 10/425f0618d6f5e5d2ae64ec206cb6fd11f4b86fec7a785cfe2fc3a334191a91bf837eecb32858c70bcc2c08e76ce9d6a38457319f70f77399c8f496fb8e486817 - languageName: node - linkType: hard - "unique-filename@npm:^3.0.0": version: 3.0.0 resolution: "unique-filename@npm:3.0.0" @@ -14436,15 +14007,6 @@ __metadata: languageName: node linkType: hard -"unist-util-is@npm:^6.0.0": - version: 6.0.0 - resolution: "unist-util-is@npm:6.0.0" - dependencies: - "@types/unist": "npm:^3.0.0" - checksum: 10/edd6a93fb2255addf4b9eeb304c1da63c62179aef793169dd64ab955cf2f6814885fe25f95f8105893e3562dead348af535718d7a84333826e0491c04bf42511 - languageName: node - linkType: hard - "unist-util-position@npm:^4.0.0": version: 4.0.4 resolution: "unist-util-position@npm:4.0.4" @@ -14454,15 +14016,6 @@ __metadata: languageName: node linkType: hard -"unist-util-position@npm:^5.0.0": - version: 5.0.0 - resolution: "unist-util-position@npm:5.0.0" - dependencies: - "@types/unist": "npm:^3.0.0" - checksum: 10/89d4da00e74618d7562ac7ac288961df9bcd4ccca6df3b5a90650f018eceb6b95de6e771e88bdbef46cc9d96861d456abe57b7ad1108921e0feb67c6292aa29d - languageName: node - linkType: hard - "unist-util-stringify-position@npm:^3.0.0": version: 3.0.3 resolution: "unist-util-stringify-position@npm:3.0.3" @@ -14472,15 +14025,6 @@ __metadata: languageName: node linkType: hard -"unist-util-stringify-position@npm:^4.0.0": - version: 4.0.0 - resolution: "unist-util-stringify-position@npm:4.0.0" - dependencies: - "@types/unist": "npm:^3.0.0" - checksum: 10/d15c88aca7a31902d95d5b5355bbe09583cf6f6ff6e59e134ef76c76d3c30bc1021f2d7ea5b7897c6d0858ed5f3770c1b19de9c78274f50d72f95a0d05f1af71 - languageName: node - linkType: hard - "unist-util-visit-parents@npm:^5.1.1": version: 5.1.3 resolution: "unist-util-visit-parents@npm:5.1.3" @@ -14491,16 +14035,6 @@ __metadata: languageName: node linkType: hard -"unist-util-visit-parents@npm:^6.0.0": - version: 6.0.1 - resolution: "unist-util-visit-parents@npm:6.0.1" - dependencies: - "@types/unist": "npm:^3.0.0" - unist-util-is: "npm:^6.0.0" - checksum: 10/645b3cbc5e923bc692b1eb1a9ca17bffc5aabc25e6090ff3f1489bff8effd1890b28f7a09dc853cb6a7fa0da8581bfebc9b670a68b53c4c086cb9610dfd37701 - languageName: node - linkType: hard - "unist-util-visit@npm:^4.0.0": version: 4.1.2 resolution: "unist-util-visit@npm:4.1.2" @@ -14512,17 +14046,6 @@ __metadata: languageName: node linkType: hard -"unist-util-visit@npm:^5.0.0": - version: 5.0.0 - resolution: "unist-util-visit@npm:5.0.0" - dependencies: - "@types/unist": "npm:^3.0.0" - unist-util-is: "npm:^6.0.0" - unist-util-visit-parents: "npm:^6.0.0" - checksum: 10/f2bbde23641e9ade7640358c06ddeec0f38342322eb8e7819d9ee380b0f859d25d084dde22bf63db0280b3b2f36575f15aa1d6c23acf276c91c2493cf799e3b0 - languageName: node - linkType: hard - "universalify@npm:^0.2.0": version: 0.2.0 resolution: "universalify@npm:0.2.0" @@ -14675,16 +14198,6 @@ __metadata: languageName: node linkType: hard -"vfile-message@npm:^4.0.0": - version: 4.0.2 - resolution: "vfile-message@npm:4.0.2" - dependencies: - "@types/unist": "npm:^3.0.0" - unist-util-stringify-position: "npm:^4.0.0" - checksum: 10/1a5a72bf4945a7103750a3001bd979088ce42f6a01efa8590e68b2425e1afc61ddc5c76f2d3c4a7053b40332b24c09982b68743223e99281158fe727135719fc - languageName: node - linkType: hard - "vfile@npm:^5.0.0": version: 5.3.7 resolution: "vfile@npm:5.3.7" @@ -14697,27 +14210,17 @@ __metadata: languageName: node linkType: hard -"vfile@npm:^6.0.0": - version: 6.0.1 - resolution: "vfile@npm:6.0.1" - dependencies: - "@types/unist": "npm:^3.0.0" - unist-util-stringify-position: "npm:^4.0.0" - vfile-message: "npm:^4.0.0" - checksum: 10/7f8412f9ce7709d3be4041fd68a159e2cf96f9c9a4f095bcb18d1561009757b8efb37b71d0ae087e5202fe0e3b3162aae0adf92e30e2448a45645912c23c4ab2 - languageName: node - linkType: hard - -"victory-area@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-area@npm:36.9.1" +"victory-area@npm:36.8.6": + version: 36.8.6 + resolution: "victory-area@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" - victory-vendor: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" + victory-vendor: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/7b00005f0a8a8c210ec93afc0e0a6967e2139d84bff8a5eda2d3a00699126c0a64a80bb28d829842d07d94dfdea8ac66fba850f90cc41b76c846a4f3d16dd719 + checksum: 10/022a3ae7bd75da5af78c57dca74795c458bc11dda3fd0ce1173c852bc52f86f1bc733610ebb3ac853a754dddd9ff2dc6ddf5bdd353fa6d32c4c0b78499619bfb languageName: node linkType: hard @@ -14733,29 +14236,31 @@ __metadata: languageName: node linkType: hard -"victory-bar@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-bar@npm:36.9.1" +"victory-bar@npm:36.8.6": + version: 36.8.6 + resolution: "victory-bar@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" - victory-vendor: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" + victory-vendor: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/7cd354b5dc79b78c2804e3986e24715377a79c2734ac1ec9ac672fed285f395d9b1ecb8212ec3630247d6fdb7f9c1539c1fe33ee2ecb9a6e4441de5ec122f65b + checksum: 10/36673dd052768cd1750b405b2a3efde5639e112088f4aadeb2b088f7ac610b76505745c228adfdb795c4234c6e5835a0d4d0514510f6ba3ee5df72a3e474a79f languageName: node linkType: hard -"victory-brush-container@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-brush-container@npm:36.9.1" +"victory-brush-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-brush-container@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" + prop-types: "npm:^15.8.1" react-fast-compare: "npm:^3.2.0" - victory-core: "npm:^36.9.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/67fbccd647edbed0685456d930750ce04db8ecf0aa9aa2b31139b694d91d51720294b2048164d355c829e3e1cd586b3c04d4f271f1dc85e057d1d1d6499daacb + checksum: 10/de9564502c543116c50d30a2fda2c65c3295aac83734f92af22ea130e1ac66d8d43c7623e89345dd340ebf30e0e492e8756da70829fa3ef38fb3b1fb4e45ae28 languageName: node linkType: hard @@ -14775,7 +14280,7 @@ __metadata: languageName: node linkType: hard -"victory-core@npm:^36.6.7": +"victory-core@npm:36.8.6": version: 36.8.6 resolution: "victory-core@npm:36.8.6" dependencies: @@ -14789,45 +14294,33 @@ __metadata: languageName: node linkType: hard -"victory-core@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-core@npm:36.9.1" - dependencies: - lodash: "npm:^4.17.21" - react-fast-compare: "npm:^3.2.0" - victory-vendor: "npm:^36.9.1" - peerDependencies: - react: ">=16.6.0" - checksum: 10/745cc37502f8d0f167c31e6339db15025e26d35cbdcf9080380f032a2cccbc8820728bac41cf4b5326f217239ad523bee4efa1049c905c4ad30b557f5ab0e869 - languageName: node - linkType: hard - -"victory-create-container@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-create-container@npm:36.9.1" +"victory-create-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-create-container@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-brush-container: "npm:^36.9.1" - victory-core: "npm:^36.9.1" - victory-cursor-container: "npm:^36.9.1" - victory-selection-container: "npm:^36.9.1" - victory-voronoi-container: "npm:^36.9.1" - victory-zoom-container: "npm:^36.9.1" + victory-brush-container: "npm:^36.8.6" + victory-core: "npm:^36.8.6" + victory-cursor-container: "npm:^36.8.6" + victory-selection-container: "npm:^36.8.6" + victory-voronoi-container: "npm:^36.8.6" + victory-zoom-container: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/7d94b2a4e608085c19fa166c7fee588c089c5f9f61b403f16559ce9d209b4930490105be6f05be363cd68498ea4dc6b7bc0eb4a81042328d68cdd73e550cea8c + checksum: 10/dec8b2784f923458c2d4256e79ec75dab1d601a22ca2e5f0dd4949a238da9c7c12d55607948783a7e30a08b62ccbee9b98b8c1313d5ef75dba9d4d5cd90da98a languageName: node linkType: hard -"victory-cursor-container@npm:^36.6.7, victory-cursor-container@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-cursor-container@npm:36.9.1" +"victory-cursor-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-cursor-container@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/b49f2230b855699cef7d235fc5e7f72fd6fc5eed80c202805820102d3bc3653c976f000c01d70056f8e28ff3b6f2dda1f302117ec5d5389c783b150c94f7b3c3 + checksum: 10/b994fb9e117be34e223cad1526a4e49ecb7b724a126aa615b0a0de5f6e78badb6b9575c7d164ff492a321d845b51918d0a4846a16c5a8e719a766a2e47b8cd3c languageName: node linkType: hard @@ -14845,41 +14338,44 @@ __metadata: languageName: node linkType: hard -"victory-legend@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-legend@npm:36.9.1" +"victory-legend@npm:36.8.6": + version: 36.8.6 + resolution: "victory-legend@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/c8675f57a804b71ef0217c969aad0a5e26f52e38cae193dd720d18582ff6268c09aefd9bbee09a07183f4c9c7c202611dd576dc3259956590ad274783de09f11 + checksum: 10/6e553a6bfa7c7f55743994316f7f9fc2e86c99b304b337fe89fec7fb94ff5614af2a603a0bc0292f1cd1c32cc73b997701c1ccca8bf315011b4857d9b7953249 languageName: node linkType: hard -"victory-line@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-line@npm:36.9.1" +"victory-line@npm:36.8.6": + version: 36.8.6 + resolution: "victory-line@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" - victory-vendor: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" + victory-vendor: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/bd1311262c264c202ca12a7bd705a897a217828a404d1172223d0622ea868b35ba24d1af6406291bbf6b35b78279345ba9d9aef40ec8b7783af47607fc156c01 + checksum: 10/e79a00c917ce14e3703839c48e09f484ee0f91ba23576e1d4914a0240dace246c6e50ce493c38c63051cd307ebcae17e34b945cbdbb85e22be57064ed49dba2f languageName: node linkType: hard -"victory-pie@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-pie@npm:36.9.1" +"victory-pie@npm:36.8.6": + version: 36.8.6 + resolution: "victory-pie@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" - victory-vendor: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" + victory-vendor: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/b4e0f96a4aef37526f176f50e79c96e187bde3a7bc2389d959c4893e078f7b3ba263d45f2060dbac61f711d1f556cfee68f5a903330f4141e49cb752be66ef9d + checksum: 10/f066c544d63666cd83d90c1818969db6b8b8aa5ebedf8c8a3cb7eaa7bffb398d54ad1827c956722e5e255c5d4ca2dc4bac07249ea77a9b305391b959704d69b4 languageName: node linkType: hard @@ -14895,41 +14391,44 @@ __metadata: languageName: node linkType: hard -"victory-scatter@npm:^36.6.7": - version: 36.9.1 - resolution: "victory-scatter@npm:36.9.1" +"victory-scatter@npm:36.8.6": + version: 36.8.6 + resolution: "victory-scatter@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/32b88dd6dba9d4d3346927bc9199b692c37974afbf96e19eaaa97a140e14a710f1007125997d048cf306e6dd683fa5562d230482b9fd91400a7cc20c254b3f88 + checksum: 10/0597df6a1d6893a0a224090b895f85eee3d39d4bea8a01a1820d928dbf6111df30439e52b66b7368be7eed20e280d09270ba7ae2b53aeeb128d7a490f585d598 languageName: node linkType: hard -"victory-selection-container@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-selection-container@npm:36.9.1" +"victory-selection-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-selection-container@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/28dc96a79ba7bc5bbc01a412b06d6c7b3d01abe4bb6e5230a409025d19ac4aefe688a2e4c87a2c917cdbd449e656f718506519547baaff5e7c36e3a8e67a1d9a + checksum: 10/784221a7206fb937f74d819e5a9cd5913ca5922fe0770ca3d95b4b35b936fad1e2deba2712f4f9218e25a99b28cf59902487949e6cd206762e5c9de3bb83a7c1 languageName: node linkType: hard -"victory-shared-events@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-shared-events@npm:36.9.1" +"victory-shared-events@npm:36.8.6": + version: 36.8.6 + resolution: "victory-shared-events@npm:36.8.6" dependencies: json-stringify-safe: "npm:^5.0.1" lodash: "npm:^4.17.19" + prop-types: "npm:^15.8.1" react-fast-compare: "npm:^3.2.0" - victory-core: "npm:^36.9.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/51cc7f23f5b1f2dfbedd31b59356abdb4a501976f9a61ac67462f22a8111cd74603be03a3f8f8c83c7b1d647dde7917f7e9ced9937bd5cc404e7dbac5f85e1f0 + checksum: 10/02a3e2b1dace95b441c816b7d54e10f94474add80306d766dc540befcd2bd09a06b48e2c016e05efe3386674af0897e847e9f48b0515a6377110e3fd2e931537 languageName: node linkType: hard @@ -14947,19 +14446,20 @@ __metadata: languageName: node linkType: hard -"victory-tooltip@npm:^36.6.7, victory-tooltip@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-tooltip@npm:36.9.1" +"victory-tooltip@npm:36.8.6": + version: 36.8.6 + resolution: "victory-tooltip@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/a61ab391b7588e140257ce32d1e1bc17b93ae36355199a287d3a89bf0d6a6b60cb763f275b709de3d31af7cda5fc5a0930b2f521b9c76dc27886bb975fd49aee + checksum: 10/42cf5579f03dab98cff7a70f29c4e0507c0e090976a24c2e7880e47586a3ec2c412f81996751ac107a0d4927a60df1c1a213c18ca06ad2c6cd055ce3444ab258 languageName: node linkType: hard -"victory-vendor@npm:^36.8.6, victory-vendor@npm:^36.9.1": +"victory-vendor@npm:^36.8.6": version: 36.9.1 resolution: "victory-vendor@npm:36.9.1" dependencies: @@ -14981,30 +14481,32 @@ __metadata: languageName: node linkType: hard -"victory-voronoi-container@npm:^36.6.7, victory-voronoi-container@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-voronoi-container@npm:36.9.1" +"victory-voronoi-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-voronoi-container@npm:36.8.6" dependencies: delaunay-find: "npm:0.0.6" lodash: "npm:^4.17.19" + prop-types: "npm:^15.8.1" react-fast-compare: "npm:^3.2.0" - victory-core: "npm:^36.9.1" - victory-tooltip: "npm:^36.9.1" + victory-core: "npm:^36.8.6" + victory-tooltip: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/4c7fb0591b5664487cef0c98a3a300022e669f06014b9631542cbe774a448e67b0165be9e01c0be2f402285a4b98349c1f9f54bd729eca47846af52e016813ba + checksum: 10/2b804f6876508df2cb11c4bb119f547345a7e0aa47c49f3a61fa70d6bee2ab244e188d97d17c1996a5a2a5579daa337f8d040de74de4de31ed1954253153fafa languageName: node linkType: hard -"victory-zoom-container@npm:^36.6.7, victory-zoom-container@npm:^36.9.1": - version: 36.9.1 - resolution: "victory-zoom-container@npm:36.9.1" +"victory-zoom-container@npm:36.8.6": + version: 36.8.6 + resolution: "victory-zoom-container@npm:36.8.6" dependencies: lodash: "npm:^4.17.19" - victory-core: "npm:^36.9.1" + prop-types: "npm:^15.8.1" + victory-core: "npm:^36.8.6" peerDependencies: react: ">=16.6.0" - checksum: 10/ded12d276b956a0288164fa7bd0507b19d84a59dec71bf946ce93a69f7a91934c3e47fcb73ba349fd31c9d1051da748ecae674e851be46cab2f37783d4b364fd + checksum: 10/7401838bd5d24fee5039e982546132b717c3106289628ee500580d9c3dc230efed88e2c3315708be603cc118cbd9398401c171cef5ccc53611e1e07f1dcfad57 languageName: node linkType: hard