chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.5.1 to 1.5.3 (#14165)
* chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.5.1 to 1.5.3 Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.5.3/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4889799af6
commit
25f628f134
|
|
@ -152,7 +152,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
||||
"@stylistic/eslint-plugin-js": "1.5.1",
|
||||
"@stylistic/eslint-plugin-js": "1.5.3",
|
||||
"@types/aes-js": "3.1.4",
|
||||
"@types/crypto-js": "4.2.1",
|
||||
"@types/eslint": "8.56.0",
|
||||
|
|
|
|||
|
|
@ -209,8 +209,8 @@ devDependencies:
|
|||
specifier: 3.0.0
|
||||
version: 3.0.0
|
||||
'@stylistic/eslint-plugin-js':
|
||||
specifier: 1.5.1
|
||||
version: 1.5.1(eslint@8.56.0)
|
||||
specifier: 1.5.3
|
||||
version: 1.5.3(eslint@8.56.0)
|
||||
'@types/aes-js':
|
||||
specifier: 3.1.4
|
||||
version: 3.1.4
|
||||
|
|
@ -1337,13 +1337,13 @@ packages:
|
|||
'@sinonjs/commons': 3.0.0
|
||||
dev: true
|
||||
|
||||
/@stylistic/eslint-plugin-js@1.5.1(eslint@8.56.0):
|
||||
resolution: {integrity: sha512-iZF0rF+uOhAmOJYOJx1Yvmm3CZ1uz9n0SRd9dpBYHA3QAvfABUORh9LADWwZCigjHJkp2QbCZelGFJGwGz7Siw==}
|
||||
/@stylistic/eslint-plugin-js@1.5.3(eslint@8.56.0):
|
||||
resolution: {integrity: sha512-XlKnm82fD7Sw9kQ6FFigE0tobvptNBXZWsdfoKmUyK7bNxHsAHOFT8zJGY3j3MjZ0Fe7rLTu86hX/vOl0bRRdQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
dependencies:
|
||||
acorn: 8.11.2
|
||||
acorn: 8.11.3
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 8.56.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
|
@ -1932,6 +1932,12 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/acorn@8.11.3:
|
||||
resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
|
||||
engines: {node: '>=0.4.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/aes-js@3.1.2:
|
||||
resolution: {integrity: sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==}
|
||||
dev: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue