From 3b9e5f3315a18a98fef7d3586a0e7f24dde6ae16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:05:19 +0000 Subject: [PATCH] Bump @mozilla/glean from 5.0.0 to 5.0.2 Bumps [@mozilla/glean](https://github.com/mozilla/glean.js) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/mozilla/glean.js/releases) - [Changelog](https://github.com/mozilla/glean.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/glean.js/compare/v5.0.0...v5.0.2) --- updated-dependencies: - dependency-name: "@mozilla/glean" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e956e3815..c114a7a29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/plugin-transform-runtime": "7.24.3", "@babel/preset-env": "^7.24.4", "@mozilla-protocol/core": "^17.0.1", - "@mozilla/glean": "^5.0.0", + "@mozilla/glean": "^5.0.2", "@playwright/test": "^1.42.1", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", @@ -3810,9 +3810,9 @@ "dev": true }, "node_modules/@mozilla/glean": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@mozilla/glean/-/glean-5.0.0.tgz", - "integrity": "sha512-DstT6PI8QTixlULf7Is277sEmpX61Dz+z/7rtxQBBFwGaPsvWJJsMsnNysNtSzSESIlcXoPbdPZ9RoXOcHuSlA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@mozilla/glean/-/glean-5.0.2.tgz", + "integrity": "sha512-NBWNBoPTY0AeLdDiNROECq9Vx84ybKmzdkwSXQ54EgjGUkq7FD4yoo11NqeQKvgnRCgzR/IhuQNiE0HXcAyQxw==", "dev": true, "dependencies": { "fflate": "^0.8.0", diff --git a/package.json b/package.json index dfc09637c..ae9aed1fd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@babel/plugin-transform-runtime": "7.24.3", "@babel/preset-env": "^7.24.4", "@mozilla-protocol/core": "^17.0.1", - "@mozilla/glean": "^5.0.0", + "@mozilla/glean": "^5.0.2", "@playwright/test": "^1.42.1", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3",