diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 7f70dd5..c956f8b 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -37,6 +37,7 @@ jobs: uses: actions/checkout@v3 with: ssh-key: ${{ secrets.DEPLOY_KEY }} + fetch-depth: 0 - name: Install node 18 uses: actions/setup-node@v3 diff --git a/package-lock.json b/package-lock.json index a08bdd6..ea0bbac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/core": "^7.23.2", - "@cyclonedx/cyclonedx-library": "^1.13.3", + "@cyclonedx/cyclonedx-library": "~1.3.4", "fast-toml": "^0.5.4", "fast-xml-parser": "^4.2.4", "help": "^3.0.2", @@ -537,21 +537,11 @@ "license": "MIT" }, "node_modules/@cyclonedx/cyclonedx-library": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-1.13.3.tgz", - "integrity": "sha512-L3i4OWc5pUbmds7dy4jdrHmVQ2qwiqdNrh62g1OpDtBxOUMbMhlGtNTK8htJOvrAeyj7oBxghpOCjHgAMpdtYQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jkowalleck" - }, - { - "type": "individual", - "url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX" - } - ], + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-1.3.4.tgz", + "integrity": "sha512-xY0KAQM16ILqg7USghTtagB+ZhuM+kK79VaDS4zsHY73UD0Jfk8hDWRG+RSzdmpMlLfGfB6ys+rjM6n6cYea4g==", "dependencies": { - "packageurl-js": ">=0.0.6 <0.0.8 || ^1" + "packageurl-js": ">=0.0.6 <0.0.8" }, "engines": { "node": ">=14.0.0" @@ -560,6 +550,11 @@ "xmlbuilder2": "^3.0.2" } }, + "node_modules/@cyclonedx/cyclonedx-library/node_modules/packageurl-js": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/packageurl-js/-/packageurl-js-0.0.7.tgz", + "integrity": "sha512-ucJzaXINlIgpqYEY6aNf0J2QGHEeMNwt9fiuhbsZsq3kZ5NRxNlnaEUe6ehB5fWjYRSp75j0/lJWpfTKmBc2oA==" + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "dev": true, diff --git a/package.json b/package.json index 8595b03..4a6e400 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@babel/core": "^7.23.2", - "@cyclonedx/cyclonedx-library": "^1.13.3", + "@cyclonedx/cyclonedx-library": "~1.3.4", "fast-toml": "^0.5.4", "fast-xml-parser": "^4.2.4", "help": "^3.0.2",