diff --git a/package-lock.json b/package-lock.json index d03fa928d..3988c85b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "lodash.assign": "^4.2.0", "node-notifier": "^10.0.1", "path": "^0.12.7", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "sass": "^1.84.0", "smooth-scroll": "^16.1.3", "watchify": "^4.0.0", @@ -29,7 +29,7 @@ }, "devDependencies": { "@babel/core": "^7.26.8", - "@babel/plugin-transform-runtime": "^7.25.9", + "@babel/plugin-transform-runtime": "^7.26.8", "@babel/preset-env": "^7.26.8", "@uswds/compile": "^1.2.1", "babelify": "^10.0.0", @@ -1191,13 +1191,14 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz", - "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==", + "version": "7.26.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.8.tgz", + "integrity": "sha512-H0jlQxFMI0Q8SyGPsj9pO3ygVQRxPkIGytsL3m1Zqca8KrCPpMlvh+e2dxknqdfS8LFwBw+PpiYPD9qy/FPQpA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-plugin-utils": "^7.26.5", "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", @@ -6219,9 +6220,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", @@ -6236,6 +6237,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 4705455f1..503b47e25 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lodash.assign": "^4.2.0", "node-notifier": "^10.0.1", "path": "^0.12.7", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "sass": "^1.84.0", "smooth-scroll": "^16.1.3", "watchify": "^4.0.0", @@ -41,7 +41,7 @@ "license": "CC0-1.0", "devDependencies": { "@babel/core": "^7.26.8", - "@babel/plugin-transform-runtime": "^7.25.9", + "@babel/plugin-transform-runtime": "^7.26.8", "@babel/preset-env": "^7.26.8", "@uswds/compile": "^1.2.1", "babelify": "^10.0.0",