summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-10 17:54:10 +0000
committerGitHub <noreply@github.com>2020-12-10 17:54:10 +0000
commit56e329e86aa2f43004944f741cb30eb8cedeec6f (patch)
treed49ccfab38306be8cf9506eb4aaad5b0279d6197
parent9dc01fe551967a826e87226aa27ca0880ad3c090 (diff)
Bump ini from 1.3.5 to 1.3.7 in /jsdependabot/npm_and_yarn/js/ini-1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--js/package-lock.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index b85881cda..1b61f093e 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -2351,12 +2351,6 @@
"dev": true,
"optional": true
},
- "ini": {
- "version": "1.3.5",
- "bundled": true,
- "dev": true,
- "optional": true
- },
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
@@ -3267,9 +3261,9 @@
"dev": true
},
"ini": {
- "version": "1.3.5",
- "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
- "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz",
+ "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==",
"dev": true
},
"interpret": {