diff --git a/package-lock.json b/package-lock.json index 2265234..e118a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "module-replacements-codemods": "^1.2.0", "obug": "^2.1.1", "package-manager-detector": "^1.6.0", - "publint": "^0.3.17", + "publint": "^0.3.18", "semver": "^7.7.4", "tinyglobby": "^0.2.15" }, @@ -4451,12 +4451,12 @@ } }, "node_modules/publint": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.17.tgz", - "integrity": "sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==", + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.18.tgz", + "integrity": "sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog==", "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.3", + "@publint/pack": "^0.1.4", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index 0f55926..a5d7021 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "module-replacements-codemods": "^1.2.0", "obug": "^2.1.1", "package-manager-detector": "^1.6.0", - "publint": "^0.3.17", + "publint": "^0.3.18", "semver": "^7.7.4", "tinyglobby": "^0.2.15" },