mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
Upgrade alif-toolkit to avoid warning installing
`alif-toolkit@1.2.6` has request as dependency and this warning was raised running `npm install`: ``` alif-toolkit > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 ``` After this commit, `alif-toolkit@1.2.9` hasn't request as dependency.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"@turf/bbox-clip": "^6.0.0",
|
||||
"abortcontroller-polyfill": "^1.4.0",
|
||||
"aes-js": "^3.1.2",
|
||||
"alif-toolkit": "^1.2.6",
|
||||
"alif-toolkit": "^1.2.9",
|
||||
"browser-polyfills": "~1.5.0",
|
||||
"diacritics": "1.3.0",
|
||||
"fast-deep-equal": "~3.1.1",
|
||||
|
||||
Reference in New Issue
Block a user