diff --git a/package-lock.json b/package-lock.json index e70d0f2..3a1a482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "page-processing-lib", - "version": "4.1.7", + "version": "4.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "page-processing-lib", - "version": "4.1.7", + "version": "4.1.8", "license": "GPL", "devDependencies": { "@stylistic/eslint-plugin": "^5.4.0", @@ -4610,9 +4610,9 @@ } }, "node_modules/ip-address": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz", - "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz", + "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 79596fe..4489ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "page-processing-lib", - "version": "4.1.7", + "version": "4.1.8", "main": "dist/index.js", "types": "dist/src/index.d.ts", "repository": "git@github.com:Monsido/page-processing-lib.git",