identity-vault/package.json
dependabot[bot] 0dfe7ffee1
Bump the npm_and_yarn group across 1 directory with 5 updates
Bumps the npm_and_yarn group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [rollup](https://github.com/rollup/rollup), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [immutable](https://github.com/immutable-js/immutable-js).


Updates `axios` from 1.9.0 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.13.5)

Updates `rollup` from 4.41.0 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.41.0...v4.59.0)

Updates `vite` from 6.4.1 to 6.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

Updates `form-data` from 4.0.2 to 4.0.5
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.5)

Updates `immutable` from 5.1.2 to 5.1.5
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.2...v5.1.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: immutable
  dependency-version: 5.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 04:52:25 +00:00

30 lines
782 B
JSON

{
"name": "identity-vault",
"private": true,
"devDependencies": {
"@csstools/postcss-sass": "^5.1.1",
"@noble/secp256k1": "^2.2.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.59.0",
"sass-embedded": "^1.89.0",
"vite": "^6.4.2",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.1"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@noble/curves": "^1.9.1",
"@picocss/pico": "^2.1.1",
"@rails/activestorage": "^8.0.200",
"alpinejs": "^3.14.9",
"axios": "^1.13.5",
"dreamland": "^0.1.2",
"htmx.org": "^1.9.12",
"jquery": "^3.7.1"
}
}