diff --git a/package-lock.json b/package-lock.json index 7d6bd27430..1e1c71d32e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eleventy-plugin-dart-sass": "^1.0.3", "eleventy-plugin-helmet": "^0.2.2", "eleventy-plugin-nesting-toc": "^1.3.0", - "es-module-shims": "^1.10.0", + "es-module-shims": "^2.0.9", "eslint": "^9.12.0", "fuse.js": "^7.0.0", "git-branch": "^2.0.1", @@ -12758,7 +12758,9 @@ "peer": true }, "node_modules/es-module-shims": { - "version": "1.10.0", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-2.0.9.tgz", + "integrity": "sha512-L8ianD0tj7Auy+Am5EcXQeE4/pi2zz5c7InnCClDqfsnRP35IrBfg5H4Z8a+Wg5Q4DqTKJsvw0hYfec+K7jptw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5cf92a5bbe..cf5dddb7a7 100644 --- a/package.json +++ b/package.json @@ -332,7 +332,7 @@ "eleventy-plugin-dart-sass": "^1.0.3", "eleventy-plugin-helmet": "^0.2.2", "eleventy-plugin-nesting-toc": "^1.3.0", - "es-module-shims": "^1.10.0", + "es-module-shims": "^2.0.9", "eslint": "^9.12.0", "fuse.js": "^7.0.0", "git-branch": "^2.0.1",