From 1e3912304bdabfe9090e82288d4f8f7db18a4aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:14:40 +0000 Subject: [PATCH] Bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@natlibfi/sru-client](https://github.com/natlibfi/sru-client-js) and [http-status](https://github.com/adaltas/node-http-status). Updates `@babel/runtime` from 7.23.9 to 7.24.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-runtime) Updates `@natlibfi/sru-client` from 6.0.8 to 6.0.9 - [Release notes](https://github.com/natlibfi/sru-client-js/releases) - [Commits](https://github.com/natlibfi/sru-client-js/compare/v6.0.8...v6.0.9) Updates `http-status` from 1.7.3 to 1.7.4 - [Changelog](https://github.com/adaltas/node-http-status/blob/master/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-http-status/compare/v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@natlibfi/sru-client" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: http-status dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e75f3188..59d1037e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2567,9 +2567,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", - "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", + "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -3181,12 +3181,12 @@ } }, "node_modules/@natlibfi/sru-client": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/@natlibfi/sru-client/-/sru-client-6.0.8.tgz", - "integrity": "sha512-U1zF9hhGv3HyfINxQlGO7TieaEq5CY0hGh0RM/4fR23vfj1yRm5bb60pZjk5SaLTFYkNyUC7iyNU7mjBzhii+g==", + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/@natlibfi/sru-client/-/sru-client-6.0.9.tgz", + "integrity": "sha512-I9mIy+2QWxhBTSiJkQ0vz8WwLOuCCVKkQJ8JHDvSc4UwToo1YzPa8BkuTOgMv2+dai7swJWXAY9CzUTR3i8MmQ==", "dependencies": { "debug": "^4.3.4", - "http-status": "^1.7.3", + "http-status": "^1.7.4", "node-fetch": "^2.7.0", "xml2js": "^0.6.2" }, @@ -6827,9 +6827,9 @@ "dev": true }, "node_modules/http-status": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.3.tgz", - "integrity": "sha512-GS8tL1qHT2nBCMJDYMHGkkkKQLNkIAHz37vgO68XKvzv+XyqB4oh/DfmMHdtRzfqSJPj1xKG2TaELZtlCz6BEQ==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.7.4.tgz", + "integrity": "sha512-c2qSwNtTlHVYAhMj9JpGdyo0No/+DiKXCJ9pHtZ2Yf3QmPnBIytKSRT7BuyIiQ7icXLynavGmxUqkOjSrAuMuA==", "engines": { "node": ">= 0.4.0" }