From de2453c8796c3bf57a0532737dc10215f7542f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:22:13 +0000 Subject: [PATCH] chore(deps): bump p5 from 1.9.2 to 1.9.3 Bumps [p5](https://github.com/processing/p5.js) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/processing/p5.js/releases) - [Changelog](https://github.com/processing/p5.js/blob/main/contributor_docs/release_process.md) - [Commits](https://github.com/processing/p5.js/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: p5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2575517f..8dd11d3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "bigint-isqrt": "^0.3.2", "bigint-mod-arith": "^3.3.1", - "p5": "^1.9.2", + "p5": "^1.9.3", "vue": "^3.4.24", "vue-router": "^4.3.2" }, @@ -5274,9 +5274,9 @@ } }, "node_modules/p5": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/p5/-/p5-1.9.2.tgz", - "integrity": "sha512-fV8Td9Q1qlYXRXPLNrclRsgzXxPp/EuDlJUteV1XEtsy0JwjjCVteCrv7TTCU71BSoEtmuQ/51BIVRUJi/0gEw==" + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/p5/-/p5-1.9.3.tgz", + "integrity": "sha512-RnLMqejKJ9ZmBlUpCnVLYF1UnV/NnC13MfOSZdvJXTRH1eQkBQkUVCw5rkyRWE6chI4t5KvIJsZZnFzmGJEgag==" }, "node_modules/parent-module": { "version": "1.0.1", @@ -10737,9 +10737,9 @@ } }, "p5": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/p5/-/p5-1.9.2.tgz", - "integrity": "sha512-fV8Td9Q1qlYXRXPLNrclRsgzXxPp/EuDlJUteV1XEtsy0JwjjCVteCrv7TTCU71BSoEtmuQ/51BIVRUJi/0gEw==" + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/p5/-/p5-1.9.3.tgz", + "integrity": "sha512-RnLMqejKJ9ZmBlUpCnVLYF1UnV/NnC13MfOSZdvJXTRH1eQkBQkUVCw5rkyRWE6chI4t5KvIJsZZnFzmGJEgag==" }, "parent-module": { "version": "1.0.1", diff --git a/package.json b/package.json index 29b08014..6daea964 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "dependencies": { "bigint-isqrt": "^0.3.2", "bigint-mod-arith": "^3.3.1", - "p5": "^1.9.2", + "p5": "^1.9.3", "vue": "^3.4.24", "vue-router": "^4.3.2" },