mirror of
				https://github.com/binwiederhier/ntfy.git
				synced 2025-10-31 13:02:24 +01:00 
			
		
		
		
	Bump
This commit is contained in:
		
							parent
							
								
									4596e4bcab
								
							
						
					
					
						commit
						037a51a9d0
					
				
					 3 changed files with 76 additions and 71 deletions
				
			
		|  | @ -26,37 +26,37 @@ deb/rpm packages. | |||
| 
 | ||||
| === "x86_64/amd64" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_x86_64.tar.gz | ||||
|     tar zxvf ntfy_2.2.0_linux_x86_64.tar.gz | ||||
|     sudo cp -a ntfy_2.2.0_linux_x86_64/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.2.0_linux_x86_64/{client,server}/*.yml /etc/ntfy | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_x86_64.tar.gz | ||||
|     tar zxvf ntfy_2.3.0_linux_x86_64.tar.gz | ||||
|     sudo cp -a ntfy_2.3.0_linux_x86_64/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.3.0_linux_x86_64/{client,server}/*.yml /etc/ntfy | ||||
|     sudo ntfy serve | ||||
|     ``` | ||||
| 
 | ||||
| === "armv6" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv6.tar.gz | ||||
|     tar zxvf ntfy_2.2.0_linux_armv6.tar.gz | ||||
|     sudo cp -a ntfy_2.2.0_linux_armv6/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.2.0_linux_armv6/{client,server}/*.yml /etc/ntfy | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv6.tar.gz | ||||
|     tar zxvf ntfy_2.3.0_linux_armv6.tar.gz | ||||
|     sudo cp -a ntfy_2.3.0_linux_armv6/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.3.0_linux_armv6/{client,server}/*.yml /etc/ntfy | ||||
|     sudo ntfy serve | ||||
|     ``` | ||||
| 
 | ||||
| === "armv7/armhf" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.tar.gz | ||||
|     tar zxvf ntfy_2.2.0_linux_armv7.tar.gz | ||||
|     sudo cp -a ntfy_2.2.0_linux_armv7/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.2.0_linux_armv7/{client,server}/*.yml /etc/ntfy | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv7.tar.gz | ||||
|     tar zxvf ntfy_2.3.0_linux_armv7.tar.gz | ||||
|     sudo cp -a ntfy_2.3.0_linux_armv7/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.3.0_linux_armv7/{client,server}/*.yml /etc/ntfy | ||||
|     sudo ntfy serve | ||||
|     ``` | ||||
| 
 | ||||
| === "arm64" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.tar.gz | ||||
|     tar zxvf ntfy_2.2.0_linux_arm64.tar.gz | ||||
|     sudo cp -a ntfy_2.2.0_linux_arm64/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.2.0_linux_arm64/{client,server}/*.yml /etc/ntfy | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_arm64.tar.gz | ||||
|     tar zxvf ntfy_2.3.0_linux_arm64.tar.gz | ||||
|     sudo cp -a ntfy_2.3.0_linux_arm64/ntfy /usr/bin/ntfy | ||||
|     sudo mkdir /etc/ntfy && sudo cp ntfy_2.3.0_linux_arm64/{client,server}/*.yml /etc/ntfy | ||||
|     sudo ntfy serve | ||||
|     ``` | ||||
| 
 | ||||
|  | @ -106,7 +106,7 @@ Manually installing the .deb file: | |||
| 
 | ||||
| === "x86_64/amd64" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_amd64.deb | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_amd64.deb | ||||
|     sudo dpkg -i ntfy_*.deb | ||||
|     sudo systemctl enable ntfy | ||||
|     sudo systemctl start ntfy | ||||
|  | @ -114,7 +114,7 @@ Manually installing the .deb file: | |||
| 
 | ||||
| === "armv6" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv6.deb | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv6.deb | ||||
|     sudo dpkg -i ntfy_*.deb | ||||
|     sudo systemctl enable ntfy | ||||
|     sudo systemctl start ntfy | ||||
|  | @ -122,7 +122,7 @@ Manually installing the .deb file: | |||
| 
 | ||||
| === "armv7/armhf" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.deb | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv7.deb | ||||
|     sudo dpkg -i ntfy_*.deb | ||||
|     sudo systemctl enable ntfy | ||||
|     sudo systemctl start ntfy | ||||
|  | @ -130,7 +130,7 @@ Manually installing the .deb file: | |||
| 
 | ||||
| === "arm64" | ||||
|     ```bash | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.deb | ||||
|     wget https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_arm64.deb | ||||
|     sudo dpkg -i ntfy_*.deb | ||||
|     sudo systemctl enable ntfy | ||||
|     sudo systemctl start ntfy | ||||
|  | @ -140,28 +140,28 @@ Manually installing the .deb file: | |||
| 
 | ||||
| === "x86_64/amd64" | ||||
|     ```bash | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_amd64.rpm | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_amd64.rpm | ||||
|     sudo systemctl enable ntfy  | ||||
|     sudo systemctl start ntfy | ||||
|     ``` | ||||
| 
 | ||||
| === "armv6" | ||||
|     ```bash | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv6.rpm | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv6.rpm | ||||
|     sudo systemctl enable ntfy | ||||
|     sudo systemctl start ntfy | ||||
|     ``` | ||||
| 
 | ||||
| === "armv7/armhf" | ||||
|     ```bash | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.rpm | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_armv7.rpm | ||||
|     sudo systemctl enable ntfy  | ||||
|     sudo systemctl start ntfy | ||||
|     ``` | ||||
| 
 | ||||
| === "arm64" | ||||
|     ```bash | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.rpm | ||||
|     sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_linux_arm64.rpm | ||||
|     sudo systemctl enable ntfy  | ||||
|     sudo systemctl start ntfy | ||||
|     ``` | ||||
|  | @ -189,18 +189,18 @@ NixOS also supports [declarative setup of the ntfy server](https://search.nixos. | |||
| 
 | ||||
| ## macOS | ||||
| The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on macOS as well.  | ||||
| To install, please [download the tarball](https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_macOS_all.tar.gz),  | ||||
| To install, please [download the tarball](https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_macOS_all.tar.gz),  | ||||
| extract it and place it somewhere in your `PATH` (e.g. `/usr/local/bin/ntfy`).  | ||||
| 
 | ||||
| If run as `root`, ntfy will look for its config at `/etc/ntfy/client.yml`. For all other users, it'll look for it at  | ||||
| `~/Library/Application Support/ntfy/client.yml` (sample included in the tarball). | ||||
| 
 | ||||
| ```bash | ||||
| curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_macOS_all.tar.gz > ntfy_2.2.0_macOS_all.tar.gz | ||||
| tar zxvf ntfy_2.2.0_macOS_all.tar.gz | ||||
| sudo cp -a ntfy_2.2.0_macOS_all/ntfy /usr/local/bin/ntfy | ||||
| curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_macOS_all.tar.gz > ntfy_2.3.0_macOS_all.tar.gz | ||||
| tar zxvf ntfy_2.3.0_macOS_all.tar.gz | ||||
| sudo cp -a ntfy_2.3.0_macOS_all/ntfy /usr/local/bin/ntfy | ||||
| mkdir ~/Library/Application\ Support/ntfy  | ||||
| cp ntfy_2.2.0_macOS_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml | ||||
| cp ntfy_2.3.0_macOS_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml | ||||
| ntfy --help | ||||
| ``` | ||||
| 
 | ||||
|  | @ -212,7 +212,7 @@ ntfy --help | |||
| 
 | ||||
| ## Windows | ||||
| The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on Windows as well. | ||||
| To install, please [download the latest ZIP](https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_windows_x86_64.zip), | ||||
| To install, please [download the latest ZIP](https://github.com/binwiederhier/ntfy/releases/download/v2.3.0/ntfy_2.3.0_windows_x86_64.zip), | ||||
| extract it and place the `ntfy.exe` binary somewhere in your `%Path%`.  | ||||
| 
 | ||||
| The default path for the client config file is at `%AppData%\ntfy\client.yml` (not created automatically, sample in the ZIP file). | ||||
|  |  | |||
|  | @ -2,6 +2,22 @@ | |||
| Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases) | ||||
| and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases). | ||||
| 
 | ||||
| ## ntfy server v2.3.0 | ||||
| Released March 29, 2023 | ||||
| 
 | ||||
| This release primarily fixes an issue with delayed messages, and it adds support for Go's profiler (if enabled), which | ||||
| will allow investigating usage spikes in more detail. There will likely be a follow-up release this week to fix the | ||||
| actual spikes [caused by iOS devices](https://github.com/binwiederhier/ntfy/issues/677). | ||||
| 
 | ||||
| **Features:** | ||||
| 
 | ||||
| * ntfy now supports Go's `pprof` profiler, if enabled (relates to [#677](https://github.com/binwiederhier/ntfy/issues/677)) | ||||
| 
 | ||||
| **Bug fixes + maintenance:** | ||||
| 
 | ||||
| * Fix delayed message sending from authenticated users ([#679](https://github.com/binwiederhier/ntfy/issues/679)) | ||||
| * Fixed plural for Polish and other translations ([#678](https://github.com/binwiederhier/ntfy/pull/678), thanks to [@bmoczulski](https://github.com/bmoczulski)) | ||||
| 
 | ||||
| ## ntfy server v2.2.0 | ||||
| Released March 17, 2023 | ||||
| 
 | ||||
|  | @ -1135,14 +1151,3 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release | |||
| **Additional languages:** | ||||
| 
 | ||||
| * Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/hellbown/)) | ||||
| 
 | ||||
| ## ntfy server v2.3.0 (UNRELEASED) | ||||
| 
 | ||||
| **Features:** | ||||
| 
 | ||||
| * ntfy now supports Go's `net/http/pprof` profiler, if enabled (relates to [#677](https://github.com/binwiederhier/ntfy/issues/677)) | ||||
| 
 | ||||
| **Bug fixes + maintenance:** | ||||
| 
 | ||||
| * Fix delayed message sending from authenticated users ([#679](https://github.com/binwiederhier/ntfy/issues/679)) | ||||
| * Fixed plural for Polish and other translations ([#678](https://github.com/binwiederhier/ntfy/pull/678), thanks to [@bmoczulski](https://github.com/bmoczulski))  | ||||
|  |  | |||
							
								
								
									
										60
									
								
								web/package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										60
									
								
								web/package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -2285,21 +2285,21 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/@eslint-community/regexpp": { | ||||
|       "version": "4.4.1", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.1.tgz", | ||||
|       "integrity": "sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==", | ||||
|       "version": "4.5.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", | ||||
|       "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", | ||||
|       "engines": { | ||||
|         "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@eslint/eslintrc": { | ||||
|       "version": "2.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.1.tgz", | ||||
|       "integrity": "sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==", | ||||
|       "version": "2.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz", | ||||
|       "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==", | ||||
|       "dependencies": { | ||||
|         "ajv": "^6.12.4", | ||||
|         "debug": "^4.3.2", | ||||
|         "espree": "^9.5.0", | ||||
|         "espree": "^9.5.1", | ||||
|         "globals": "^13.19.0", | ||||
|         "ignore": "^5.2.0", | ||||
|         "import-fresh": "^3.2.1", | ||||
|  | @ -2356,9 +2356,9 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/@eslint/js": { | ||||
|       "version": "8.36.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.36.0.tgz", | ||||
|       "integrity": "sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==", | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", | ||||
|       "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
|       } | ||||
|  | @ -4015,9 +4015,9 @@ | |||
|       "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" | ||||
|     }, | ||||
|     "node_modules/@types/node": { | ||||
|       "version": "18.15.10", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.10.tgz", | ||||
|       "integrity": "sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==" | ||||
|       "version": "18.15.11", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", | ||||
|       "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==" | ||||
|     }, | ||||
|     "node_modules/@types/parse-json": { | ||||
|       "version": "4.0.0", | ||||
|  | @ -4050,9 +4050,9 @@ | |||
|       "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" | ||||
|     }, | ||||
|     "node_modules/@types/react": { | ||||
|       "version": "18.0.30", | ||||
|       "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.30.tgz", | ||||
|       "integrity": "sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==", | ||||
|       "version": "18.0.31", | ||||
|       "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.31.tgz", | ||||
|       "integrity": "sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==", | ||||
|       "dependencies": { | ||||
|         "@types/prop-types": "*", | ||||
|         "@types/scheduler": "*", | ||||
|  | @ -7009,14 +7009,14 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint": { | ||||
|       "version": "8.36.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.36.0.tgz", | ||||
|       "integrity": "sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==", | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", | ||||
|       "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", | ||||
|       "dependencies": { | ||||
|         "@eslint-community/eslint-utils": "^4.2.0", | ||||
|         "@eslint-community/regexpp": "^4.4.0", | ||||
|         "@eslint/eslintrc": "^2.0.1", | ||||
|         "@eslint/js": "8.36.0", | ||||
|         "@eslint/eslintrc": "^2.0.2", | ||||
|         "@eslint/js": "8.37.0", | ||||
|         "@humanwhocodes/config-array": "^0.11.8", | ||||
|         "@humanwhocodes/module-importer": "^1.0.1", | ||||
|         "@nodelib/fs.walk": "^1.2.8", | ||||
|  | @ -7027,8 +7027,8 @@ | |||
|         "doctrine": "^3.0.0", | ||||
|         "escape-string-regexp": "^4.0.0", | ||||
|         "eslint-scope": "^7.1.1", | ||||
|         "eslint-visitor-keys": "^3.3.0", | ||||
|         "espree": "^9.5.0", | ||||
|         "eslint-visitor-keys": "^3.4.0", | ||||
|         "espree": "^9.5.1", | ||||
|         "esquery": "^1.4.2", | ||||
|         "esutils": "^2.0.2", | ||||
|         "fast-deep-equal": "^3.1.3", | ||||
|  | @ -7590,13 +7590,13 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/espree": { | ||||
|       "version": "9.5.0", | ||||
|       "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz", | ||||
|       "integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==", | ||||
|       "version": "9.5.1", | ||||
|       "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz", | ||||
|       "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==", | ||||
|       "dependencies": { | ||||
|         "acorn": "^8.8.0", | ||||
|         "acorn-jsx": "^5.3.2", | ||||
|         "eslint-visitor-keys": "^3.3.0" | ||||
|         "eslint-visitor-keys": "^3.4.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
|  | @ -16509,9 +16509,9 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/webpack": { | ||||
|       "version": "5.76.3", | ||||
|       "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz", | ||||
|       "integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==", | ||||
|       "version": "5.77.0", | ||||
|       "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", | ||||
|       "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", | ||||
|       "dependencies": { | ||||
|         "@types/eslint-scope": "^3.7.3", | ||||
|         "@types/estree": "^0.0.51", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 binwiederhier
						binwiederhier