From 9b42ebf73c5d9bd060f6393a50567d8d9bcf91e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:47:46 +0000 Subject: [PATCH] build(deps-dev): Bump get-intrinsic from 1.2.3 to 1.2.4 Bumps [get-intrinsic](https://github.com/ljharb/get-intrinsic) from 1.2.3 to 1.2.4. - [Changelog](https://github.com/ljharb/get-intrinsic/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/get-intrinsic/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: get-intrinsic dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffe9a36d1..fe4c62f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15356,12 +15356,12 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.3.tgz", - "integrity": "sha512-JIcZczvcMVE7AUOP+X72bh8HqHBRxFdz5PDHYtNG/lE3yk9b3KZBJlwFcTyPYjg3L4RLLmZJzvjxhaZVapxFrQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, "dependencies": { - "es-errors": "^1.0.0", + "es-errors": "^1.3.0", "function-bind": "^1.1.2", "has-proto": "^1.0.1", "has-symbols": "^1.0.3",