diff --git a/package-lock.json b/package-lock.json index 0162432..1deff85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "eslint": "^9.39.2", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-yml": "^1.19.1", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "yaml-eslint-parser": "^1.3.2" }, "engines": { @@ -250,7 +250,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -471,7 +470,6 @@ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -1212,9 +1210,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 643bcca..6d41aaf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint": "^9.39.2", "eslint-plugin-yml": "^1.19.1", "eslint-plugin-markdown": "^5.1.0", - "prettier": "^3.7.4", + "prettier": "^3.8.0", "yaml-eslint-parser": "^1.3.2" }, "scripts": {