Skip to content

Commit

Permalink
build(deps): bump project dependencies (#862)
Browse files Browse the repository at this point in the history
* build(deps): bump project dependencies

- [x] update npm dependencies;

* build(deps): bump braces from 3.0.2 to 3.0.3 in /functions (#847)

* build(deps): bump braces from 3.0.2 to 3.0.3 in /functions

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump ws from 7.5.9 to 8.17.1 in /functions (#859)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump fast-xml-parser from 4.3.5 to 4.4.1 in /functions (#861)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.5 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.3.5...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
rfprod and dependabot[bot] authored Aug 17, 2024
1 parent 588c8f6 commit 9261b8c
Show file tree
Hide file tree
Showing 15 changed files with 3,804 additions and 4,873 deletions.
10 changes: 10 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ module.exports = {
core: {
disableTelemetry: true,
},

addons: [{ name: '@storybook/addon-controls' }],

features: {
postcss: true,
},

framework: {
name: '@storybook/angular',
options: {},
},

plugins: [
require('autoprefixer')({
flexbox: 'no-2009',
}),
],

stories: [],

webpackFinal: async config => {
const tsPaths = new TsconfigPathsPlugin({
configFile: './tsconfig.base.json',
Expand Down Expand Up @@ -49,4 +55,8 @@ module.exports = {

return config;
},

docs: {
autodocs: true
}
};
28 changes: 14 additions & 14 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"private": true,
"description": "Dependencies for docker containers running api application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@apollo/server": "4.10.4",
"@grpc/grpc-js": "1.10.10",
"@apollo/server": "4.11.0",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/axios": "3.0.2",
"@nestjs/axios": "3.0.3",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.10",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
"@nestjs/core": "10.4.1",
"@nestjs/graphql": "12.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.10",
"@nestjs/microservices": "10.4.1",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.10",
"@nestjs/platform-ws": "10.3.10",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-ws": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.4.0",
"@nestjs/throttler": "5.2.0",
"@nestjs/websockets": "10.3.10",
"axios": "1.7.2",
"cache-manager": "5.7.1",
"@nestjs/throttler": "6.1.1",
"@nestjs/websockets": "10.4.1",
"axios": "1.7.4",
"cache-manager": "5.7.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.2.0",
"firebase-admin": "12.3.1",
"firebase-functions": "5.0.1",
"google-protobuf": "3.21.2",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
Expand Down
1 change: 1 addition & 0 deletions apps/documentation/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export const globalTypes = {
},
},
};
export const tags = ['autodocs'];
10 changes: 5 additions & 5 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"description": "Dependencies for docker containers running server-prod application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/platform-express": "10.3.10",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.2",
"axios": "1.7.4",
"compression": "1.7.4",
"express": "4.19.2",
"reflect-metadata": "0.2.2",
Expand Down
Loading

0 comments on commit 9261b8c

Please sign in to comment.