From a0006d6e729d8e33902a1e06ebe574a98b17bfdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 02:48:50 +0000 Subject: [PATCH] chore(deps-dev): bump ip from 2.0.0 to 2.0.1 Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. - [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93dc3d6..5a7cb97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,27 +23,27 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^17.0.0", - "@angular-eslint/builder": "latest", - "@angular-eslint/eslint-plugin": "latest", - "@angular-eslint/eslint-plugin-template": "latest", - "@angular-eslint/schematics": "latest", - "@angular-eslint/template-parser": "latest", + "@angular-eslint/builder": "*", + "@angular-eslint/eslint-plugin": "*", + "@angular-eslint/eslint-plugin-template": "*", + "@angular-eslint/schematics": "*", + "@angular-eslint/template-parser": "*", "@angular/cli": "^17.0.0", "@angular/compiler-cli": "^17.0.0", "@angular/language-service": "^17.0.0", "@types/express": "^4.17.21", - "@types/jest": "latest", - "@types/node": "latest", - "@typescript-eslint/eslint-plugin": "latest", - "@typescript-eslint/parser": "latest", - "eslint": "latest", - "eslint-plugin-import": "latest", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", - "jest": "latest", - "jest-environment-jsdom": "latest", + "@types/jest": "*", + "@types/node": "*", + "@typescript-eslint/eslint-plugin": "*", + "@typescript-eslint/parser": "*", + "eslint": "*", + "eslint-plugin-import": "*", + "eslint-plugin-jsdoc": "*", + "eslint-plugin-prefer-arrow": "*", + "jest": "*", + "jest-environment-jsdom": "*", "ng-packagr": "^17.0.0", - "prettier": "latest", + "prettier": "*", "ts-node": "^10.9.1", "typescript": "^5.2.2" } @@ -10828,9 +10828,9 @@ } }, "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, "node_modules/ipaddr.js": {