Skip to content

Commit

Permalink
Update most non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2023
1 parent d320386 commit 937b3d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"xhr2": "0.2.1"
},
"dependencies": {
"@apollo/client": "3.8.4",
"@apollo/client": "3.8.5",
"@blueprintjs/core": "4.20.2",
"@blueprintjs/datetime": "4.4.37",
"@blueprintjs/popover2": "1.14.11",
Expand Down Expand Up @@ -147,7 +147,7 @@
"keycloak-js": "22.0.4",
"leaflet": "1.9.4",
"leaflet-defaulticon-compatibility": "0.1.2",
"leaflet-geosearch": "3.9.0",
"leaflet-geosearch": "3.10.0",
"leaflet-gesture-handling": "1.2.2",
"leaflet.markercluster": "1.5.3",
"locale-compare-polyfill": "0.0.2",
Expand All @@ -172,7 +172,7 @@
"react-redux-loading-bar": "5.0.4",
"react-router-bootstrap": "0.26.2",
"react-router-dom": "6.3.0",
"react-scroll": "1.8.9",
"react-scroll": "1.9.0",
"react-toastify": "9.1.3",
"react-ultimate-pagination": "1.3.2",
"react-use-dimensions": "1.2.1",
Expand Down
24 changes: 12 additions & 12 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/client@3.8.4":
version "3.8.4"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.4.tgz#b6d67251422ee8bb05e240ffa65fe8fbd336cd66"
integrity sha512-QFXE4ylSHUa6LgYoOGsPysJCm4YJOOM1NwHyF6msZdZXIerqUVpLvxQOdQEXgS0RWvYiBMC1wGOWKzJKSWBdAg==
"@apollo/client@3.8.5":
version "3.8.5"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.8.5.tgz#becd2101d6049afd03dd796693fb5804346df42f"
integrity sha512-/ueWC3f1pFeH+tWbM1phz6pzUGGijyml6oQ+LKUcQzpXF6tVFPrb6oUIUQCbZpr6Xmv/dtNiFDohc39ra7Solg==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/context" "^0.7.3"
Expand Down Expand Up @@ -11671,10 +11671,10 @@ leaflet-defaulticon-compatibility@0.1.2:
resolved "https://registry.yarnpkg.com/leaflet-defaulticon-compatibility/-/leaflet-defaulticon-compatibility-0.1.2.tgz#f5e1a5841aeab9d1682d17887348855a741b3c2a"
integrity sha512-IrKagWxkTwzxUkFIumy/Zmo3ksjuAu3zEadtOuJcKzuXaD76Gwvg2Z1mLyx7y52ykOzM8rAH5ChBs4DnfdGa6Q==

leaflet-geosearch@3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/leaflet-geosearch/-/leaflet-geosearch-3.9.0.tgz#8123ee9078292ff278ef2b93dc9a4bd25a396690"
integrity sha512-6bls8jxwGE2DdFXOUBwXlC8+kI7SlT2MuNYgH5/bl5qwzEiobolsgwNvL99mspgfLZjODhH97jrXPX4LVMe4ZQ==
leaflet-geosearch@3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/leaflet-geosearch/-/leaflet-geosearch-3.10.0.tgz#bea7af4878078475c8cdab5ab01c0fee4ac5e14c"
integrity sha512-KR2LY5kRlfJm114+Pv7qoeFLtZgedoTaGf25vu6+ZJIxijWOnLjHx3lNAUk6U4EYvwCVTaCCfKJnkz1BD9ZtbA==
optionalDependencies:
"@googlemaps/js-api-loader" "^1.14.3"
leaflet "^1.6.0"
Expand Down Expand Up @@ -13994,10 +13994,10 @@ react-router@6.3.0:
dependencies:
history "^5.2.0"

react-scroll@1.8.9:
version "1.8.9"
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.8.9.tgz#96f8a82f882b187970c2338759225c7e619d915b"
integrity sha512-9m7ztraiX/l6L7erzYAD3fhnveNckei6/NkWfqwN2e0FRdoE2W6Pk4oi2Nah7mWpPCPAeIgegfaqZACTimPOwg==
react-scroll@1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.9.0.tgz#2984006e184afd0e4018f837d127edf5fa8f152c"
integrity sha512-mamNcaX9Ng+JeSbBu97nWwRhYvL2oba+xR2GxvyXsbDeGP+gkYIKZ+aDMMj/n20TbV9SCWm/H7nyuNTSiXA6yA==
dependencies:
lodash.throttle "^4.1.1"
prop-types "^15.7.2"
Expand Down

0 comments on commit 937b3d6

Please sign in to comment.