Ocelot-Social/webapp/package.json
dependabot[bot] 3ebe26f8c0
Bump the mapbox group across 1 directory with 3 updates
Bumps the mapbox group with 3 updates in the /webapp directory: [@mapbox/mapbox-gl-geocoder](https://github.com/mapbox/mapbox-gl-geocoder), [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) and [v-mapbox](https://github.com/geospoc/v-mapbox).


Updates `@mapbox/mapbox-gl-geocoder` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/mapbox/mapbox-gl-geocoder/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-geocoder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mapbox/mapbox-gl-geocoder/compare/v5.0.2...v5.0.3)

Updates `mapbox-gl` from 1.13.2 to 3.10.0
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mapbox/mapbox-gl-js/compare/v1.13.2...v3.10.0)

Updates `v-mapbox` from 1.11.2 to 5.1.0
- [Release notes](https://github.com/geospoc/v-mapbox/releases)
- [Changelog](https://github.com/vinayakkulkarni/v-mapbox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/geospoc/v-mapbox/compare/v1.11.2...v5.1.0)

---
updated-dependencies:
- dependency-name: "@mapbox/mapbox-gl-geocoder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mapbox
- dependency-name: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mapbox
- dependency-name: v-mapbox
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mapbox
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-29 02:03:10 +00:00

118 lines
4.1 KiB
JSON

{
"name": "ocelot-social-webapp",
"version": "3.13.1",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt",
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 3002 -s ./static -c storybook/",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start",
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
"lint": "eslint --ext .js,.vue .",
"locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh",
"locales:normalize": "../scripts/translations/normalize.sh",
"precommit": "yarn lint",
"test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles",
"test:unit:update": "yarn test -- --updateSnapshot",
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.1.2",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/axios": "~5.9.7",
"@nuxtjs/composition-api": "0.32.0",
"@nuxtjs/dotenv": "~1.4.1",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/sentry": "^4.0.0",
"@nuxtjs/style-resources": "~1.1.0",
"accounting": "~0.4.1",
"apollo-cache-inmemory": "~1.6.6",
"apollo-client": "~2.6.10",
"cookie-universal-nuxt": "~2.2.2",
"cropperjs": "^1.6.2",
"cross-env": "~10.1.0",
"date-fns": "2.22.1",
"graphql": "14.7.0",
"intersection-observer": "^0.12.0",
"jest-serializer-vue": "^3.1.0",
"linkify-it": "~5.0.0",
"mapbox-gl": "3.16.0",
"nuxt": "^2.18.1",
"nuxt-dropzone": "^1.0.4",
"nuxt-env": "~0.1.0",
"sass": "1.77.6",
"tippy.js": "^4.3.5",
"tiptap": "~1.26.6",
"tiptap-extensions": "~1.28.8",
"trunc-html": "^1.1.2",
"v-mapbox": "^5.1.0",
"v-tooltip": "~2.1.3",
"validator": "^13.15.23",
"vue-advanced-chat": "^2.0.11",
"vue-count-to": "~1.0.13",
"vue-infinite-loading": "^2.4.5",
"vue-izitoast": "^1.2.1",
"vue-observe-visibility": "^1.0.0",
"vue-scrollto": "^2.20.0",
"vue-sweetalert-icons": "~4.3.1",
"vue-virtual-scroller": "^1.1.2",
"vue2-datepicker": "^3.11.1",
"vuex-i18n": "~1.13.1",
"xregexp": "^5.1.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.25.8",
"@faker-js/faker": "9.9.0",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-notes": "^5.3.18",
"@storybook/vue": "~7.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "5",
"@vue/test-utils": "1.3.4",
"@vue/vue2-jest": "29",
"async-validator": "^3.2.4",
"babel-eslint": "~10.1.0",
"babel-jest": "29.7",
"babel-loader": "~8.1.0",
"babel-plugin-require-context-hook": "^1.0.0",
"core-js": "~2.6.10",
"css-loader": "^4.2.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "~10.1.8",
"eslint-config-standard": "~15.0.1",
"eslint-plugin-import": "~2.32.0",
"eslint-plugin-jest": "~24.4.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "~7.2.1",
"eslint-plugin-standard": "~5.0.0",
"eslint-plugin-vue": "~9.33.0",
"flush-promises": "^1.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "29.7",
"jest-environment-jsdom": "^29.7.0",
"mutation-observer": "^1.0.3",
"prettier": "~3.6.2",
"sass-loader": "^10.4.1",
"storybook-design-token": "^0.8.1",
"storybook-vue-router": "^1.0.7",
"style-loader": "~0.23.1",
"style-resources-loader": "~1.3.3",
"vue-svg-loader": "~0.16.0",
"vue-template-compiler": "2.6.14"
},
"resolutions": {
"nan": "2.17.0",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14"
}
}