Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-10 11:22:52 +0300
committerGitHub <noreply@github.com>2022-05-10 11:22:52 +0300
commit124bdfa4c17d6ef5b1c70d267e2595a924e99512 (patch)
tree766a114ce837ff147c96f0a97626b5c6043fda49
parenta9f8feb90bca130704c14d02667321c25545d75a (diff)
Bump ip from 1.1.5 to 2.0.0 (#36316)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 2.0.0. - [Release notes](https://github.com/indutny/node-ip/releases) - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v2.0.0) --- updated-dependencies: - dependency-name: ip dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0164dd7117..00a4f62c1e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.86.0",
- "ip": "^1.1.5",
+ "ip": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.3.19",
"karma-browserstack-launcher": "1.4.0",
@@ -5937,9 +5937,9 @@
}
},
"node_modules/ip": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
- "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
+ "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
"dev": true
},
"node_modules/is-alphabetical": {
@@ -15401,9 +15401,9 @@
}
},
"ip": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
- "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
+ "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
"dev": true
},
"is-alphabetical": {
diff --git a/package.json b/package.json
index 5525014c20..f623b1dcde 100644
--- a/package.json
+++ b/package.json
@@ -125,7 +125,7 @@
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.86.0",
- "ip": "^1.1.5",
+ "ip": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.3.19",
"karma-browserstack-launcher": "1.4.0",