Skip to content

Commit 73b868b

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.29.1
1 parent 72d3fa0 commit 73b868b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

spectral/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/parser": "6.14.0",
2222
"eslint": "8.55.0",
2323
"eslint-config-standard": "17.1.0",
24-
"eslint-plugin-import": "2.29.0",
24+
"eslint-plugin-import": "2.29.1",
2525
"eslint-plugin-node": "11.1.0",
2626
"eslint-plugin-promise": "6.1.1",
2727
"tsc": "2.0.4",

spectral/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -848,10 +848,10 @@ eslint-plugin-es@^3.0.0:
848848
eslint-utils "^2.0.0"
849849
regexpp "^3.0.0"
850850

851-
852-
version "2.29.0"
853-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
854-
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
851+
852+
version "2.29.1"
853+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
854+
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
855855
dependencies:
856856
array-includes "^3.1.7"
857857
array.prototype.findlastindex "^1.2.3"
@@ -869,7 +869,7 @@ [email protected]:
869869
object.groupby "^1.0.1"
870870
object.values "^1.1.7"
871871
semver "^6.3.1"
872-
tsconfig-paths "^3.14.2"
872+
tsconfig-paths "^3.15.0"
873873

874874
875875
version "11.1.0"
@@ -2103,10 +2103,10 @@ [email protected]:
21032103
resolved "https://registry.yarnpkg.com/tsc/-/tsc-2.0.4.tgz#5f6499146abea5dca4420b451fa4f2f9345238f5"
21042104
integrity sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==
21052105

2106-
tsconfig-paths@^3.14.2:
2107-
version "3.14.2"
2108-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
2109-
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
2106+
tsconfig-paths@^3.15.0:
2107+
version "3.15.0"
2108+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
2109+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
21102110
dependencies:
21112111
"@types/json5" "^0.0.29"
21122112
json5 "^1.0.2"

0 commit comments

Comments
 (0)