This is an automated email from the ASF dual-hosted git repository.
unclegedd pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/test by this push:
new af8c42a updates rollup plugin
af8c42a is described below
commit af8c42a520969b79ce8060faa413d304337bef1e
Author: unclegedd <[email protected]>
AuthorDate: Tue May 11 17:40:23 2021 -0500
updates rollup plugin
---
package-lock.json | 6 +++---
package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 73205f6..87fbef0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1559,9 +1559,9 @@
}
},
"@rollup/plugin-node-resolve": {
- "version": "11.2.1",
- "resolved":
"https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
- "integrity":
"sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
+ "version": "13.0.0",
+ "resolved":
"https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.0.tgz",
+ "integrity":
"sha512-41X411HJ3oikIDivT5OKe9EZ6ud6DXudtfNrGbC4nniaxx2esiWjkLOzgnZsWq1IM8YIeL2rzRGLZLBjlhnZtQ==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.1.0",
diff --git a/package.json b/package.json
index 9a83fce..3634615 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^11.2.0",
+ "@rollup/plugin-node-resolve": "^13.0.0",
"body-parser": "^1.19.0",
"chai": "^4.3.0",
"cypress": "^7.2.0",