@natlibfi/marc-record-validators-melinda 10.13.0-alpha.1 → 10.13.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  steps:
18
18
  - name: Checkout the code
19
- uses: actions/checkout@v3
19
+ uses: actions/checkout@v4
20
20
  - name: Use Node.js ${{ matrix.node-version }}
21
21
  uses: actions/setup-node@v3
22
22
  with:
@@ -36,7 +36,7 @@ jobs:
36
36
 
37
37
  steps:
38
38
  - name: Checkout the code
39
- uses: actions/checkout@v3
39
+ uses: actions/checkout@v4
40
40
  - name: nodejsscan scan
41
41
  id: njsscan
42
42
  uses: ajinabraham/njsscan-action@master
@@ -49,7 +49,7 @@ jobs:
49
49
  if: contains(github.ref, 'refs/tags/')
50
50
 
51
51
  steps:
52
- - uses: actions/checkout@v3
52
+ - uses: actions/checkout@v4
53
53
  # Setup .npmrc file to publish to npm
54
54
  - uses: actions/setup-node@v3
55
55
  with:
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "url": "git@github.com:natlibfi/marc-record-validators-melinda.git"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "10.13.0-alpha.1",
17
+ "version": "10.13.1-alpha.1",
18
18
  "main": "./dist/index.js",
19
19
  "publishConfig": {
20
20
  "access": "public"
@@ -35,35 +35,35 @@
35
35
  "build": "babel src --source-maps --copy-files --delete-dir-on-start --out-dir=dist"
36
36
  },
37
37
  "dependencies": {
38
- "@babel/register": "^7.22.5",
38
+ "@babel/register": "^7.22.15",
39
39
  "@natlibfi/issn-verify": "^1.0.3",
40
40
  "@natlibfi/marc-record": "^7.3.1",
41
41
  "@natlibfi/marc-record-validate": "^8.0.1",
42
42
  "cld3-asm": "^3.1.1",
43
+ "clone": "^2.1.2",
43
44
  "debug": "^4.3.4",
44
- "isbn3": "^1.1.40",
45
+ "isbn3": "^1.1.41",
45
46
  "langs": "^2.0.0",
46
47
  "node-fetch": "^2.7.0",
47
- "xml2js": ">=0.6.2 <1.0.0",
48
- "clone": "^2.1.2"
48
+ "xml2js": "^0.6.2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@natlibfi/marc-record-validate": "^8.0.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@babel/cli": "^7.22.10",
55
- "@babel/core": "^7.22.10",
56
- "@babel/eslint-parser": "^7.22.10",
57
- "@babel/preset-env": "^7.22.10",
54
+ "@babel/cli": "^7.22.15",
55
+ "@babel/core": "^7.22.17",
56
+ "@babel/eslint-parser": "^7.22.15",
57
+ "@babel/preset-env": "^7.22.15",
58
58
  "@natlibfi/eslint-config-melinda-backend": "^3.0.1",
59
59
  "@natlibfi/fixugen": "^2.0.1",
60
60
  "@natlibfi/fixura": "^3.0.1",
61
61
  "babel-plugin-istanbul": "^6.1.1",
62
62
  "babel-plugin-rewire": "^1.2.0",
63
- "chai": "^4.3.7",
63
+ "chai": "^4.3.8",
64
64
  "chai-as-promised": "^7.1.1",
65
65
  "cross-env": "^7.0.3",
66
- "eslint": "^8.47.0",
66
+ "eslint": "^8.49.0",
67
67
  "fetch-mock": "^9.11.0",
68
68
  "mocha": "^10.2.0",
69
69
  "nyc": "^15.1.0"