diff --git a/examples/eth-pm/package-lock.json b/examples/eth-pm/package-lock.json index e5774434a4..3d32f29eb4 100644 --- a/examples/eth-pm/package-lock.json +++ b/examples/eth-pm/package-lock.json @@ -31,7 +31,7 @@ "cspell": "^5.17.0", "eslint": "^8.8.0", "npm-run-all": "^4.1.5", - "prettier": "^2.3.1", + "prettier": "^2.5.1", "react-scripts": "5.0.0", "typescript": "^4.5.5" } @@ -15531,9 +15531,9 @@ } }, "node_modules/prettier": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", - "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", + "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -31307,9 +31307,9 @@ "dev": true }, "prettier": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz", - "integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", + "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true }, "pretty-bytes": { diff --git a/examples/eth-pm/package.json b/examples/eth-pm/package.json index 107a30f7f2..7dbc4574fb 100644 --- a/examples/eth-pm/package.json +++ b/examples/eth-pm/package.json @@ -60,7 +60,7 @@ "cspell": "^5.17.0", "eslint": "^8.8.0", "npm-run-all": "^4.1.5", - "prettier": "^2.3.1", + "prettier": "^2.5.1", "react-scripts": "5.0.0", "typescript": "^4.5.5" }