From 3b985a36e05916ab4da49f99c07b2bf24191c8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 22:24:26 +0200 Subject: [PATCH] chore(deps-dev): bump globalthis from 1.0.2 to 1.0.3 (#1108) Bumps [globalthis](https://github.com/ljharb/System.global) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ljharb/System.global/releases) - [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/System.global/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: globalthis dependency-type: direct:development update-type: version-update:semver-patch ... 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 92c044a4..4d2fe4f0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-google": "0.14.0", "fancy-log": "2.0.0", "fs-extra": "10.1.0", - "globalthis": "1.0.2", + "globalthis": "1.0.3", "gulp": "4.0.2", "gulp-bump": "3.2.0", "gulp-conventional-changelog": "2.0.35",