mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix(deps): update dependency iso-639-1 to v3 (#2355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cf20ac29db
commit
87d6ed39eb
2 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@
|
|||
"happy-dom": "^10.5.2",
|
||||
"idb-keyval": "^6.2.1",
|
||||
"ignore-dependency-scripts": "^1.0.1",
|
||||
"iso-639-1": "^2.1.15",
|
||||
"iso-639-1": "^3.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lru-cache": "^10.0.0",
|
||||
"masto": "^5.11.3",
|
||||
|
|
|
@ -149,8 +149,8 @@ importers:
|
|||
specifier: ^1.0.1
|
||||
version: 1.0.1
|
||||
iso-639-1:
|
||||
specifier: ^2.1.15
|
||||
version: 2.1.15
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.1
|
||||
js-yaml:
|
||||
specifier: ^4.1.0
|
||||
version: 4.1.0
|
||||
|
@ -9933,8 +9933,8 @@ packages:
|
|||
/isexe@2.0.0:
|
||||
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
||||
|
||||
/iso-639-1@2.1.15:
|
||||
resolution: {integrity: sha512-7c7mBznZu2ktfvyT582E2msM+Udc1EjOyhVRE/0ZsjD9LBtWSm23h3PtiRh2a35XoUsTQQjJXaJzuLjXsOdFDg==}
|
||||
/iso-639-1@3.0.1:
|
||||
resolution: {integrity: sha512-MYObGS3URxBV2w9S+rvW4O1jKT1/aAWq6Jqo2NFOIDys3R8japWGOzEBv8eu4mHDWDSslBrPVNmBEirha7t/vA==}
|
||||
engines: {node: '>=6.0'}
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue