Skip to content

Commit 076674a

Browse files
authored
Dependency update (#193)
* Bump actions/checkout from 5 to 6 (#185) * Bump the production-dependencies group across 1 directory with 5 updates (#192) Updates `@natlibfi/marc-record` from 10.0.0 to 10.0.1 Updates `@natlibfi/marc-record-serializers` from 11.0.0 to 11.0.1 Updates `@natlibfi/melinda-commons` from 14.0.1 to 14.0.2 Updates `@natlibfi/sru-client` from 7.0.0 to 7.0.1 Updates `isbn3` from 2.0.0 to 2.0.2 * Bump the development-dependencies group across 1 directory with 3 updates (#191) Updates `@natlibfi/fixugen-http-client` from 4.0.0 to 4.0.1 Updates `esbuild` from 0.27.0 to 0.27.1 Updates `eslint` from 9.39.1 to 9.39.2 * Update copyright year * Update deps * 5.0.1-alpha.1
1 parent dea4b6a commit 076674a

File tree

4 files changed

+201
-198
lines changed

4 files changed

+201
-198
lines changed

.github/workflows/melinda-node-tests-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout the code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v6
2626
with:
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout the code
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: nodejsscan scan
4545
id: njsscan
4646
uses: ajinabraham/njsscan-action@master
@@ -53,7 +53,7 @@ jobs:
5353
container: node:22
5454

5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
- uses: mikaelvesavuori/license-compliance-action@v1
5858
with:
5959
exclude_pattern: /^@natlibfi/
@@ -64,7 +64,7 @@ jobs:
6464
if: contains(github.ref, 'refs/tags/')
6565

6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
# Setup .npmrc file to publish to npm
6969
- uses: actions/setup-node@v6
7070
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## License and copyright
44

5-
Copyright (c) 2020-2025 **University Of Helsinki (The National Library Of Finland)**
5+
Copyright (c) 2020-2026 **University Of Helsinki (The National Library Of Finland)**
66

77
This project's source code is licensed under the terms of **MIT** or any later version.

0 commit comments

Comments
 (0)