Skip to content

Commit 7469034

Browse files
authored
Merge branch 'main' into NDT-722-Remove-layer-selection-from-map-when-collapsed
2 parents eb8af6e + def35cb commit 7469034

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@sentry/nextjs": "^8",
5555
"@smithy/node-http-handler": "^4.0.2",
5656
"@snowplow/browser-tracker": "^4.2.0",
57-
"@tmcw/togeojson": "^6.0.1",
57+
"@tmcw/togeojson": "^7.0.0",
5858
"@types/eslint": "^8.44.2",
5959
"@types/formidable": "^3.4.5",
6060
"@types/geojson": "^7946.0.16",
@@ -144,7 +144,7 @@
144144
"@types/leaflet": "^1.9.15",
145145
"@types/lodash.isequal": "^4.5.8",
146146
"@types/luxon": "^3.4.2",
147-
"@types/node": "22.13.9",
147+
"@types/node": "22.13.10",
148148
"@types/react": "18.3.12",
149149
"@types/react-dom": "18.3.1",
150150
"@types/react-relay": "^13.0.2",
@@ -162,7 +162,7 @@
162162
"eslint-config-airbnb": "^19.0.4",
163163
"eslint-config-airbnb-typescript": "^17.0.0",
164164
"eslint-config-next": "^15.2.1",
165-
"eslint-config-prettier": "^10.0.2",
165+
"eslint-config-prettier": "^10.1.1",
166166
"eslint-plugin-cypress": "^3.6.0",
167167
"eslint-plugin-jest": "^28.11.0",
168168
"eslint-plugin-react-hooks": "^4.6.2",

app/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -4749,10 +4749,10 @@
47494749
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149"
47504750
integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==
47514751

4752-
"@tmcw/togeojson@^6.0.1":
4753-
version "6.0.1"
4754-
resolved "https://registry.yarnpkg.com/@tmcw/togeojson/-/togeojson-6.0.1.tgz#db9b0e14c3427e9cd1ee4810ed6848edb8a5444d"
4755-
integrity sha512-eit0noOFdAz6f26ODt5h3E/7wkmW/Sr8b3cVDPTKwYCXk9JL1lfoRKGw2axFVYJC6s5unVTVCjOe86Vak02Vuw==
4752+
"@tmcw/togeojson@^7.0.0":
4753+
version "7.0.0"
4754+
resolved "https://registry.yarnpkg.com/@tmcw/togeojson/-/togeojson-7.0.0.tgz#4ca264741884356795ad541fddda348e87ec6ab7"
4755+
integrity sha512-e2BoFtuCm47R0Bz4m/HATdMIDcsbNUKiNCtm9AySukG8uaanEluncdvq+h3b2tT36LBkEdM6hmpWDcOw97tWpQ==
47564756

47574757
"@tootallnate/once@1":
47584758
version "1.1.2"
@@ -5147,10 +5147,10 @@
51475147
dependencies:
51485148
"@types/node" "*"
51495149

5150-
"@types/node@*", "@types/[email protected].9":
5151-
version "22.13.9"
5152-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
5153-
integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
5150+
"@types/node@*", "@types/[email protected].10":
5151+
version "22.13.10"
5152+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
5153+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
51545154
dependencies:
51555155
undici-types "~6.20.0"
51565156

@@ -6098,9 +6098,9 @@ axe-core@^4.2.0:
60986098
integrity sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==
60996099

61006100
axios@^1.7.9:
6101-
version "1.7.9"
6102-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
6103-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
6101+
version "1.8.2"
6102+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
6103+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
61046104
dependencies:
61056105
follow-redirects "^1.15.6"
61066106
form-data "^4.0.0"
@@ -8068,10 +8068,10 @@ eslint-config-next@^15.2.1:
80688068
eslint-plugin-react "^7.37.0"
80698069
eslint-plugin-react-hooks "^5.0.0"
80708070

8071-
eslint-config-prettier@^10.0.2:
8072-
version "10.0.2"
8073-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
8074-
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
8071+
eslint-config-prettier@^10.1.1:
8072+
version "10.1.1"
8073+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz#cf0ff6e5c4e7e15f129f1f1ce2a5ecba92dec132"
8074+
integrity sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==
80758075

80768076
eslint-import-resolver-node@^0.3.6, eslint-import-resolver-node@^0.3.9:
80778077
version "0.3.9"

0 commit comments

Comments
 (0)