From ea89828c55e9c7a702003316bf27a80a6aaf4122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:25:35 +0000 Subject: [PATCH] chore(deps): bump the all group with 1 update Bumps the all group with 1 update: [@algorandfoundation/tealscript](https://github.com/algorandfoundation/TEALScript). Updates `@algorandfoundation/tealscript` from 0.87.0 to 0.88.1 - [Release notes](https://github.com/algorandfoundation/TEALScript/releases) - [Commits](https://github.com/algorandfoundation/TEALScript/compare/0.87.0...0.88.1) --- updated-dependencies: - dependency-name: "@algorandfoundation/tealscript" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3de616b4..6e3bedd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "buffer": "^6.0.3" }, "devDependencies": { - "@algorandfoundation/tealscript": "^0.87.0", + "@algorandfoundation/tealscript": "^0.88.1", "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^17.7.0", "@makerx/eslint-config": "^3.1.0", @@ -63,9 +63,9 @@ } }, "node_modules/@algorandfoundation/tealscript": { - "version": "0.87.0", - "resolved": "https://registry.npmjs.org/@algorandfoundation/tealscript/-/tealscript-0.87.0.tgz", - "integrity": "sha512-o4emWT24au7mU9K053JotEVTuej2Rm6CBlJPNb/E4c+ye0qqBNH4KhHWBD7AlbcAEFcatyvBYspKMC0BCBQuKQ==", + "version": "0.88.1", + "resolved": "https://registry.npmjs.org/@algorandfoundation/tealscript/-/tealscript-0.88.1.tgz", + "integrity": "sha512-n2au2w8auvit70Teb4Enxr8eTG0FBcCnZqUXdAdt7y+Ex3mRiQQq/3dkI7Dy9UlvIzFqNzb/9RlaJZKG9ElmFw==", "dev": true, "dependencies": { "@microsoft/tsdoc": "^0.14.2", @@ -15589,6 +15589,7 @@ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "dev": true, + "peer": true, "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" diff --git a/package.json b/package.json index 9fc80835..70df8fab 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "algosdk": "^2.7.0" }, "devDependencies": { - "@algorandfoundation/tealscript": "^0.87.0", + "@algorandfoundation/tealscript": "^0.88.1", "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^17.7.0", "@makerx/eslint-config": "^3.1.0",