Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update most non-major dependencies #4248

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"xhr2": "0.2.1"
},
"dependencies": {
"@apollo/client": "3.7.7",
"@apollo/client": "3.7.10",
"@blueprintjs/core": "4.16.3",
"@blueprintjs/datetime": "4.4.18",
"@blueprintjs/popover2": "1.13.3",
Expand All @@ -130,14 +130,14 @@
"change-case": "4.1.2",
"classnames": "2.3.2",
"closest": "0.0.1",
"core-js": "3.27.2",
"core-js": "3.29.1",
"d3": "7.8.2",
"dagre": "0.8.5",
"email-addresses": "5.0.0",
"escape-html": "1.0.3",
"file-saver": "2.0.5",
"formik": "2.2.9",
"graphiql": "2.2.0",
"graphiql": "2.4.0",
"graphql": "16.6.0",
"hopscotch": "0.3.1",
"jsonpath-plus": "7.2.0",
Expand All @@ -150,7 +150,7 @@
"locale-compare-polyfill": "0.0.2",
"lodash": "4.17.21",
"mgrs": "1.0.0",
"milsymbol": "2.0.0",
"milsymbol": "2.1.0",
"ml-matrix": "6.10.4",
"moment": "2.29.4",
"pathfinding": "0.4.18",
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/graphs/OrganizationalChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "components/Page"
import * as d3 from "d3"
import _xor from "lodash/xor"
import { Symbol } from "milsymbol"
import ms from "milsymbol"
import { Organization, Position } from "models"
import PropTypes from "prop-types"
import React, { useEffect, useLayoutEffect, useRef, useState } from "react"
Expand Down Expand Up @@ -259,7 +259,7 @@ const OrganizationalChart = ({
element => element.value === positions?.[0]?.person?.rank
)?.app6Modifier

const sym = new Symbol(
const sym = new ms.Symbol(
`S${
d.data.type === Organization.TYPE.ADVISOR_ORG ? "F" : "N"
}GPU------${unitcode || "-"}`,
Expand Down
81 changes: 41 additions & 40 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/client@3.7.7":
version "3.7.7"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.7.tgz#5eb6e8af24fb809c97c8f66c3faf9524f83c412b"
integrity sha512-Rp/pCWuJSjLN7Xl5Qi2NoeURmZYEU/TIUz0n/LOwEo1tGdU2W7/fGVZ8+5um58JeVYq4UoTGBKFxSVeG4s411A==
"@apollo/client@3.7.10":
version "3.7.10"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.10.tgz#addc5fcebaf016981d9476268a06d529be83f568"
integrity sha512-/k1MfrqPKYiPNdHcOzdxg9cEx96vhAGxAcSorzfBvV29XtFQcYW2cPNQOTjK/fpSMtqVo8UNmu5vwQAWD1gfCg==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.7.0"
Expand Down Expand Up @@ -1626,29 +1626,30 @@
dependencies:
fast-deep-equal "^3.1.3"

"@graphiql/react@^0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.15.0.tgz#b10fc40c5a85e7b5b845907d57bfd8be92753037"
integrity sha512-kJqkdf6d4Cck05Wt5yCDZXWfs7HZgcpuoWq/v8nOa698qVaNMM3qdG4CpRsZEexku0DSSJzWWuanxd5x+sRcFg==
"@graphiql/react@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.17.0.tgz#bdfc3047d7de3dcaea90966e89f5396c4e0e56fb"
integrity sha512-mn8FfucLJzFLQQ5OoJ9U1Dvnva1smOxBL89D2TSM2B6mmDyQIRhFXmjzUTPdsqwpauFiqkDaQZiqX7T/ZPrg/w==
dependencies:
"@graphiql/toolkit" "^0.8.0"
"@graphiql/toolkit" "^0.8.2"
"@reach/combobox" "^0.17.0"
"@reach/dialog" "^0.17.0"
"@reach/listbox" "^0.17.0"
"@reach/menu-button" "^0.17.0"
"@reach/tooltip" "^0.17.0"
"@reach/visually-hidden" "^0.17.0"
clsx "^1.2.1"
codemirror "^5.65.3"
codemirror-graphql "^2.0.2"
codemirror-graphql "^2.0.4"
copy-to-clipboard "^3.2.0"
graphql-language-service "^5.1.0"
graphql-language-service "^5.1.2"
markdown-it "^12.2.0"
set-value "^4.1.0"

"@graphiql/toolkit@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.8.0.tgz#f778baaab36be7fa7c9c07e8161a3334fc2c23ec"
integrity sha512-DbMFhEKejpPzB6k8W3Mj+Rl8geXiw49USDF9Wdi06EEk1XLVh1iebDqveYY+4lViITsV4+BeGikxlqi8umfP4g==
"@graphiql/toolkit@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.8.2.tgz#ad7de51d0dbc7ba917ba2eb55a848c9c6857ad55"
integrity sha512-FGtXBYTzcPuwfpaC+0BGeriLD6kwTdcF5xugGvjutk5J93Dgy2vw+SkBdbi1QGzz/jooETi1kEtFeDuWTzIG7Q==
dependencies:
"@n1ru4l/push-pull-async-iterable-iterator" "^3.1.0"
meros "^1.1.4"
Expand Down Expand Up @@ -6644,7 +6645,7 @@ closest@0.0.1:
dependencies:
matches-selector "0.0.1"

clsx@^1.1.1:
clsx@^1.1.1, clsx@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
Expand All @@ -6661,12 +6662,12 @@ code-excerpt@^4.0.0:
dependencies:
convert-to-spaces "^2.0.1"

codemirror-graphql@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-2.0.3.tgz#bcd8ee0ca769ff8ff479449dbf090c95e3eb27f4"
integrity sha512-T58f+XQVKE6/6goAADJfu56wPRcdF2RUZMHITUol6h6Uo1KKUmknV4muKNFOl6GM15BjBraysF6HATp4oY6kyA==
codemirror-graphql@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-2.0.4.tgz#2062056846f26d4b95af20cb37d633b6f1052c00"
integrity sha512-u68lfUJv4hESfIZLJUGSWU2+txNrfoT29EEMxNksDBPXjnF41Ivpp/r8rxJBXigNcDOBmjMfKfs1J4L0Jggwrg==
dependencies:
graphql-language-service "5.1.1"
graphql-language-service "5.1.2"

codemirror@^5.65.3:
version "5.65.11"
Expand Down Expand Up @@ -6960,10 +6961,10 @@ core-js-pure@^3.23.3:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.27.2.tgz#47e9cc96c639eefc910da03c3ece26c5067c7553"
integrity sha512-Cf2jqAbXgWH3VVzjyaaFkY1EBazxugUepGymDoeteyYr9ByX51kD2jdHZlsEF/xnJMyN3Prua7mQuzwMg6Zc9A==

core-js@3, core-js@3.27.2, core-js@^3.0.4, core-js@^3.24.1, core-js@^3.6.5, core-js@^3.8.2:
version "3.27.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7"
integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==
core-js@3, core-js@3.29.1, core-js@^3.0.4, core-js@^3.24.1, core-js@^3.6.5, core-js@^3.8.2:
version "3.29.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.29.1.tgz#40ff3b41588b091aaed19ca1aa5cb111803fa9a6"
integrity sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -9752,15 +9753,15 @@ grapheme-splitter@^1.0.2, grapheme-splitter@^1.0.4:
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==

graphiql@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-2.2.0.tgz#406b9b28bca130ae9ece892826c1d60958c1ac13"
integrity sha512-w1ujpCKMlkwkoUjeg0HpRiBBTm1WHAjHNkFv1TbMu6trjzz63mQ48GLZlmyQY1yhwmc+diCcvmmAt+AyvKLWWA==
graphiql@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-2.4.0.tgz#ffbe3967faf9c8e4220891b3567d05320d77de5a"
integrity sha512-lJ6OYDQkhAMZePrz8g6r9vMVmxa4SY9eEzzyJxsgE+jA+6PFKds2e8/tDAaCYfX0HNv84nc7W/th1vsHIdgYiA==
dependencies:
"@graphiql/react" "^0.15.0"
"@graphiql/toolkit" "^0.8.0"
"@graphiql/react" "^0.17.0"
"@graphiql/toolkit" "^0.8.2"
entities "^2.0.0"
graphql-language-service "^5.1.0"
graphql-language-service "^5.1.2"
markdown-it "^12.2.0"

graphlib@^2.1.8:
Expand All @@ -9787,10 +9788,10 @@ graphql-config@^4.5.0:
string-env-interpolation "1.0.1"
tslib "^2.4.0"

graphql-language-service@5.1.1, graphql-language-service@^5.1.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/graphql-language-service/-/graphql-language-service-5.1.1.tgz#d7b46d46adad3b192489960cc939da7ad8dbf21a"
integrity sha512-gpaDT9E3+3eWhoqO4C81CGhkzr7Vp2jH/eq+ykoUbgfvMEpqhGTfCeNmrf+S4K/+4WTkAAJBsYT0/ZPZkqe/Hg==
graphql-language-service@5.1.2, graphql-language-service@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/graphql-language-service/-/graphql-language-service-5.1.2.tgz#f76dbe5f6c9bd8266bad26d64eb8e309c147a801"
integrity sha512-oeuztbvd7fwKWZ/GCp0voqgctdIL4BDjTkd/phz1jEyH+pfj6inJWKKIkUJPW5ebWHx+mFsZ00wdE6tiCvW2fA==
dependencies:
nullthrows "^1.0.0"
vscode-languageserver-types "^3.17.1"
Expand Down Expand Up @@ -12680,10 +12681,10 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
braces "^3.0.2"
picomatch "^2.3.1"

milsymbol@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/milsymbol/-/milsymbol-2.0.0.tgz#7084027b7c19de0f087a26238a713b6db6def6ac"
integrity sha512-GcBFrcIUr8jScaZqZb0SI2W6AbnUrPCTHu2kqHxduQjN2DIN8q5pY6ksSWfnJ4HlcIAWQhyotbdPIr1bBxFbwQ==
milsymbol@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/milsymbol/-/milsymbol-2.1.0.tgz#83fadb3715188f3db6ca3d7aa9384ef667af1ca5"
integrity sha512-2YY124u2rXV/W+5/qq0z+jU8TV4OwZxydD6/2zDFTlKpPgK95jH8ldziOrBLH7WuKj5mLaHw+AZPG117Jiy3fQ==

mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
version "1.52.0"
Expand Down