2015-02-13 07:22:32 +03:00
|
|
|
{
|
2016-05-24 15:06:59 +03:00
|
|
|
"name": "ghost-admin",
|
2023-02-09 12:06:34 +03:00
|
|
|
"version": "5.33.8",
|
2016-05-24 15:06:59 +03:00
|
|
|
"description": "Ember.js admin client for Ghost",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"homepage": "http://ghost.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-01-13 12:36:27 +03:00
|
|
|
"url": "git://github.com/TryGhost/Admin.git"
|
2016-05-24 15:06:59 +03:00
|
|
|
},
|
|
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
2021-01-13 12:36:27 +03:00
|
|
|
"contributors": "https://github.com/TryGhost/Admin/graphs/contributors",
|
2016-05-24 15:06:59 +03:00
|
|
|
"license": "MIT",
|
2015-02-13 07:22:32 +03:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-28 20:31:43 +03:00
|
|
|
"start": "ember serve",
|
2015-02-13 07:22:32 +03:00
|
|
|
"build": "ember build",
|
2022-08-05 10:53:08 +03:00
|
|
|
"build:prod": "yarn build --environment=production --silent",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "true",
|
2019-03-11 21:16:01 +03:00
|
|
|
"test": "ember exam --split 2 --parallel",
|
2022-02-02 19:09:43 +03:00
|
|
|
"lint:js": "eslint .",
|
2022-08-03 17:08:21 +03:00
|
|
|
"lint:hbs": "ember-template-lint .",
|
|
|
|
"lint": "yarn lint:js && yarn lint:hbs"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-01-04 12:45:48 +03:00
|
|
|
"node": "^14.18.0 || ^16.13.0 || ^18.12.1"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-14 19:50:22 +03:00
|
|
|
"@babel/eslint-parser": "7.19.1",
|
2022-08-01 19:10:24 +03:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
Update dependency @babel/plugin-proposal-decorators to v7.20.7 (#16043)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@babel/plugin-proposal-decorators](https://babel.dev/docs/en/next/babel-plugin-proposal-decorators)
([source](https://togithub.com/babel/babel)) | [`7.20.5` ->
`7.20.7`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-decorators/7.20.5/7.20.7)
|
[![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/compatibility-slim/7.20.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-decorators/7.20.7/confidence-slim/7.20.5)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel</summary>
###
[`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22)
[Compare
Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7)
##### :eyeglasses: Spec Compliance
- `babel-helper-member-expression-to-functions`,
`babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`
- [#​15223](https://togithub.com/babel/babel/pull/15223) fix:
Deleting super property should throw
([@​SuperSodaSea](https://togithub.com/SuperSodaSea))
- `babel-helpers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`, `babel-plugin-transform-object-super`
- [#​15241](https://togithub.com/babel/babel/pull/15241) fix:
Throw correct error types from sed ant class TDZ helpers
([@​SuperSodaSea](https://togithub.com/SuperSodaSea))
##### :bug: Bug Fix
- `babel-parser`, `babel-plugin-transform-typescript`
- [#​15209](https://togithub.com/babel/babel/pull/15209) fix:
Support auto accessors with TypeScript annotations
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-traverse`
- [#​15287](https://togithub.com/babel/babel/pull/15287) Fix
`.parentPath` after rename in `SwitchCase`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-transform-typescript`, `babel-traverse`
- [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts
import type and func with duplicate name
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-plugin-transform-block-scoping`
- [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz
analysis for reassigned captured for bindings
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`
- [#​15235](https://togithub.com/babel/babel/pull/15235) fix:
Transform `for await` with shadowed variables
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-generator`, `babel-plugin-proposal-optional-chaining`
- [#​15258](https://togithub.com/babel/babel/pull/15258) fix:
Correctly generate `(a ?? b) as T`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-plugin-transform-react-jsx`, `babel-types`
- [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit
correct sourcemap ranges for `JSXText`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
- `babel-core`, `babel-helpers`,
`babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`, `babel-runtime`
- [#​15232](https://togithub.com/babel/babel/pull/15232) fix:
Computed properties should keep original definition order
([@​SuperSodaSea](https://togithub.com/SuperSodaSea))
- `babel-helper-member-expression-to-functions`,
`babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-classes`
- [#​15223](https://togithub.com/babel/babel/pull/15223) fix:
Deleting super property should throw
([@​SuperSodaSea](https://togithub.com/SuperSodaSea))
- `babel-generator`
- [#​15216](https://togithub.com/babel/babel/pull/15216) fix:
Print newlines for leading Comments of `TSEnumMember`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
##### :nail_care: Polish
- `babel-plugin-transform-block-scoping`, `babel-traverse`
- [#​15275](https://togithub.com/babel/babel/pull/15275) Improve
relative execution tracking in fn exprs
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### :house: Internal
- `babel-helper-define-map`, `babel-plugin-transform-property-mutators`
- [#​15274](https://togithub.com/babel/babel/pull/15274) Inline &
simplify `@babel/helper-define-map`
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-core`, `babel-plugin-proposal-class-properties`,
`babel-plugin-transform-block-scoping`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-parameters`,
`babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`,
`babel-preset-env`, `babel-traverse`
- [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite
`transform-block-scoping` plugin
([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
##### :running_woman: Performance
- `babel-helper-compilation-targets`
- [#​15228](https://togithub.com/babel/babel/pull/15228) perf:
Speed up `getTargets`
([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/TryGhost/Ghost).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-03 17:45:34 +03:00
|
|
|
"@babel/plugin-proposal-decorators": "7.20.7",
|
2021-06-14 15:42:00 +03:00
|
|
|
"@ember/jquery": "2.0.0",
|
2020-09-03 12:53:03 +03:00
|
|
|
"@ember/optional-features": "2.0.0",
|
2022-02-01 20:10:13 +03:00
|
|
|
"@ember/render-modifiers": "2.0.4",
|
2023-01-03 21:04:35 +03:00
|
|
|
"@ember/test-helpers": "2.9.3",
|
2023-01-03 17:38:47 +03:00
|
|
|
"@embroider/macros": "1.10.0",
|
2022-04-18 11:27:00 +03:00
|
|
|
"@glimmer/component": "1.1.2",
|
2022-09-12 17:49:07 +03:00
|
|
|
"@html-next/vertical-collection": "3.0.0",
|
2022-03-18 21:43:22 +03:00
|
|
|
"@joeattardi/emoji-button": "4.6.4",
|
2023-02-11 00:15:35 +03:00
|
|
|
"@sentry/ember": "7.37.1",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/color-utils": "0.1.22",
|
2022-04-01 14:46:58 +03:00
|
|
|
"@tryghost/ember-promise-modals": "2.0.1",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/helpers": "1.1.75",
|
2023-01-04 12:42:36 +03:00
|
|
|
"@tryghost/kg-clean-basic-html": "3.0.0",
|
|
|
|
"@tryghost/kg-parser-plugins": "3.0.0",
|
2023-01-18 18:54:59 +03:00
|
|
|
"@tryghost/kg-simplemde": "1.11.2",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/limit-service": "1.2.4",
|
2022-08-24 11:57:48 +03:00
|
|
|
"@tryghost/members-csv": "0.0.0",
|
2022-08-16 12:40:01 +03:00
|
|
|
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
|
2022-10-27 12:44:19 +03:00
|
|
|
"@tryghost/nql": "0.11.0",
|
|
|
|
"@tryghost/nql-lang": "0.5.0",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/string": "0.2.2",
|
|
|
|
"@tryghost/timezone-data": "0.2.74",
|
2021-01-19 12:25:05 +03:00
|
|
|
"autoprefixer": "9.8.6",
|
2022-08-03 13:38:33 +03:00
|
|
|
"babel-eslint": "10.1.0",
|
2022-08-04 09:21:51 +03:00
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
|
|
"babel-plugin-transform-react-jsx": "6.24.1",
|
2019-01-08 15:36:16 +03:00
|
|
|
"broccoli-asset-rev": "3.0.0",
|
2021-04-14 20:45:44 +03:00
|
|
|
"broccoli-concat": "4.2.5",
|
2021-06-21 11:56:30 +03:00
|
|
|
"broccoli-funnel": "3.0.8",
|
2020-04-02 11:36:31 +03:00
|
|
|
"broccoli-merge-trees": "4.2.0",
|
2020-09-09 19:22:23 +03:00
|
|
|
"broccoli-terser-sourcemap": "4.1.0",
|
2022-11-07 23:39:48 +03:00
|
|
|
"chai": "4.3.7",
|
2021-12-04 01:41:00 +03:00
|
|
|
"chai-dom": "1.11.0",
|
2019-08-28 12:17:53 +03:00
|
|
|
"codemirror": "5.48.2",
|
2019-02-24 07:19:06 +03:00
|
|
|
"cssnano": "4.1.10",
|
2022-01-03 12:38:51 +03:00
|
|
|
"element-resize-detector": "1.2.4",
|
2022-10-11 22:17:20 +03:00
|
|
|
"ember-ajax": "5.1.2",
|
2021-11-29 15:50:07 +03:00
|
|
|
"ember-assign-helper": "0.4.0",
|
2022-12-06 12:23:34 +03:00
|
|
|
"ember-auto-import": "2.5.0",
|
2022-10-12 12:07:05 +03:00
|
|
|
"ember-classic-decorator": "3.0.1",
|
2022-01-22 14:24:26 +03:00
|
|
|
"ember-cli": "3.24.0",
|
2021-04-12 15:30:00 +03:00
|
|
|
"ember-cli-app-version": "5.0.0",
|
2022-01-03 16:58:19 +03:00
|
|
|
"ember-cli-babel": "7.26.11",
|
2020-08-10 10:44:50 +03:00
|
|
|
"ember-cli-chart": "3.7.2",
|
2021-10-20 17:31:57 +03:00
|
|
|
"ember-cli-code-coverage": "1.0.3",
|
2022-04-18 11:46:54 +03:00
|
|
|
"ember-cli-dependency-checker": "3.3.1",
|
2022-04-18 11:49:04 +03:00
|
|
|
"ember-cli-deprecation-workflow": "2.1.0",
|
2022-09-13 11:20:09 +03:00
|
|
|
"ember-cli-htmlbars": "6.1.1",
|
2021-06-21 11:55:37 +03:00
|
|
|
"ember-cli-inject-live-reload": "2.1.0",
|
2022-03-07 14:07:27 +03:00
|
|
|
"ember-cli-mirage": "2.4.0",
|
2017-03-30 22:51:50 +03:00
|
|
|
"ember-cli-node-assets": "0.2.2",
|
2021-01-19 12:25:05 +03:00
|
|
|
"ember-cli-postcss": "6.0.1",
|
2017-11-22 16:31:33 +03:00
|
|
|
"ember-cli-shims": "1.2.0",
|
2021-05-12 14:19:27 +03:00
|
|
|
"ember-cli-string-helpers": "6.1.0",
|
2021-04-29 10:21:26 +03:00
|
|
|
"ember-cli-terser": "4.0.2",
|
2020-01-06 13:26:19 +03:00
|
|
|
"ember-cli-test-loader": "3.0.0",
|
2022-01-03 12:36:15 +03:00
|
|
|
"ember-composable-helpers": "5.0.0",
|
2022-09-08 19:12:07 +03:00
|
|
|
"ember-concurrency": "2.3.7",
|
2022-01-22 18:35:08 +03:00
|
|
|
"ember-could-get-used-to-this": "1.0.1",
|
2023-01-03 20:23:23 +03:00
|
|
|
"ember-css-transitions": "4.3.2",
|
2022-01-22 14:24:26 +03:00
|
|
|
"ember-data": "3.24.0",
|
2020-01-30 18:35:36 +03:00
|
|
|
"ember-decorators": "6.1.1",
|
2018-05-01 11:23:33 +03:00
|
|
|
"ember-drag-drop": "0.4.8",
|
2020-05-20 18:39:06 +03:00
|
|
|
"ember-ella-sparse": "0.16.0",
|
2020-10-28 23:02:39 +03:00
|
|
|
"ember-exam": "6.0.1",
|
2019-12-04 23:26:57 +03:00
|
|
|
"ember-export-application-global": "2.0.1",
|
2022-09-01 19:11:54 +03:00
|
|
|
"ember-fetch": "8.1.2",
|
2023-01-03 20:23:51 +03:00
|
|
|
"ember-in-viewport": "4.1.0",
|
2022-01-04 12:17:33 +03:00
|
|
|
"ember-infinity": "2.3.0",
|
2022-08-02 16:23:49 +03:00
|
|
|
"ember-keyboard": "8.2.0",
|
2019-03-05 20:34:00 +03:00
|
|
|
"ember-load": "0.0.17",
|
2020-11-09 12:10:21 +03:00
|
|
|
"ember-load-initializers": "2.1.2",
|
2019-11-25 03:29:17 +03:00
|
|
|
"ember-mocha": "0.16.2",
|
2023-01-04 18:13:15 +03:00
|
|
|
"ember-modifier": "4.0.0",
|
2022-08-02 16:24:14 +03:00
|
|
|
"ember-moment": "10.0.0",
|
2021-04-10 10:40:16 +03:00
|
|
|
"ember-one-way-select": "4.0.1",
|
2021-05-12 17:47:37 +03:00
|
|
|
"ember-power-datepicker": "cibernox/ember-power-datepicker",
|
2022-09-24 16:37:06 +03:00
|
|
|
"ember-power-select": "6.0.1",
|
2023-01-03 17:44:38 +03:00
|
|
|
"ember-resolver": "8.1.0",
|
2022-04-18 11:48:50 +03:00
|
|
|
"ember-simple-auth": "4.2.2",
|
2020-03-02 12:50:57 +03:00
|
|
|
"ember-sinon": "5.0.0",
|
2022-01-22 14:24:26 +03:00
|
|
|
"ember-source": "3.24.0",
|
2022-10-24 03:12:52 +03:00
|
|
|
"ember-svg-jar": "2.4.2",
|
2023-02-10 14:43:30 +03:00
|
|
|
"ember-template-lint": "5.5.0",
|
2021-07-09 11:52:33 +03:00
|
|
|
"ember-test-selectors": "6.0.0",
|
2022-08-01 23:41:46 +03:00
|
|
|
"ember-tooltips": "3.6.0",
|
2022-08-01 19:12:22 +03:00
|
|
|
"ember-truth-helpers": "3.1.1",
|
2023-01-31 04:19:12 +03:00
|
|
|
"eslint": "8.33.0",
|
2022-08-03 13:38:33 +03:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2023-01-31 04:19:12 +03:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2021-04-12 15:30:16 +03:00
|
|
|
"faker": "5.5.3",
|
2022-12-12 20:15:55 +03:00
|
|
|
"fs-extra": "11.1.0",
|
2023-01-16 03:20:18 +03:00
|
|
|
"glob": "8.1.0",
|
2018-03-19 20:56:09 +03:00
|
|
|
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
2018-04-09 15:41:23 +03:00
|
|
|
"keymaster": "https://github.com/madrobby/keymaster.git",
|
2022-01-20 16:34:48 +03:00
|
|
|
"liquid-fire": "0.34.0",
|
2023-01-03 20:21:58 +03:00
|
|
|
"liquid-wormhole": "3.0.0",
|
2018-04-23 13:53:42 +03:00
|
|
|
"loader.js": "4.7.0",
|
2022-05-03 18:47:54 +03:00
|
|
|
"markdown-it": "13.0.1",
|
2021-06-01 11:22:09 +03:00
|
|
|
"markdown-it-footnote": "3.0.3",
|
2017-05-15 19:51:19 +03:00
|
|
|
"markdown-it-lazy-headers": "0.1.3",
|
2021-01-04 11:54:53 +03:00
|
|
|
"markdown-it-mark": "3.0.1",
|
2022-08-01 21:51:27 +03:00
|
|
|
"markdown-it-sub": "1.0.0",
|
|
|
|
"markdown-it-sup": "1.0.0",
|
2022-07-01 15:00:39 +03:00
|
|
|
"miragejs": "0.1.45",
|
2022-09-23 20:15:08 +03:00
|
|
|
"moment-timezone": "0.5.23",
|
2018-03-19 20:56:09 +03:00
|
|
|
"normalize.css": "3.0.3",
|
2022-03-18 21:42:42 +03:00
|
|
|
"papaparse": "5.3.2",
|
2019-02-24 07:19:06 +03:00
|
|
|
"postcss-color-mod-function": "3.0.3",
|
2019-04-01 03:41:42 +03:00
|
|
|
"postcss-custom-media": "7.0.8",
|
2020-11-05 14:51:51 +03:00
|
|
|
"postcss-custom-properties": "10.0.0",
|
2021-01-19 12:25:05 +03:00
|
|
|
"postcss-import": "12.0.1",
|
2021-12-03 00:35:55 +03:00
|
|
|
"pretender": "3.4.7",
|
2022-08-04 09:21:51 +03:00
|
|
|
"process": "0.11.10",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-09-02 14:35:39 +03:00
|
|
|
"reframe.js": "4.0.1",
|
2023-01-03 17:44:07 +03:00
|
|
|
"testem": "3.10.1",
|
2016-06-28 20:36:00 +03:00
|
|
|
"top-gh-contribs": "2.0.4",
|
2022-08-02 16:24:57 +03:00
|
|
|
"tracked-built-ins": "3.1.0",
|
2022-10-17 04:57:58 +03:00
|
|
|
"util": "0.12.5",
|
2018-03-19 20:56:09 +03:00
|
|
|
"validator": "7.2.0",
|
2021-06-14 15:35:28 +03:00
|
|
|
"walk-sync": "3.0.0"
|
2015-02-13 07:22:32 +03:00
|
|
|
},
|
|
|
|
"ember-addon": {
|
|
|
|
"paths": [
|
2018-01-18 18:36:01 +03:00
|
|
|
"lib/asset-delivery",
|
2022-09-23 20:15:08 +03:00
|
|
|
"lib/koenig-editor",
|
|
|
|
"lib/ember-power-calendar-utils",
|
|
|
|
"lib/ember-power-calendar-moment"
|
2015-02-13 07:22:32 +03:00
|
|
|
]
|
2021-05-12 17:47:37 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2023-01-03 17:39:21 +03:00
|
|
|
"ember-basic-dropdown": "6.0.2",
|
2023-01-03 20:23:51 +03:00
|
|
|
"ember-in-viewport": "4.1.0",
|
2022-09-23 20:15:08 +03:00
|
|
|
"moment": "2.24.0",
|
|
|
|
"moment-timezone": "0.5.23"
|
2022-01-22 14:24:26 +03:00
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "octane"
|
2022-08-02 15:43:28 +03:00
|
|
|
},
|
2022-10-10 13:12:37 +03:00
|
|
|
"lint-staged": {
|
|
|
|
"*.hbs": "ember-template-lint",
|
|
|
|
"*.js": "eslint"
|
|
|
|
},
|
2022-08-02 15:43:28 +03:00
|
|
|
"dependencies": {
|
2022-08-04 09:21:51 +03:00
|
|
|
"path-browserify": "1.0.1",
|
2022-11-09 19:17:31 +03:00
|
|
|
"webpack": "5.75.0"
|
2015-02-13 07:22:32 +03:00
|
|
|
}
|
2023-01-20 19:01:01 +03:00
|
|
|
}
|