From 65e9e821f932746343a97eabec0cb727b886c084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:24:50 +0000 Subject: [PATCH] Bump io-ts from 2.2.21 to 2.2.22 in /frontend Bumps [io-ts](https://github.com/gcanti/io-ts) from 2.2.21 to 2.2.22. - [Release notes](https://github.com/gcanti/io-ts/releases) - [Changelog](https://github.com/gcanti/io-ts/blob/master/CHANGELOG.md) - [Commits](https://github.com/gcanti/io-ts/commits/2.2.22) --- updated-dependencies: - dependency-name: io-ts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 31afe7c..972b581 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@nl-rvo/design-tokens": "1.2.1", "@types/jexl": "^2.3.4", "fp-ts": "^2.16.9", - "io-ts": "^2.2.21", + "io-ts": "^2.2.22", "jexl": "^2.3.0", "js-yaml": "^4.1.0", "pinia": "^2.3.0", @@ -2793,10 +2793,9 @@ "license": "ISC" }, "node_modules/io-ts": { - "version": "2.2.21", - "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.21.tgz", - "integrity": "sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==", - "license": "MIT", + "version": "2.2.22", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.2.22.tgz", + "integrity": "sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==", "peerDependencies": { "fp-ts": "^2.5.0" } diff --git a/frontend/package.json b/frontend/package.json index 6e6e00e..1965f29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@nl-rvo/design-tokens": "1.2.1", "@types/jexl": "^2.3.4", "fp-ts": "^2.16.9", - "io-ts": "^2.2.21", + "io-ts": "^2.2.22", "jexl": "^2.3.0", "js-yaml": "^4.1.0", "pinia": "^2.3.0",