From b1eb87349c20c0071eba4589b865cfb24d6a98d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:33:28 +0000 Subject: [PATCH] Bump the all-npm-packages group with 2 updates Bumps the all-npm-packages group with 2 updates: [@blockly/plugin-typed-variable-modal](https://github.com/google/blockly-samples/tree/HEAD/plugins/typed-variable-modal) and [webpack](https://github.com/webpack/webpack). Updates `@blockly/plugin-typed-variable-modal` from 8.0.2 to 8.0.5 - [Release notes](https://github.com/google/blockly-samples/releases) - [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/typed-variable-modal/CHANGELOG.md) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/plugin-typed-variable-modal@8.0.5/plugins/typed-variable-modal) Updates `webpack` from 5.92.1 to 5.93.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0) --- updated-dependencies: - dependency-name: "@blockly/plugin-typed-variable-modal" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-npm-packages - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-npm-packages ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1bd2bc..6e5afe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@blockly/plugin-typed-variable-modal": "^8.0.2", + "@blockly/plugin-typed-variable-modal": "^8.0.5", "blockly": "^11.1.1" }, "devDependencies": { @@ -17,15 +17,15 @@ "html-webpack-plugin": "^5.5.0", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }, "node_modules/@blockly/plugin-modal": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@blockly/plugin-modal/-/plugin-modal-7.0.2.tgz", - "integrity": "sha512-g3u5uvoX+gddGT9dHYpyDFuflpIB8LkfbXGQ5WSasDmwrz4Dg4+aaXY9B+LzBAzPCS8+M7vs5MNa9OAI0xhDpw==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@blockly/plugin-modal/-/plugin-modal-7.0.5.tgz", + "integrity": "sha512-13dQoa9ojp9Vmaj4jMObhjmIva3cxx4DOkzhaTD4OmXp/6gxwzB9R1XWvxew95QEyNv6H2pwj6rmasOtnaGEtA==", "engines": { "node": ">=8.17.0" }, @@ -34,11 +34,11 @@ } }, "node_modules/@blockly/plugin-typed-variable-modal": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@blockly/plugin-typed-variable-modal/-/plugin-typed-variable-modal-8.0.2.tgz", - "integrity": "sha512-IdTsUOsE8Ui0n9APVStCcDiEU8KRhIUCJcKjuH8MHkoYyXBZ89Wb7zLt9DR5lIs/UPBHnKpHthxvEASZ2HhtmQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@blockly/plugin-typed-variable-modal/-/plugin-typed-variable-modal-8.0.5.tgz", + "integrity": "sha512-jTmj7NOt++VSTQu06NeAGVkXO/pC1q8zhGocbSK96Yaz3SfjT/7OqTUQgad2vqMD+W8ASW8Kec+eZqMIfUe5Vg==", "dependencies": { - "@blockly/plugin-modal": "^7.0.2" + "@blockly/plugin-modal": "^7.0.5" }, "engines": { "node": ">=8.17.0" @@ -4541,9 +4541,9 @@ } }, "node_modules/webpack": { - "version": "5.92.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", - "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", + "version": "5.93.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", + "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index c5f728d..4b41b72 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "html-webpack-plugin": "^5.5.0", "source-map-loader": "^5.0.0", "style-loader": "^4.0.0", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, "dependencies": { - "@blockly/plugin-typed-variable-modal": "^8.0.2", + "@blockly/plugin-typed-variable-modal": "^8.0.5", "blockly": "^11.1.1" } }