diff --git a/package-lock.json b/package-lock.json index 87296ed1a..ac4a72c60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "nodemon": "3.1.9", "npm-run-all2": "7.0.2", "prettier-standard": "16.4.1", - "publint": "0.3.1", + "publint": "0.3.2", "smee-client": "2.0.4", "standard": "17.1.2" }, @@ -3035,9 +3035,9 @@ } }, "node_modules/@publint/pack": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.0.tgz", - "integrity": "sha512-NvV5jPAQIMCoHvaJ0ZhfouBJ2woFYYf+o6B7dCHGh/tLKSPVoxhjffi35xPuMHgOv65aTOKUzML5XwQF9EkDAA==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.1.tgz", + "integrity": "sha512-TvCl79Y8v18ZhFGd5mjO1kYPovSBq3+4LVCi5Nfl1JI8fS8i8kXbgQFGwBJRXczim8GlW8c2LMBKTtExYXOy/A==", "dev": true, "license": "MIT", "engines": { @@ -16342,13 +16342,13 @@ "license": "MIT" }, "node_modules/publint": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.1.tgz", - "integrity": "sha512-kZo30Y7aRyF/KmXMiGjkQFuhqQ7+dS6msPUoMUhhCYpVd1bEO3LC2tYueJxzscFAM7P+ayJ5vWGUeoj1xDCmHw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.2.tgz", + "integrity": "sha512-fPs7QUbUvwixxPYUUTn0Kqp0rbH5rbiAOZwQOXMkIj+4Nopby1AngodSQmzTkJWTJ5R4uVV8oYmgVIjj+tgv1w==", "dev": true, "license": "MIT", "dependencies": { - "@publint/pack": "^0.1.0", + "@publint/pack": "^0.1.1", "package-manager-detector": "^0.2.8", "picocolors": "^1.1.1", "sade": "^1.8.1" diff --git a/package.json b/package.json index bcb2d0670..37b0b9ee8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "nodemon": "3.1.9", "npm-run-all2": "7.0.2", "prettier-standard": "16.4.1", - "publint": "0.3.1", + "publint": "0.3.2", "smee-client": "2.0.4", "standard": "17.1.2" },