From e1f53c170f099a98e33fad77e2e7189173b51cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:01:03 +0000 Subject: [PATCH] Bump semver from 5.3.0 to 5.7.2 in /public/assets/plugins/stickyfill Bumps [semver](https://github.com/npm/node-semver) from 5.3.0 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.3.0...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] --- public/assets/plugins/stickyfill/package-lock.json | 6 +++--- public/assets/plugins/stickyfill/yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/assets/plugins/stickyfill/package-lock.json b/public/assets/plugins/stickyfill/package-lock.json index 1878c9f..6d27eaf 100644 --- a/public/assets/plugins/stickyfill/package-lock.json +++ b/public/assets/plugins/stickyfill/package-lock.json @@ -2189,9 +2189,9 @@ "dev": true }, "semver": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", - "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "side-channel": { diff --git a/public/assets/plugins/stickyfill/yarn.lock b/public/assets/plugins/stickyfill/yarn.lock index ae69336..75b6810 100644 --- a/public/assets/plugins/stickyfill/yarn.lock +++ b/public/assets/plugins/stickyfill/yarn.lock @@ -1520,8 +1520,8 @@ rimraf@~3.0.2: glob "^7.1.3" "semver@2 || 3 || 4 || 5", semver@^5.1.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" signal-exit@^3.0.0: version "3.0.2"