From b3066b96dac983966b7258a4d45ccdb5521a791a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 03:24:03 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [@natlibfi/fixugen](https://github.com/natlibfi/fixugen-js), [@natlibfi/fixura](https://github.com/natlibfi/fixura-js) and [nodemon](https://github.com/remy/nodemon). Updates `@natlibfi/fixugen` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/natlibfi/fixugen-js/releases) - [Commits](https://github.com/natlibfi/fixugen-js/compare/v2.0.6...v2.0.7) Updates `@natlibfi/fixura` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/natlibfi/fixura-js/releases) - [Commits](https://github.com/natlibfi/fixura-js/compare/v3.0.5...v3.0.6) Updates `nodemon` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: "@natlibfi/fixugen" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@natlibfi/fixura" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8315b3..6c6a61b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2224,18 +2224,18 @@ } }, "node_modules/@natlibfi/fixugen": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@natlibfi/fixugen/-/fixugen-2.0.6.tgz", - "integrity": "sha512-3yI/01vdXyEoW4MelDz486NTJ4QlQDWl28wE5m0dzeq4MO2AKaK6pdsoGZkR8zmRmpsMfOVrdIz2qBpD9j7Gyg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@natlibfi/fixugen/-/fixugen-2.0.7.tgz", + "integrity": "sha512-So8O9WfInjwvQ57coSLx7+WUk4Tg4kQhFGd6QgJksUUt/GcgfVc6b5En5FFWUb2ialAm+sJDLqxDrTGWvlISug==", "dev": true, "engines": { "node": ">=18" } }, "node_modules/@natlibfi/fixura": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@natlibfi/fixura/-/fixura-3.0.5.tgz", - "integrity": "sha512-BNrWVRx5y+HM4nRFHyuES9CYZmWeKkF8gFsOxCyYBhQVCrz6lLvcIVy3ITz+XmP1So2SIbC4f+Cfc+7S7Sduxw==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@natlibfi/fixura/-/fixura-3.0.6.tgz", + "integrity": "sha512-27W0RNZF6AR+BqO2v80Hy6W8ZpsOFa+UZRB4wkeXJu/OssDb+T+uMQAD7lLoqdMsZ9FlY+jGKUpwKq8s8fA6Tw==", "dev": true, "dependencies": { "@babel/register": "^7.23.7" @@ -6317,9 +6317,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.3.tgz", - "integrity": "sha512-m4Vqs+APdKzDFpuaL9F9EVOF85+h070FnkHVEoU4+rmT6Vw0bmNl7s61VEkY/cJkL7RCv1p4urnUDUMrS5rk2w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", + "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2",