Skip to content

Commit 3f8aeab

Browse files
docs: update Node.js version in README and add integrity attributes to scripts in global.html (semgrep)
1 parent 1df599a commit 3f8aeab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve
88

99
### Prerequisite
1010

11-
- Nodejs, v8+
11+
- Nodejs, v20+
1212
- MongoDB, v3.6 or higher
1313
- You should have the data synced through [Contentstack DataSync](https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync)
1414

docs/global.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<title>JSDoc: Global</title>
66

7-
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"> </script>
8-
<script src="scripts/prettify/lang-css.js"> </script>
7+
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" integrity="coVkbqHWSAomtcPWb3XtrGNqZkue+Eu9X7YxIgZbtmg=%" crossorigin="anonymous"> </script>
8+
<script src="scripts/prettify/lang-css.js" integrity="m2rEgwM7AlcnFOtNN+4ZkYXEEAjrKz9GoAqw685qIMU=%" crossorigin="anonymous"> </script>
99
<!--[if lt IE 9]>
1010
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" integrity="sha384-hDHlUtmnjnJimeAhT+DpLqjLdp8vFgSFHhZO1zq2EtqpwFsNM7H5cpSUYqT1Uh2E" crossorigin="anonymous"></script>
1111
<![endif]-->

0 commit comments

Comments
 (0)