Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate package-lock.json to fix GitHub Actions #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

desimpson
Copy link
Contributor

@dspasojevic, I think the errors were caused by the following package-lock.json entries:

    "node_modules/date-fns": {
      "version": "2.30.0",
      "resolved": "https://nexus.bdc.agiledigital.co/repository/npmjs-org/date-fns/-/date-fns-2.30.0.tgz",
      "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
      "license": "MIT",
      "dependencies": {
        "@babel/runtime": "^7.21.0"
      },
      "engines": {
        "node": ">=0.11"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/date-fns"
      }
    },
    [...]
    "node_modules/tinyduration": {
      "version": "3.3.0",
      "resolved": "https://nexus.bdc.agiledigital.co/repository/npmjs-org/tinyduration/-/tinyduration-3.3.0.tgz",
      "integrity": "sha512-sLR0iVUnnnyGEX/a3jhTA0QMK7UvakBqQJFLiibiuEYL6U1L85W+qApTZj6DcL1uoWQntYuL0gExoe9NU5B3PA==",
      "license": "MIT"
    },

@desimpson desimpson added the bug Something isn't working label Jan 30, 2024
@desimpson desimpson self-assigned this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant