Skip to content

Commit 5a36fc0

Browse files
fix(deps): update dependency js-beautify to v1.15.1 (#943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04614d3 commit 5a36fc0

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"antd": "4.20.5",
2626
"chrome-extension-async": "3.4.1",
2727
"clean-webpack-plugin": "4.0.0",
28-
"js-beautify": "1.14.11",
28+
"js-beautify": "1.15.1",
2929
"lodash.orderby": "4.6.0",
3030
"lodash.uniqby": "4.7.0",
3131
"mobx": "6.12.3",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,7 +4129,7 @@ [email protected]:
41294129
dependencies:
41304130
safe-buffer "^5.0.1"
41314131

4132-
editorconfig@^1.0.3:
4132+
editorconfig@^1.0.4:
41334133
version "1.0.4"
41344134
resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-1.0.4.tgz#040c9a8e9a6c5288388b87c2db07028aa89f53a3"
41354135
integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==
@@ -7089,16 +7089,22 @@ [email protected]:
70897089
import-local "^3.0.2"
70907090
jest-cli "^27.5.1"
70917091

7092-
js-beautify@1.14.11:
7093-
version "1.14.11"
7094-
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.14.11.tgz#57b17e009549ac845bdc58eddf8e1862e311314e"
7095-
integrity sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==
7092+
js-beautify@1.15.1:
7093+
version "1.15.1"
7094+
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.1.tgz#4695afb508c324e1084ee0b952a102023fc65b64"
7095+
integrity sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==
70967096
dependencies:
70977097
config-chain "^1.1.13"
7098-
editorconfig "^1.0.3"
7098+
editorconfig "^1.0.4"
70997099
glob "^10.3.3"
7100+
js-cookie "^3.0.5"
71007101
nopt "^7.2.0"
71017102

7103+
js-cookie@^3.0.5:
7104+
version "3.0.5"
7105+
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
7106+
integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
7107+
71027108
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
71037109
version "4.0.0"
71047110
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)