From db1e7cffc3884f7e322b16e961961680cc1f9c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:01:23 -0500 Subject: [PATCH] Build(deps-dev): Bump the development-dependencies group with 2 updates (#1398) Bumps the development-dependencies group with 2 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) and [@types/office-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/office-js). Updates `@stylistic/eslint-plugin-js` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-js) Updates `@types/office-js` from 1.0.457 to 1.0.459 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/office-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/office-js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 929b2d03..349be079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,10 +24,10 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@stylistic/eslint-plugin-js": "^3.0.0", + "@stylistic/eslint-plugin-js": "^3.0.1", "@types/jest": "^29.5.14", "@types/jquery": "^3.5.32", - "@types/office-js": "^1.0.457", + "@types/office-js": "^1.0.459", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "css-loader": "^7.1.2", @@ -3108,9 +3108,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.0.0.tgz", - "integrity": "sha512-GAAeTmhxk+lUz2rgQvoaYOlhe9G8vYlgN8D81QdA6fJCJdfcKTr7lAlToGCPLB/0iJtT4JXGuJoNJBiu6EOgcw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.0.1.tgz", + "integrity": "sha512-hjp6BKXSUdlY4l20pDb0EjIB5PtQDGihk2EUKCjJ5gaRVfcmMMkaIyVd/yK3oH7OLxWWBxJ8qSSo+zEdkmpnYA==", "dev": true, "license": "MIT", "dependencies": { @@ -3500,9 +3500,9 @@ } }, "node_modules/@types/office-js": { - "version": "1.0.457", - "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.457.tgz", - "integrity": "sha512-upBAIHou2sXBzP67UPTFqHb2z3+EJDn5NL8MXm/k19oNuWvtSB2k7uzWFmKrsqd4V51rVA13OUQIfVdcnf+tGA==", + "version": "1.0.459", + "resolved": "https://registry.npmjs.org/@types/office-js/-/office-js-1.0.459.tgz", + "integrity": "sha512-i+OT63FJ7+NO3zcCfMcmKxjyWxRra9sJFESYXPGgt7JBmhMS/afmeVzeyzj686A+meg5W/1u5TfdaXEO3Jl2Fg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 15a9ee04..236b8665 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "homepage": "https://github.com/microsoft/MHA#readme", "devDependencies": { "@jest/globals": "^29.7.0", - "@stylistic/eslint-plugin-js": "^3.0.0", + "@stylistic/eslint-plugin-js": "^3.0.1", "@types/jest": "^29.5.14", "@types/jquery": "^3.5.32", - "@types/office-js": "^1.0.457", + "@types/office-js": "^1.0.459", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "css-loader": "^7.1.2",