Skip to content

Commit b9cf646

Browse files
Update packages
1 parent 0392ae0 commit b9cf646

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:20-alpine
22

33
# Create app directory
44
WORKDIR /usr/src/app

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The AMP Project website.",
55
"repository": "[email protected]:ampproject/docs.git",
66
"engines": {
7-
"node": "18.x"
7+
"node": "20.x"
88
},
99
"private": true,
1010
"scripts": {
@@ -83,15 +83,15 @@
8383
"joi": "17.12.1",
8484
"js-yaml": "4.1.0",
8585
"json-tree-view": "0.4.12",
86-
"linkifyjs": "2.1.9",
87-
"lru-cache": "6.0.0",
86+
"linkifyjs": "4.1.3",
87+
"lru-cache": "10.2.2",
8888
"middy": "0.36.0",
8989
"module-alias": "2.2.3",
9090
"mri": "1.2.0",
9191
"multer": "1.4.4-lts.1",
92-
"node-fetch": "2.7.0",
92+
"node-fetch": "3.3.2",
9393
"nunjucks": "3.2.4",
94-
"p-queue": "6.6.2",
94+
"p-queue": "8.0.1",
9595
"postcss": "8.4.35",
9696
"postcss-css-variables": "0.19.0",
9797
"randomstring": "1.3.0",
@@ -124,23 +124,23 @@
124124
"absolutify": "0.1.0",
125125
"amphtml-validator": "1.0.38",
126126
"ansi-colors": "4.1.3",
127-
"archiver": "6.0.1",
127+
"archiver": "7.0.1",
128128
"babel-loader": "9.1.3",
129129
"clean-css": "5.3.3",
130130
"clean-webpack-plugin": "4.0.0",
131-
"codemirror": "5.65.16",
131+
"codemirror": "6.0.1",
132132
"copy-webpack-plugin": "12.0.2",
133-
"css-loader": "6.10.0",
134-
"css-minimizer-webpack-plugin": "6.0.0",
135-
"del": "6.1.1",
136-
"eslint": "8.56.0",
133+
"css-loader": "7.1.1",
134+
"css-minimizer-webpack-plugin": "7.0.0",
135+
"del": "7.1.0",
136+
"eslint": "9.2.0",
137137
"eslint-config-google": "0.14.0",
138138
"eslint-config-prettier": "9.1.0",
139139
"eslint-plugin-prettier": "5.1.3",
140140
"fetch-mock": "9.11.0",
141141
"file-loader": "6.2.0",
142142
"filemanager-webpack-plugin": "8.0.0",
143-
"gulp": "4.0.2",
143+
"gulp": "5.0.0",
144144
"gulp-amphtml-validator": "1.0.6",
145145
"gulp-once": "2.1.1",
146146
"gulp-sass": "5.1.0",
@@ -151,15 +151,15 @@
151151
"html-loader": "5.0.0",
152152
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
153153
"html-webpack-plugin": "5.6.0",
154-
"husky": "7.0.4",
154+
"husky": "9.0.11",
155155
"jasmine": "5.1.0",
156156
"jest": "29.7.0",
157157
"jest-environment-jsdom": "29.7.0",
158158
"jest-puppeteer": "10.0.1",
159159
"js-base64": "3.7.6",
160160
"js-beautify": "1.15.1",
161161
"keymaster": "1.6.2",
162-
"marked": "2.1.3",
162+
"marked": "12.0.2",
163163
"mini-css-extract-plugin": "2.8.0",
164164
"mini-svg-data-uri": "1.4.4",
165165
"netlify-cli": "17.16.4",
@@ -173,7 +173,7 @@
173173
"sass-loader": "14.1.1",
174174
"snarkdown": "2.0.0",
175175
"striptags": "3.2.0",
176-
"supertest": "6.3.4",
176+
"supertest": "7.0.0",
177177
"svg-spritemap-webpack-plugin": "4.5.0",
178178
"through2": "4.0.2",
179179
"url-loader": "4.1.1",

0 commit comments

Comments
 (0)