mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	[Docker] Update node version (#9383)
* Update node version * Install nvm * Use n instead of nvm * Use same approach in devcontainer * nvm -> npm * Split commands * Fix typo * Workaround : install bash * Tweak playwright tests * Bump number of retries * Update deps * Only one worker * SEcurity fix * Adjust
This commit is contained in:
		| @@ -510,6 +510,13 @@ | ||||
|   dependencies: | ||||
|     regenerator-runtime "^0.14.0" | ||||
|  | ||||
| "@babel/runtime@^7.27.0": | ||||
|   version "7.27.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762" | ||||
|   integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw== | ||||
|   dependencies: | ||||
|     regenerator-runtime "^0.14.0" | ||||
|  | ||||
| "@babel/template@^7.25.0": | ||||
|   version "7.25.0" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" | ||||
| @@ -4441,7 +4448,7 @@ rollup-plugin-license@^3.5.3: | ||||
|     spdx-expression-validate "~2.0.0" | ||||
|     spdx-satisfies "~5.0.1" | ||||
|  | ||||
| rollup@^4.30.1: | ||||
| rollup@^4.0.0, rollup@^4.30.1: | ||||
|   version "4.37.0" | ||||
|   resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.37.0.tgz#e4172f8bdb6ea7df08a1b0acf99abeccb2250378" | ||||
|   integrity sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg== | ||||
|   | ||||
		Reference in New Issue
	
	Block a user