From 528c0b0484c65f3e00fe0bea3b5b9b8c6c6feced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:57:10 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [@natlibfi/marc-record](https://github.com/natlibfi/marc-record-js). Updates `@babel/runtime` from 7.26.0 to 7.26.7 - [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.26.7/packages/babel-runtime) Updates `@natlibfi/marc-record` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/natlibfi/marc-record-js/releases) - [Commits](https://github.com/natlibfi/marc-record-js/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@natlibfi/marc-record" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94317e1..925d0ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2566,9 +2566,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", - "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "version": "7.26.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", + "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -3110,13 +3110,13 @@ "license": "MIT" }, "node_modules/@natlibfi/marc-record": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@natlibfi/marc-record/-/marc-record-9.1.2.tgz", - "integrity": "sha512-p7xwZdcdZYg50qPOW7T4NJ9YgH5Z9nfxWrodC45WO/LmYlnPVd6l9UhH3ZsDcqxnEfQmeZpPGPVaEZYqB1r37A==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/@natlibfi/marc-record/-/marc-record-9.1.3.tgz", + "integrity": "sha512-gOwa/3B9nHOuSnRWfVoz9oKw4pIW0t6fbrBL4kfpFnqEQ9un/jxIdzaqRivGgWVthztcqKVS+GnuS/L6C9oqHA==", "license": "MIT", "dependencies": { - "debug": "^4.3.7", - "jsonschema": "^1.4.1" + "debug": "^4.4.0", + "jsonschema": "^1.5.0" }, "engines": { "node": ">=18"