Skip to content

Commit 719b7d7

Browse files
ADMS: vuln minor upgrades — 15 packages (minor: 12 · patch: 3)
1 parent aee83f4 commit 719b7d7

2 files changed

Lines changed: 526 additions & 2249 deletions

File tree

package.json

Lines changed: 131 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,123 +1,133 @@
11
{
2-
"name": "docs",
3-
"version": "1.0.0",
4-
"description": "Datadog Docs built on HUGO",
5-
"private": true,
6-
"scripts": {
7-
"typesense:sync:preview": "NODE_ENV=preview node ./local/bin/js/typesense_sync.cjs",
8-
"typesense:sync:production": "NODE_ENV=production node ./local/bin/js/typesense_sync.cjs",
9-
"preinstall": "bash local/bin/sh/preinstall.sh",
10-
"prestart": "rimraf public && npx hugo mod clean",
11-
"docker:start": "/usr/local/bin/hugo server -D -d ./public -s ./ --port 1313 --navigateToChanged --noHTTPCache --bind 0.0.0.0",
12-
"start": "./node_modules/.bin/hugo server -D -d ./public -s ./ --port 1313 --poll 5s --navigateToChanged --noHTTPCache --noChmod",
13-
"prebuild": "rimraf public && npx hugo mod clean",
14-
"build": "yarn run prebuild && yarn run build:hugo",
15-
"build:preview": "yarn run build:hugo:preview",
16-
"build:hugo": "./node_modules/.bin/hugo -d ./public -s ./ --minify --logLevel info",
17-
"build:hugo:preview": "GOGC=80 yarn run build:hugo -D -F --environment preview --gc",
18-
"build:hugo:live": "GOGC=80 yarn run build:hugo --environment live --gc",
19-
"build:live": "yarn run build:hugo:live",
20-
"deploy:previewAssets": "customhugo deploy --target previewAssets -e preview --maxDeletes 0 --workers 100 --logLevel info",
21-
"deploy:preview": "customhugo deploy --target preview -e preview --maxDeletes -1 --workers 100 --invalidateCDN --logLevel info",
22-
"deploy:liveAssets": "customhugo deploy --target liveAssets -e live --maxDeletes 0 --workers 100 --logLevel info",
23-
"deploy:live": "customhugo deploy --target live -e live --maxDeletes -1 --workers 100 --logLevel info",
24-
"build:apiPages": "node -e 'require(\"./assets/scripts/build-api-pages.js\").init()'",
25-
"jest-test": "./node_modules/.bin/jest ./assets/scripts/tests",
26-
"test:e2e": "npx playwright test",
27-
"postinstall": "husky",
28-
"prepack": "pinst --disable",
29-
"postpack": "pinst --enable"
30-
},
31-
"repository": {
32-
"type": "git",
33-
"url": "git+https://github.com/DataDog/Documentation.git"
34-
},
35-
"author": "",
36-
"license": "ISC",
37-
"bugs": {
38-
"url": "https://github.com/DataDog/Documentation/issues"
39-
},
40-
"homepage": "https://github.com/DataDog/Documentation#readme",
41-
"engines": {
42-
"node": ">= 20.11.0"
43-
},
44-
"dependencies": {
45-
"@apidevtools/json-schema-ref-parser": "^8.0.0",
46-
"@babel/polyfill": "^7.12.1",
47-
"@babel/runtime": "^7.25.6",
48-
"@datadog/browser-logs": "^5.27.0",
49-
"@datadog/browser-rum": "^5.27.0",
50-
"@datadog/openfeature-browser": "^0.3.1",
51-
"@openfeature/core": "^1.9.1",
52-
"@openfeature/web-sdk": "^1.7.2",
53-
"@popperjs/core": "^2.11.8",
54-
"alpinejs": "^3.13.7",
55-
"bootstrap": "^5.2",
56-
"cdocs-hugo-integration": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/cdocs-hugo-integration-v4.4.0.tgz",
57-
"del": "4.1.1",
58-
"fancy-log": "^1.3.3",
59-
"geo-locate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/geo-locate-v1.0.2.tgz",
60-
"highlight.js": "^11.11.1",
61-
"hugo-bin": "0.148.0",
62-
"instantsearch.js": "^4.74.1",
63-
"js-cookie": "^2.2.1",
64-
"js-yaml": "^3.14.1",
65-
"jshint": "2.13.6",
66-
"jshint-stylish": "2.2.1",
67-
"json2csv": "^4.5.4",
68-
"lazypipe": "1.0.2",
69-
"lodash": "^4.17.21",
70-
"marked": "^17.0.1",
71-
"marked-highlight": "^2.2.1",
72-
"merge-stream": "2.0.0",
73-
"minimist": "^1.2.8",
74-
"mixitup": "^3.3.1",
75-
"mousetrap": "^1.6.5",
76-
"picturefill": "3.0.3",
77-
"popper.js": "1.16.1",
78-
"safe-json-stringify": "^1.2.0",
79-
"signup-failover": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/signup-failover-v1.0.0.tgz",
80-
"slugify": "^1.6.6",
81-
"tiny-async-pool": "^1.3.0",
82-
"tomlify-j0.4": "^3.0.0",
83-
"traverse": "0.6.8",
84-
"typesense": "^3.0.1",
85-
"typesense-instantsearch-adapter": "^2.9.0",
86-
"typesense-sync": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v2.0.0.tgz",
87-
"yaml-lint": "^1.7.0"
88-
},
89-
"devDependencies": {
90-
"@babel/plugin-proposal-class-properties": "^7.18.6",
91-
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
92-
"@babel/preset-env": "^7.24.0",
93-
"@datadog/datadog-ci": "^2.36.0",
94-
"@playwright/test": "^1.58.2",
95-
"acorn": "^7.4.1",
96-
"cross-env": "^5.2.1",
97-
"eslint": "^6.8.0",
98-
"eslint-config-airbnb": "^18.2.1",
99-
"eslint-config-prettier": "^6.15.0",
100-
"eslint-config-standard": "^14.1.1",
101-
"eslint-plugin-import": "^2.29.1",
102-
"eslint-plugin-jsx-a11y": "^6.8.0",
103-
"eslint-plugin-node": "^9.2.0",
104-
"eslint-plugin-promise": "^4.3.1",
105-
"eslint-plugin-react": "^7.34.1",
106-
"eslint-plugin-react-hooks": "^2.5.1",
107-
"eslint-plugin-standard": "^4.1.0",
108-
"husky": "^9.1.7",
109-
"jest": "^25.5.4",
110-
"pinst": "^3.0.0",
111-
"postcss-import": "^12.0.1",
112-
"postcss-preset-env": "^6.7.2",
113-
"prettier": "^2.8.8",
114-
"rimraf": "^3.0.2",
115-
"run-sequence": "^2.2.1",
116-
"sass": "^1.72.0",
117-
"serialize-javascript": "^2.1.2"
118-
},
119-
"hugo-bin": {
120-
"buildTags": "extended,withdeploy"
121-
},
122-
"packageManager": "yarn@4.10.3"
2+
"name": "docs",
3+
"version": "1.0.0",
4+
"description": "Datadog Docs built on HUGO",
5+
"private": true,
6+
"scripts": {
7+
"typesense:sync:preview": "NODE_ENV=preview node ./local/bin/js/typesense_sync.cjs",
8+
"typesense:sync:production": "NODE_ENV=production node ./local/bin/js/typesense_sync.cjs",
9+
"preinstall": "bash local/bin/sh/preinstall.sh",
10+
"prestart": "rimraf public && npx hugo mod clean",
11+
"docker:start": "/usr/local/bin/hugo server -D -d ./public -s ./ --port 1313 --navigateToChanged --noHTTPCache --bind 0.0.0.0",
12+
"start": "./node_modules/.bin/hugo server -D -d ./public -s ./ --port 1313 --poll 5s --navigateToChanged --noHTTPCache --noChmod",
13+
"prebuild": "rimraf public && npx hugo mod clean",
14+
"build": "yarn run prebuild && yarn run build:hugo",
15+
"build:preview": "yarn run build:hugo:preview",
16+
"build:hugo": "./node_modules/.bin/hugo -d ./public -s ./ --minify --logLevel info",
17+
"build:hugo:preview": "GOGC=80 yarn run build:hugo -D -F --environment preview --gc",
18+
"build:hugo:live": "GOGC=80 yarn run build:hugo --environment live --gc",
19+
"build:live": "yarn run build:hugo:live",
20+
"deploy:previewAssets": "customhugo deploy --target previewAssets -e preview --maxDeletes 0 --workers 100 --logLevel info",
21+
"deploy:preview": "customhugo deploy --target preview -e preview --maxDeletes -1 --workers 100 --invalidateCDN --logLevel info",
22+
"deploy:liveAssets": "customhugo deploy --target liveAssets -e live --maxDeletes 0 --workers 100 --logLevel info",
23+
"deploy:live": "customhugo deploy --target live -e live --maxDeletes -1 --workers 100 --logLevel info",
24+
"build:apiPages": "node -e 'require(\"./assets/scripts/build-api-pages.js\").init()'",
25+
"jest-test": "./node_modules/.bin/jest ./assets/scripts/tests",
26+
"test:e2e": "npx playwright test",
27+
"postinstall": "husky",
28+
"prepack": "pinst --disable",
29+
"postpack": "pinst --enable"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/DataDog/Documentation.git"
34+
},
35+
"author": "",
36+
"license": "ISC",
37+
"bugs": {
38+
"url": "https://github.com/DataDog/Documentation/issues"
39+
},
40+
"homepage": "https://github.com/DataDog/Documentation#readme",
41+
"engines": {
42+
"node": ">= 20.11.0"
43+
},
44+
"dependencies": {
45+
"@apidevtools/json-schema-ref-parser": "^8.0.0",
46+
"@babel/polyfill": "^7.12.1",
47+
"@babel/runtime": "^7.25.6",
48+
"@datadog/browser-logs": "^5.27.0",
49+
"@datadog/browser-rum": "^5.27.0",
50+
"@datadog/openfeature-browser": "^0.3.1",
51+
"@openfeature/core": "^1.9.1",
52+
"@openfeature/web-sdk": "^1.7.2",
53+
"@popperjs/core": "^2.11.8",
54+
"alpinejs": "^3.13.7",
55+
"bootstrap": "^5.2",
56+
"cdocs-hugo-integration": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/cdocs-hugo-integration-v4.4.0.tgz",
57+
"del": "4.1.1",
58+
"fancy-log": "^1.3.3",
59+
"geo-locate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/geo-locate-v1.0.2.tgz",
60+
"highlight.js": "^11.11.1",
61+
"hugo-bin": "0.148.0",
62+
"instantsearch.js": "^4.74.1",
63+
"js-cookie": "^2.2.1",
64+
"js-yaml": "^3.14.1",
65+
"jshint": "2.13.6",
66+
"jshint-stylish": "2.2.1",
67+
"json2csv": "^4.5.4",
68+
"lazypipe": "1.0.2",
69+
"lodash": "^4.17.21",
70+
"marked": "^17.0.1",
71+
"marked-highlight": "^2.2.1",
72+
"merge-stream": "2.0.0",
73+
"minimist": "^1.2.8",
74+
"mixitup": "^3.3.1",
75+
"mousetrap": "^1.6.5",
76+
"picturefill": "3.0.3",
77+
"popper.js": "1.16.1",
78+
"safe-json-stringify": "^1.2.0",
79+
"signup-failover": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/signup-failover-v1.0.0.tgz",
80+
"slugify": "^1.6.6",
81+
"tiny-async-pool": "^1.3.0",
82+
"tomlify-j0.4": "^3.0.0",
83+
"traverse": "0.6.8",
84+
"typesense": "^3.0.1",
85+
"typesense-instantsearch-adapter": "^2.9.0",
86+
"typesense-sync": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v2.0.0.tgz",
87+
"yaml-lint": "^1.7.0"
88+
},
89+
"devDependencies": {
90+
"@babel/plugin-proposal-class-properties": "^7.18.6",
91+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
92+
"@babel/preset-env": "^7.24.0",
93+
"@datadog/datadog-ci": "^2.36.0",
94+
"@playwright/test": "^1.58.2",
95+
"acorn": "^7.4.1",
96+
"cross-env": "^5.2.1",
97+
"eslint": "^6.8.0",
98+
"eslint-config-airbnb": "^18.2.1",
99+
"eslint-config-prettier": "^6.15.0",
100+
"eslint-config-standard": "^14.1.1",
101+
"eslint-plugin-import": "^2.29.1",
102+
"eslint-plugin-jsx-a11y": "^6.8.0",
103+
"eslint-plugin-node": "^9.2.0",
104+
"eslint-plugin-promise": "^4.3.1",
105+
"eslint-plugin-react": "^7.34.1",
106+
"eslint-plugin-react-hooks": "^2.5.1",
107+
"eslint-plugin-standard": "^4.1.0",
108+
"husky": "^9.1.7",
109+
"jest": "^25.5.4",
110+
"pinst": "^3.0.0",
111+
"postcss-import": "^12.0.1",
112+
"postcss-preset-env": "^6.7.2",
113+
"prettier": "^2.8.8",
114+
"rimraf": "^3.0.2",
115+
"run-sequence": "^2.2.1",
116+
"sass": "^1.72.0",
117+
"serialize-javascript": "^2.1.2"
118+
},
119+
"hugo-bin": {
120+
"buildTags": "extended,withdeploy"
121+
},
122+
"packageManager": "yarn@4.10.3",
123+
"resolutions": {
124+
"fast-xml-parser": "^4.5.6",
125+
"protobufjs": "^7.6.4",
126+
"simple-git": "^3.36.0",
127+
"minimatch": "^3.1.5",
128+
"form-data": "^4.0.6",
129+
"ws": "^7.5.11",
130+
"postcss": "^7.0.39",
131+
"qs": "^6.15.2"
132+
}
123133
}

0 commit comments

Comments
 (0)