From 1247b9ac56184edf5a0dd337fb2a386eef5ea568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:50:03 +0000 Subject: [PATCH] Bump callsites from 3.1.0 to 4.1.0 Bumps [callsites](https://github.com/sindresorhus/callsites) from 3.1.0 to 4.1.0. - [Release notes](https://github.com/sindresorhus/callsites/releases) - [Commits](https://github.com/sindresorhus/callsites/compare/v3.1.0...v4.1.0) --- updated-dependencies: - dependency-name: callsites dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03389e6..2dea69f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1067,6 +1067,13 @@ "callsites": "^3.0.0", "graceful-fs": "^4.2.4", "source-map": "^0.6.0" + }, + "dependencies": { + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } } }, "@jest/test-result": { @@ -2266,9 +2273,9 @@ "dev": true }, "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.1.0.tgz", + "integrity": "sha512-aBMbD1Xxay75ViYezwT40aQONfr+pSXTHwNKvIXhXD6+LY3F1dLIcceoC5OZKBVHbXcysz1hL9D2w0JJIMXpUw==" }, "camelcase": { "version": "5.3.1", diff --git a/package.json b/package.json index 112fb4b..243fafc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/jest": "^26.0.7", "@types/node": "^11.9.4", "@types/uuid": "^8.3.0", - "callsites": "^3.0.0", + "callsites": "^4.1.0", "glob": "^7.1.6", "jest": "^27.0.4", "uuid": "^8.3.2"