From 4fae7ef34d7a2ac3cb8b8024ac3e59b895f20081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:36:00 -0500 Subject: [PATCH] build(deps-dev): Bump @types/json-stable-stringify from 1.0.35 to 1.0.36 (#1386) * build(deps-dev): Bump @types/json-stable-stringify from 1.0.35 to 1.0.36 Bumps [@types/json-stable-stringify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-stable-stringify) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-stable-stringify) --- updated-dependencies: - dependency-name: "@types/json-stable-stringify" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: add SENTRY_DISABLE_AUTO_UPLOAD to build step --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Schreiber --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6e5e0a20..e168fe92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7812,9 +7812,9 @@ "dev": true }, "node_modules/@types/json-stable-stringify": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.35.tgz", - "integrity": "sha512-zlCWqsRBI0+ANN7dzGeDFJ4CHaVFTLqBNRS11GjR2mHCW6XxNtnMxhQzBKMzfsnjI8oI+kWq2vBwinyQpZVSsg==", + "version": "1.0.36", + "resolved": "https://registry.npmjs.org/@types/json-stable-stringify/-/json-stable-stringify-1.0.36.tgz", + "integrity": "sha512-b7bq23s4fgBB76n34m2b3RBf6M369B0Z9uRR8aHTMd8kZISRkmDEpPD8hhpYvDFzr3bJCPES96cm3Q6qRNDbQw==", "dev": true }, "node_modules/@types/json5": {