From 133b162c442b27dd2df4c8e47bae12c46fe93b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:48:50 +0100 Subject: [PATCH] chore(deps-dev): bump the dependencies group with 1 update (#72) Bumps the dependencies group with 1 update: [rollup-plugin-node-externals](https://github.com/Septh/rollup-plugin-node-externals). Updates `rollup-plugin-node-externals` from 6.1.2 to 7.0.1 - [Release notes](https://github.com/Septh/rollup-plugin-node-externals/releases) - [Commits](https://github.com/Septh/rollup-plugin-node-externals/compare/v6.1.2...v7.0.1) --- updated-dependencies: - dependency-name: rollup-plugin-node-externals dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 056f551..2bbce75 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "rollup": "^4.4.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.0", - "rollup-plugin-node-externals": "^6.1.2", + "rollup-plugin-node-externals": "^7.0.1", "rollup-plugin-postcss": "^4.0.2", "storybook": "^7.5.3", "tslib": "^2.6.2",