Skip to content

Commit 7e6f5f9

Browse files
authored
Merge branch 'master' into openapi-polish
2 parents 0a54072 + fe3e7ec commit 7e6f5f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apify-api/scripts/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
anyio==4.4.0
22
attrs==23.2.0
33
backoff==2.2.1
4-
certifi==2024.6.2
4+
certifi==2024.7.4
55
charset-normalizer==3.3.2
66
click==8.1.7
77
colorama==0.4.6
@@ -41,5 +41,5 @@ text-unidecode==1.3
4141
tomli==2.0.1
4242
tomli_w==1.0.0
4343
urllib3==2.2.2
44-
Werkzeug==3.0.3
44+
Werkzeug==3.0.6
4545
yarl==1.9.4

sources/academy/webscraping/scraping_basics_javascript/data_extraction/project_setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Node.js and npm support two types of projects, let's call them legacy and modern
3737

3838
![Update package.json with VSCode](./images/vscode-type-module.png)
3939

40+
> More recent versions of npm might already have `"type": "commonjs",` pre-defined; if so, simply replace `commonjs` with `module`.
41+
4042
> If you want to learn more about JSON and its syntax, we recommend [this tutorial on MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).
4143
4244
## Installing necessary libraries {#install-libraries}

0 commit comments

Comments
 (0)