1
0
mirror of synced 2024-11-24 06:50:11 +01:00
This commit is contained in:
Aaron M 2021-02-09 18:03:23 +13:00
commit a4356bca4e
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.6",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.6.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" "integrity": "sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg=="
} }
} }
} }

View File

@ -9,6 +9,6 @@
"author": "spazzy", "author": "spazzy",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"ini": "^1.3.5" "ini": "^1.3.6"
} }
} }