Skip to content

Commit c155b4f

Browse files
chore(deps-dev): bump office-addin-lint from 2.0.1 to 2.2.5
Bumps [office-addin-lint](https://github.com/OfficeDev/Office-Addin-Scripts) from 2.0.1 to 2.2.5. - [Release notes](https://github.com/OfficeDev/Office-Addin-Scripts/releases) - [Commits](https://github.com/OfficeDev/Office-Addin-Scripts/compare/[email protected]@2.2.5) --- updated-dependencies: - dependency-name: office-addin-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75e4115 commit c155b4f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"office-addin-cli": "^1.5.3",
8888
"office-addin-debugging": "^5.0.5",
8989
"office-addin-dev-certs": "^1.11.3",
90-
"office-addin-lint": "^2.0.1",
90+
"office-addin-lint": "^2.2.5",
9191
"office-addin-manifest": "^1.10.3",
9292
"office-addin-prettier-config": "^1.2.0",
9393
"postcss-loader": "^4.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@
26112611
dependencies:
26122612
"@types/node" "*"
26132613

2614-
"@typescript-eslint/eslint-plugin@^4.20.0", "@typescript-eslint/eslint-plugin@^4.33.0":
2614+
"@typescript-eslint/eslint-plugin@^4.33.0":
26152615
version "4.33.0"
26162616
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
26172617
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
@@ -2653,7 +2653,7 @@
26532653
eslint-scope "^5.1.1"
26542654
eslint-utils "^3.0.0"
26552655

2656-
"@typescript-eslint/parser@^4.15.1", "@typescript-eslint/parser@^4.33.0":
2656+
"@typescript-eslint/parser@^4.33.0":
26572657
version "4.33.0"
26582658
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
26592659
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
@@ -5899,7 +5899,7 @@ eslint-plugin-jsx-a11y@^6.7.1:
58995899
object.fromentries "^2.0.6"
59005900
semver "^6.3.0"
59015901

5902-
eslint-plugin-office-addins@^2.0.1, eslint-plugin-office-addins@^2.1.5:
5902+
eslint-plugin-office-addins@^2.1.5:
59035903
version "2.1.5"
59045904
resolved "https://registry.yarnpkg.com/eslint-plugin-office-addins/-/eslint-plugin-office-addins-2.1.5.tgz#0e5f8f060a1e82d8b2e0ed62e5e1da1d478daa91"
59055905
integrity sha512-n0w2LKWwDxxmB71jle261tENwuajO0lJPsle5gBVBGa6QqndW34KFq5CF8CoC0fuH6z3/yIMRjGDvfvbuDEOXw==
@@ -9202,20 +9202,20 @@ office-addin-dev-settings@^2.0.3:
92029202
whatwg-url "^7.1.0"
92039203
winreg "^1.2.4"
92049204

9205-
office-addin-lint@^2.0.1:
9206-
version "2.0.1"
9207-
resolved "https://registry.yarnpkg.com/office-addin-lint/-/office-addin-lint-2.0.1.tgz#65b499e951b14bc04b9902193570807566d9d3f9"
9208-
integrity sha512-aQe0DiLsb7pjIn3mLte+XdYPxi+mJ1Jd+zJPIfdioVDuaqvlOx+JqIsy1qbdfDgOEyfUoyVkqCN2aPzz4idKPQ==
9205+
office-addin-lint@^2.2.5:
9206+
version "2.2.5"
9207+
resolved "https://registry.yarnpkg.com/office-addin-lint/-/office-addin-lint-2.2.5.tgz#2eeb415577eddb0ddc5aa73a47f474d3db0bee33"
9208+
integrity sha512-d5ASs9ClomKex0+e5Jv9bNC6xet1VyQrqb6ShChx22j6kWwX5mEaN/RAx7HCGRbhSQ9Dxmky+UUojdbZaR+DTw==
92099209
dependencies:
9210-
"@typescript-eslint/eslint-plugin" "^4.20.0"
9211-
"@typescript-eslint/parser" "^4.15.1"
9210+
"@typescript-eslint/eslint-plugin" "^5.33.1"
9211+
"@typescript-eslint/parser" "^5.33.1"
92129212
commander "^6.2.0"
92139213
eslint "^7.32.0"
92149214
eslint-config-prettier "^8.1.0"
9215-
eslint-plugin-office-addins "^2.0.1"
9215+
eslint-plugin-office-addins "^2.1.5"
92169216
eslint-plugin-prettier "^3.3.1"
9217-
office-addin-prettier-config "^1.1.5"
9218-
office-addin-usage-data "^1.4.7"
9217+
office-addin-prettier-config "^1.2.0"
9218+
office-addin-usage-data "^1.6.5"
92199219
prettier "^2.2.1"
92209220

92219221
office-addin-manifest@^1.10.3, office-addin-manifest@^1.10.4, office-addin-manifest@^1.12.3:
@@ -9244,12 +9244,12 @@ office-addin-node-debugger@^0.8.5:
92449244
office-addin-usage-data "^1.6.5"
92459245
ws "^7.4.6"
92469246

9247-
office-addin-prettier-config@^1.1.5, office-addin-prettier-config@^1.2.0:
9247+
office-addin-prettier-config@^1.2.0:
92489248
version "1.2.0"
92499249
resolved "https://registry.yarnpkg.com/office-addin-prettier-config/-/office-addin-prettier-config-1.2.0.tgz#59f14a2a7a3f5d803f6ad82a764e84ab4d4b9628"
92509250
integrity sha512-42/w9BUlUvgbLNn8vLaGULVTrcTFBnhn+xAe6IwSOhPrFQpi2GxZPl8ln/f5X4lterVrJz7U6Vi+VeN7WYAsGQ==
92519251

9252-
office-addin-usage-data@^1.4.7, office-addin-usage-data@^1.6.5:
9252+
office-addin-usage-data@^1.6.5:
92539253
version "1.6.5"
92549254
resolved "https://registry.yarnpkg.com/office-addin-usage-data/-/office-addin-usage-data-1.6.5.tgz#03f9fb0e4e2f0fe5d9a926fb2380b9408d2cb712"
92559255
integrity sha512-F4nSVOy3uHTl/YLzxQojIQSzBNDFw4KayN2RqzbCQZ0QcOb/jRhwvNy01Kf2V+IKvgdWuEd11qukfVQ20OKfRA==

0 commit comments

Comments
 (0)