Compare commits

..

10 Commits

Author SHA1 Message Date
renovate[bot]
9080c91f6d
chore(deps): update grafana/grafana-oss docker tag to v11.1.0 (#3902) 2024-06-25 09:25:36 +00:00
renovate[bot]
4585ddb5c9
chore(deps): update wordpress docker tag to v6.5.5 (#3901) 2024-06-25 04:32:48 +00:00
renovate[bot]
7ddb73c0bc
chore(deps): update lscr.io/linuxserver/jellyfin docker tag to v10.9.7 (#3900) 2024-06-25 02:06:01 +00:00
renovate[bot]
7fe87ec632
chore(deps): update ghost docker tag to v5.86.2 (#3899) 2024-06-24 21:09:52 +00:00
renovate[bot]
a107827984
chore(deps): update bellamy/wallos docker tag to v2.5.2 (#3898) 2024-06-24 21:09:44 +00:00
dependabot[bot]
9e87376e12
chore(deps): bump oven-sh/setup-bun from 1 to 2 (#3894)
Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2.
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2)

---
updated-dependencies:
- dependency-name: oven-sh/setup-bun
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 21:04:16 +02:00
dependabot[bot]
a6f1df97e8
chore(deps-dev): bump @types/node in the minor-patch-dev group (#3896)
Bumps the minor-patch-dev group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.14.7 to 20.14.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 21:03:44 +02:00
renovate[bot]
a03c28904f
chore(deps): update lobehub/lobe-chat docker tag to v1.1.9 (#3895) 2024-06-24 17:39:39 +00:00
renovate[bot]
d030ae4a6c
chore(deps): update invoiceninja/invoiceninja docker tag to v5.10.2 (#3893) 2024-06-24 14:26:51 +00:00
renovate[bot]
39504d63c4
chore(deps): update lobehub/lobe-chat docker tag to v1.1.8 (#3892) 2024-06-24 14:26:40 +00:00
19 changed files with 72 additions and 72 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4.1.7
- name: Install Bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
- name: Generate new README.md file
run: bun .github/scripts/readme-generator.ts

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost-dev",
"tipi_version": 2,
"version": "5.85.2",
"tipi_version": 3,
"version": "5.86.2",
"categories": ["social", "media"],
"description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
"short_desc": "Ghost - Turn your audience into a business.",

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
ghost-dev:
container_name: ghost-dev
image: ghost:5.85.2
image: ghost:5.86.2
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}:/var/lib/ghost/content

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost",
"tipi_version": 96,
"version": "5.85.2",
"tipi_version": 97,
"version": "5.86.2",
"categories": ["social", "media"],
"description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
"short_desc": "Ghost - Turn your audience into a business.",

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
ghost:
image: ghost:5.85.2
image: ghost:5.86.2
container_name: ghost
depends_on:
- ghostdb

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "grafana",
"tipi_version": 28,
"version": "11.0.0",
"tipi_version": 29,
"version": "11.1.0",
"categories": ["data"],
"description": "The open and composable observability and data visualization platform",
"short_desc": "The open and composable observability and data visualization platform",

View File

@ -3,7 +3,7 @@ version: "3"
services:
grafana:
container_name: grafana
image: grafana/grafana-oss:11.0.0
image: grafana/grafana-oss:11.1.0
ports:
- ${APP_PORT}:3000
volumes:

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "invoice-ninja",
"tipi_version": 11,
"version": "5.9.9",
"tipi_version": 12,
"version": "5.10.2",
"categories": ["finance"],
"description": "Invoice Ninja is an invoicing application which makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements the community has asked for.",
"short_desc": "Invoices, Expenses and Tasks built with Laravel, Flutter and React.",

View File

@ -1,6 +1,6 @@
services:
invoice-ninja:
image: invoiceninja/invoiceninja:5.9.9
image: invoiceninja/invoiceninja:5.10.2
container_name: invoice-ninja
restart: unless-stopped
user: 1500:1500

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8091,
"id": "jellyfin",
"tipi_version": 14,
"version": "10.9.6",
"tipi_version": 15,
"version": "10.9.7",
"categories": ["media"],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!",
"short_desc": "A media server for your home collection",

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.9.6
image: lscr.io/linuxserver/jellyfin:10.9.7
container_name: jellyfin
volumes:
- ${APP_DATA_DIR}/data/config:/config

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 171,
"version": "1.1.7",
"tipi_version": 173,
"version": "1.1.9",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.1.7
image: lobehub/lobe-chat:v1.1.9
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "wallos",
"tipi_version": 42,
"version": "2.5.1",
"tipi_version": 43,
"version": "2.5.2",
"categories": ["finance"],
"description": "Open-Source Personal Subscription Tracker",
"short_desc": "Open-Source Personal Subscription Tracker",

View File

@ -2,7 +2,7 @@ version: '3'
services:
wallos:
image: bellamy/wallos:2.5.1
image: bellamy/wallos:2.5.2
container_name: wallos
environment:
- TZ=${TZ}

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "wordpress",
"description": "WordPress is a popular content management system for creating websites and blogs.",
"tipi_version": 7,
"version": "6.5.4",
"tipi_version": 8,
"version": "6.5.5",
"categories": ["social"],
"short_desc": "Popular CMS for websites and blogs",
"author": "WordPress.org",

View File

@ -3,7 +3,7 @@ services:
wordpress:
container_name: wordpress
image: wordpress:6.5.4
image: wordpress:6.5.5
environment:
- WORDPRESS_DB_HOST=wordpress-db
- WORDPRESS_DB_NAME=wordpress

View File

@ -25,7 +25,7 @@
"@commitlint/cz-commitlint": "^19.2.0",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.7",
"@types/node": "^20.14.8",
"@types/semver": "^7.5.8",
"commitizen": "^4.3.0",
"eslint": "^8.57.0",

View File

@ -7,13 +7,13 @@ settings:
devDependencies:
'@commitlint/cli':
specifier: ^19.3.0
version: 19.3.0(@types/node@20.14.7)(typescript@5.5.2)
version: 19.3.0(@types/node@20.14.8)(typescript@5.5.2)
'@commitlint/config-conventional':
specifier: ^19.2.2
version: 19.2.2
'@commitlint/cz-commitlint':
specifier: ^19.2.0
version: 19.2.0(@types/node@20.14.7)(commitizen@4.3.0)(inquirer@9.2.23)(typescript@5.5.2)
version: 19.2.0(@types/node@20.14.8)(commitizen@4.3.0)(inquirer@9.2.23)(typescript@5.5.2)
'@types/jest':
specifier: ^28.1.6
version: 28.1.6
@ -21,14 +21,14 @@ devDependencies:
specifier: ^4.0.9
version: 4.0.9
'@types/node':
specifier: ^20.14.7
version: 20.14.7
specifier: ^20.14.8
version: 20.14.8
'@types/semver':
specifier: ^7.5.8
version: 7.5.8
commitizen:
specifier: ^4.3.0
version: 4.3.0(@types/node@20.14.7)(typescript@5.5.2)
version: 4.3.0(@types/node@20.14.8)(typescript@5.5.2)
eslint:
specifier: ^8.57.0
version: 8.57.0
@ -43,7 +43,7 @@ devDependencies:
version: 9.0.11
jest:
specifier: ^28.1.3
version: 28.1.3(@types/node@20.14.7)
version: 28.1.3(@types/node@20.14.8)
js-yaml:
specifier: ^4.1.0
version: 4.1.0
@ -392,14 +392,14 @@ packages:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
/@commitlint/cli@19.3.0(@types/node@20.14.7)(typescript@5.5.2):
/@commitlint/cli@19.3.0(@types/node@20.14.8)(typescript@5.5.2):
resolution: {integrity: sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==}
engines: {node: '>=v18'}
hasBin: true
dependencies:
'@commitlint/format': 19.3.0
'@commitlint/lint': 19.2.2
'@commitlint/load': 19.2.0(@types/node@20.14.7)(typescript@5.5.2)
'@commitlint/load': 19.2.0(@types/node@20.14.8)(typescript@5.5.2)
'@commitlint/read': 19.2.1
'@commitlint/types': 19.0.3
execa: 8.0.1
@ -425,7 +425,7 @@ packages:
ajv: 8.16.0
dev: true
/@commitlint/cz-commitlint@19.2.0(@types/node@20.14.7)(commitizen@4.3.0)(inquirer@9.2.23)(typescript@5.5.2):
/@commitlint/cz-commitlint@19.2.0(@types/node@20.14.8)(commitizen@4.3.0)(inquirer@9.2.23)(typescript@5.5.2):
resolution: {integrity: sha512-kudzHMY9/GxflGyAWMiisiBq2UkyQL1D1eWjGKoC66qQ+5jxRYeDaiVwTdPxYMnmehftNcpksZATDYKqdPP0Wg==}
engines: {node: '>=v18'}
peerDependencies:
@ -433,10 +433,10 @@ packages:
inquirer: ^9.0.0
dependencies:
'@commitlint/ensure': 19.0.3
'@commitlint/load': 19.2.0(@types/node@20.14.7)(typescript@5.5.2)
'@commitlint/load': 19.2.0(@types/node@20.14.8)(typescript@5.5.2)
'@commitlint/types': 19.0.3
chalk: 5.3.0
commitizen: 4.3.0(@types/node@20.14.7)(typescript@5.5.2)
commitizen: 4.3.0(@types/node@20.14.8)(typescript@5.5.2)
inquirer: 9.2.23
lodash.isplainobject: 4.0.6
word-wrap: 1.2.5
@ -488,7 +488,7 @@ packages:
'@commitlint/types': 19.0.3
dev: true
/@commitlint/load@19.2.0(@types/node@20.14.7)(typescript@5.5.2):
/@commitlint/load@19.2.0(@types/node@20.14.8)(typescript@5.5.2):
resolution: {integrity: sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==}
engines: {node: '>=v18'}
dependencies:
@ -498,7 +498,7 @@ packages:
'@commitlint/types': 19.0.3
chalk: 5.3.0
cosmiconfig: 9.0.0(typescript@5.5.2)
cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.7)(cosmiconfig@9.0.0)(typescript@5.5.2)
cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.8)(cosmiconfig@9.0.0)(typescript@5.5.2)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@ -658,7 +658,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
chalk: 4.1.2
jest-message-util: 28.1.3
jest-util: 28.1.3
@ -679,14 +679,14 @@ packages:
'@jest/test-result': 28.1.3
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.3.2
exit: 0.1.2
graceful-fs: 4.2.10
jest-changed-files: 28.1.3
jest-config: 28.1.3(@types/node@20.14.7)
jest-config: 28.1.3(@types/node@20.14.8)
jest-haste-map: 28.1.3
jest-message-util: 28.1.3
jest-regex-util: 28.0.2
@ -714,7 +714,7 @@ packages:
dependencies:
'@jest/fake-timers': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
jest-mock: 28.1.3
dev: true
@ -741,7 +741,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
'@sinonjs/fake-timers': 9.1.2
'@types/node': 20.14.7
'@types/node': 20.14.8
jest-message-util: 28.1.3
jest-mock: 28.1.3
jest-util: 28.1.3
@ -773,7 +773,7 @@ packages:
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
'@jridgewell/trace-mapping': 0.3.14
'@types/node': 20.14.7
'@types/node': 20.14.8
chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
@ -862,7 +862,7 @@ packages:
'@jest/schemas': 28.1.3
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
'@types/node': 20.14.7
'@types/node': 20.14.8
'@types/yargs': 17.0.10
chalk: 4.1.2
dev: true
@ -986,13 +986,13 @@ packages:
/@types/conventional-commits-parser@5.0.0:
resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==}
dependencies:
'@types/node': 20.14.7
'@types/node': 20.14.8
dev: true
/@types/graceful-fs@4.1.5:
resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==}
dependencies:
'@types/node': 20.14.7
'@types/node': 20.14.8
dev: true
/@types/istanbul-lib-coverage@2.0.4:
@ -1022,8 +1022,8 @@ packages:
resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==}
dev: true
/@types/node@20.14.7:
resolution: {integrity: sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==}
/@types/node@20.14.8:
resolution: {integrity: sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==}
dependencies:
undici-types: 5.26.5
dev: true
@ -1435,13 +1435,13 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true
/commitizen@4.3.0(@types/node@20.14.7)(typescript@5.5.2):
/commitizen@4.3.0(@types/node@20.14.8)(typescript@5.5.2):
resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==}
engines: {node: '>= 12'}
hasBin: true
dependencies:
cachedir: 2.3.0
cz-conventional-changelog: 3.3.0(@types/node@20.14.7)(typescript@5.5.2)
cz-conventional-changelog: 3.3.0(@types/node@20.14.8)(typescript@5.5.2)
dedent: 0.7.0
detect-indent: 6.1.0
find-node-modules: 2.1.3
@ -1505,7 +1505,7 @@ packages:
safe-buffer: 5.1.2
dev: true
/cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.7)(cosmiconfig@9.0.0)(typescript@5.5.2):
/cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.8)(cosmiconfig@9.0.0)(typescript@5.5.2):
resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
engines: {node: '>=v16'}
peerDependencies:
@ -1513,7 +1513,7 @@ packages:
cosmiconfig: '>=8.2'
typescript: '>=4'
dependencies:
'@types/node': 20.14.7
'@types/node': 20.14.8
cosmiconfig: 9.0.0(typescript@5.5.2)
jiti: 1.21.0
typescript: 5.5.2
@ -1544,18 +1544,18 @@ packages:
which: 2.0.2
dev: true
/cz-conventional-changelog@3.3.0(@types/node@20.14.7)(typescript@5.5.2):
/cz-conventional-changelog@3.3.0(@types/node@20.14.8)(typescript@5.5.2):
resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==}
engines: {node: '>= 10'}
dependencies:
chalk: 2.4.2
commitizen: 4.3.0(@types/node@20.14.7)(typescript@5.5.2)
commitizen: 4.3.0(@types/node@20.14.8)(typescript@5.5.2)
conventional-commit-types: 3.0.0
lodash.map: 4.6.0
longest: 2.0.1
word-wrap: 1.2.5
optionalDependencies:
'@commitlint/load': 19.2.0(@types/node@20.14.7)(typescript@5.5.2)
'@commitlint/load': 19.2.0(@types/node@20.14.8)(typescript@5.5.2)
transitivePeerDependencies:
- '@types/node'
- typescript
@ -2497,7 +2497,7 @@ packages:
'@jest/expect': 28.1.3
'@jest/test-result': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
@ -2516,7 +2516,7 @@ packages:
- supports-color
dev: true
/jest-cli@28.1.3(@types/node@20.14.7):
/jest-cli@28.1.3(@types/node@20.14.8):
resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
hasBin: true
@ -2533,7 +2533,7 @@ packages:
exit: 0.1.2
graceful-fs: 4.2.10
import-local: 3.1.0
jest-config: 28.1.3(@types/node@20.14.7)
jest-config: 28.1.3(@types/node@20.14.8)
jest-util: 28.1.3
jest-validate: 28.1.3
prompts: 2.4.2
@ -2544,7 +2544,7 @@ packages:
- ts-node
dev: true
/jest-config@28.1.3(@types/node@20.14.7):
/jest-config@28.1.3(@types/node@20.14.8):
resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
peerDependencies:
@ -2559,7 +2559,7 @@ packages:
'@babel/core': 7.18.9
'@jest/test-sequencer': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
babel-jest: 28.1.3(@babel/core@7.18.9)
chalk: 4.1.2
ci-info: 3.3.2
@ -2618,7 +2618,7 @@ packages:
'@jest/environment': 28.1.3
'@jest/fake-timers': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
jest-mock: 28.1.3
jest-util: 28.1.3
dev: true
@ -2634,7 +2634,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
'@types/graceful-fs': 4.1.5
'@types/node': 20.14.7
'@types/node': 20.14.8
anymatch: 3.1.2
fb-watchman: 2.0.1
graceful-fs: 4.2.10
@ -2685,7 +2685,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
dev: true
/jest-pnp-resolver@1.2.2(jest-resolve@28.1.3):
@ -2739,7 +2739,7 @@ packages:
'@jest/test-result': 28.1.3
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
chalk: 4.1.2
emittery: 0.10.2
graceful-fs: 4.2.10
@ -2825,7 +2825,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
chalk: 4.1.2
ci-info: 3.3.2
graceful-fs: 4.2.10
@ -2850,7 +2850,7 @@ packages:
dependencies:
'@jest/test-result': 28.1.3
'@jest/types': 28.1.3
'@types/node': 20.14.7
'@types/node': 20.14.8
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.10.2
@ -2862,12 +2862,12 @@ packages:
resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
'@types/node': 20.14.7
'@types/node': 20.14.8
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
/jest@28.1.3(@types/node@20.14.7):
/jest@28.1.3(@types/node@20.14.8):
resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
hasBin: true
@ -2880,7 +2880,7 @@ packages:
'@jest/core': 28.1.3
'@jest/types': 28.1.3
import-local: 3.1.0
jest-cli: 28.1.3(@types/node@20.14.7)
jest-cli: 28.1.3(@types/node@20.14.8)
transitivePeerDependencies:
- '@types/node'
- supports-color
@ -3774,7 +3774,7 @@ packages:
'@babel/core': 7.18.9
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
jest: 28.1.3(@types/node@20.14.7)
jest: 28.1.3(@types/node@20.14.8)
jest-util: 28.1.3
json5: 2.2.1
lodash.memoize: 4.1.2